OA0 = Omni AI 0
OA0 是一个探索 AI 的论坛
现在注册
已注册用户请  登录
OA0  ›  技能包  ›  multi-search-engine: 集成 17 个搜索引擎的超级多重检索系统

multi-search-engine: 集成 17 个搜索引擎的超级多重检索系统

 
  script ·  2026-02-03 17:01:22 · 3 次点击  · 0 条评论  

名称: "multi-search-engine"
描述: "集成 17 个搜索引擎(8 个国内 + 9 个国际)。支持高级搜索运算符、时间过滤、站内搜索、隐私引擎及 WolframAlpha 知识查询。无需 API 密钥。"


多搜索引擎 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)

  • Google: https://www.google.com/search?q={keyword}
  • Google 香港: https://www.google.com.hk/search?q={keyword}
  • DuckDuckGo: https://duckduckgo.com/html/?q={keyword}
  • Yahoo: 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}

快速示例

// 基础搜索
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: Google 搜索结果 + 隐私保护
  • Brave: 独立索引
  • Qwant: 符合欧盟 GDPR 标准

Bangs 快捷指令 (DuckDuckGo)

指令 目标网站
!g Google
!gh GitHub
!so Stack Overflow
!w Wikipedia
!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

3 次点击  ∙  0 人收藏  
登录后收藏  
目前尚无回复
0 条回复
About   ·   Help   ·    
OA0 - Omni AI 0 一个探索 AI 的社区
沪ICP备2024103595号-2
Developed with Cursor