Multi Search Engine v2.0.1
Integration of 17 search engines for web crawling without API keys.
Search Engines
Domestic (8)
- - Baidu: INLINECODE0
- Bing CN: INLINECODE1
- Bing INT: INLINECODE2
- 360: INLINECODE3
- Sogou: INLINECODE4
- WeChat: INLINECODE5
- Toutiao: INLINECODE6
- Jisilu: INLINECODE7
International (9)
- - Google: INLINECODE8
- Google HK: INLINECODE9
- DuckDuckGo: INLINECODE10
- Yahoo: INLINECODE11
- Startpage: INLINECODE12
- Brave: INLINECODE13
- Ecosia: INLINECODE14
- Qwant: INLINECODE15
- WolframAlpha: INLINECODE16
Quick Examples
CODEBLOCK0
Advanced Operators
| Operator | Example | Description |
|---|
| INLINECODE17 | INLINECODE18 | Search within site |
| INLINECODE19 |
filetype:pdf report | Specific file type |
|
"" |
"machine learning" | Exact match |
|
- |
python -snake | Exclude term |
|
OR |
cat OR dog | Either term |
Time Filters
| Parameter | Description |
|---|
| INLINECODE27 | Past hour |
| INLINECODE28 |
Past day |
|
tbs=qdr:w | Past week |
|
tbs=qdr:m | Past month |
|
tbs=qdr:y | Past year |
Privacy Engines
- - DuckDuckGo: No tracking
- Startpage: Google results + privacy
- Brave: Independent index
- Qwant: EU GDPR compliant
Bangs Shortcuts (DuckDuckGo)
| Bang | Destination |
|---|
| INLINECODE32 | Google |
| INLINECODE33 |
GitHub |
|
!so | Stack Overflow |
|
!w | Wikipedia |
|
!yt | YouTube |
WolframAlpha Queries
- - Math: INLINECODE37
- Conversion: INLINECODE38
- Stocks: INLINECODE39
- Weather: INLINECODE40
Documentation
- -
references/advanced-search.md - Domestic search guide - INLINECODE42 - International search guide
- INLINECODE43 - Version history
License
MIT
技能名称:multi-search-engine
详细描述:
多搜索引擎 v2.0.1
集成17个搜索引擎,无需API密钥即可进行网络爬取。
搜索引擎
国内(8个)
- - 百度:https://www.baidu.com/s?wd={keyword}
- 必应中国:https://cn.bing.com/search?q={keyword}&ensearch=0
- 必应国际:https://cn.bing.com/search?q={keyword}&ensearch=1
- 360:https://www.so.com/s?q={keyword}
- 搜狗:https://sogou.com/web?query={keyword}
- 微信:https://wx.sogou.com/weixin?type=2&query={keyword}
- 头条:https://so.toutiao.com/search?keyword={keyword}
- 集思录:https://www.jisilu.cn/explore/?keyword={keyword}
国际(9个)
- - 谷歌:https://www.google.com/search?q={keyword}
- 谷歌香港:https://www.google.com.hk/search?q={keyword}
- DuckDuckGo:https://duckduckgo.com/html/?q={keyword}
- 雅虎:https://search.yahoo.com/search?p={keyword}
- Startpage:https://www.startpage.com/sp/search?query={keyword}
- Brave:https://search.brave.com/search?q={keyword}
- Ecosia:https://www.ecosia.org/search?q={keyword}
- Qwant:https://www.qwant.com/?q={keyword}
- WolframAlpha:https://www.wolframalpha.com/input?i={keyword}
快速示例
javascript
// 基本搜索
web_fetch({url: https://www.google.com/search?q=python+tutorial})
// 特定网站
web_fetch({url: https://www.google.com/search?q=site:github.com+react})
// 文件类型
web_fetch({url: https://www.google.com/search?q=machine+learning+filetype:pdf})
// 时间筛选(过去一周)
web_fetch({url: https://www.google.com/search?q=ai+news&tbs=qdr:w})
// 隐私搜索
web_fetch({url: https://duckduckgo.com/html/?q=privacy+tools})
// DuckDuckGo Bangs快捷方式
web_fetch({url: https://duckduckgo.com/html/?q=!gh+tensorflow})
// 知识计算
web_fetch({url: https://www.wolframalpha.com/input?i=100+USD+to+CNY})
高级运算符
| 运算符 | 示例 | 描述 |
|---|
| site: | site:github.com python | 在网站内搜索 |
| filetype: |
filetype:pdf report | 特定文件类型 |
| | machine learning | 精确匹配 |
| - | python -snake | 排除术语 |
| OR | cat OR dog | 任一术语 |
时间筛选
| 参数 | 描述 |
|---|
| tbs=qdr:h | 过去一小时 |
| tbs=qdr:d |
过去一天 |
| tbs=qdr:w | 过去一周 |
| tbs=qdr:m | 过去一个月 |
| tbs=qdr:y | 过去一年 |
隐私引擎
- - DuckDuckGo:无追踪
- Startpage:谷歌结果 + 隐私保护
- Brave:独立索引
- Qwant:符合欧盟GDPR标准
Bangs快捷方式(DuckDuckGo)
GitHub |
| !so | Stack Overflow |
| !w | 维基百科 |
| !yt | YouTube |
WolframAlpha查询
- - 数学:integrate x^2 dx
- 转换:100 USD to CNY
- 股票:AAPL stock
- 天气:weather in Beijing
文档
- - references/advanced-search.md - 国内搜索指南
- references/international-search.md - 国际搜索指南
- CHANGELOG.md - 版本历史
许可证
MIT