名称: "multi-search-engine"
描述: "集成 17 个搜索引擎(8 个国内 + 9 个国际)。支持高级搜索运算符、时间过滤、站内搜索、隐私引擎及 WolframAlpha 知识查询。无需 API 密钥。"
集成 17 个搜索引擎,无需 API 密钥即可进行网络爬取。
https://www.baidu.com/s?wd={keyword}https://cn.bing.com/search?q={keyword}&ensearch=0https://cn.bing.com/search?q={keyword}&ensearch=1https://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}https://www.google.com/search?q={keyword}https://www.google.com.hk/search?q={keyword}https://duckduckgo.com/html/?q={keyword}https://search.yahoo.com/search?p={keyword}https://www.startpage.com/sp/search?query={keyword}https://search.brave.com/search?q={keyword}https://www.ecosia.org/search?q={keyword}https://www.qwant.com/?q={keyword}https://www.wolframalpha.com/input?i={keyword}// 基础搜索
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 |
过去一年 |
| 指令 | 目标网站 |
|---|---|
!g |
|
!gh |
GitHub |
!so |
Stack Overflow |
!w |
Wikipedia |
!yt |
YouTube |
integrate x^2 dx100 USD to CNYAAPL stockweather in Beijingreferences/advanced-search.md - 国内搜索指南references/international-search.md - 国际搜索指南CHANGELOG.md - 版本历史MIT