{"skill":{"slug":"multi-search-engine-2-0-1","displayName":"Multi Search Engine 2.0.1","summary":"Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...","description":"---\nname: \"multi-search-engine\"\ndescription: \"Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.\"\n---\n\n# Multi Search Engine v2.0.1\n\nIntegration of 17 search engines for web crawling without API keys.\n\n## Search Engines\n\n### Domestic (8)\n- **Baidu**: `https://www.baidu.com/s?wd={keyword}`\n- **Bing CN**: `https://cn.bing.com/search?q={keyword}&ensearch=0`\n- **Bing INT**: `https://cn.bing.com/search?q={keyword}&ensearch=1`\n- **360**: `https://www.so.com/s?q={keyword}`\n- **Sogou**: `https://sogou.com/web?query={keyword}`\n- **WeChat**: `https://wx.sogou.com/weixin?type=2&query={keyword}`\n- **Toutiao**: `https://so.toutiao.com/search?keyword={keyword}`\n- **Jisilu**: `https://www.jisilu.cn/explore/?keyword={keyword}`\n\n### International (9)\n- **Google**: `https://www.google.com/search?q={keyword}`\n- **Google HK**: `https://www.google.com.hk/search?q={keyword}`\n- **DuckDuckGo**: `https://duckduckgo.com/html/?q={keyword}`\n- **Yahoo**: `https://search.yahoo.com/search?p={keyword}`\n- **Startpage**: `https://www.startpage.com/sp/search?query={keyword}`\n- **Brave**: `https://search.brave.com/search?q={keyword}`\n- **Ecosia**: `https://www.ecosia.org/search?q={keyword}`\n- **Qwant**: `https://www.qwant.com/?q={keyword}`\n- **WolframAlpha**: `https://www.wolframalpha.com/input?i={keyword}`\n\n## Quick Examples\n\n```javascript\n// Basic search\nweb_fetch({\"url\": \"https://www.google.com/search?q=python+tutorial\"})\n\n// Site-specific\nweb_fetch({\"url\": \"https://www.google.com/search?q=site:github.com+react\"})\n\n// File type\nweb_fetch({\"url\": \"https://www.google.com/search?q=machine+learning+filetype:pdf\"})\n\n// Time filter (past week)\nweb_fetch({\"url\": \"https://www.google.com/search?q=ai+news&tbs=qdr:w\"})\n\n// Privacy search\nweb_fetch({\"url\": \"https://duckduckgo.com/html/?q=privacy+tools\"})\n\n// DuckDuckGo Bangs\nweb_fetch({\"url\": \"https://duckduckgo.com/html/?q=!gh+tensorflow\"})\n\n// Knowledge calculation\nweb_fetch({\"url\": \"https://www.wolframalpha.com/input?i=100+USD+to+CNY\"})\n```\n\n## Advanced Operators\n\n| Operator | Example | Description |\n|----------|---------|-------------|\n| `site:` | `site:github.com python` | Search within site |\n| `filetype:` | `filetype:pdf report` | Specific file type |\n| `\"\"` | `\"machine learning\"` | Exact match |\n| `-` | `python -snake` | Exclude term |\n| `OR` | `cat OR dog` | Either term |\n\n## Time Filters\n\n| Parameter | Description |\n|-----------|-------------|\n| `tbs=qdr:h` | Past hour |\n| `tbs=qdr:d` | Past day |\n| `tbs=qdr:w` | Past week |\n| `tbs=qdr:m` | Past month |\n| `tbs=qdr:y` | Past year |\n\n## Privacy Engines\n\n- **DuckDuckGo**: No tracking\n- **Startpage**: Google results + privacy\n- **Brave**: Independent index\n- **Qwant**: EU GDPR compliant\n\n## Bangs Shortcuts (DuckDuckGo)\n\n| Bang | Destination |\n|------|-------------|\n| `!g` | Google |\n| `!gh` | GitHub |\n| `!so` | Stack Overflow |\n| `!w` | Wikipedia |\n| `!yt` | YouTube |\n\n## WolframAlpha Queries\n\n- Math: `integrate x^2 dx`\n- Conversion: `100 USD to CNY`\n- Stocks: `AAPL stock`\n- Weather: `weather in Beijing`\n\n## Documentation\n\n- `references/advanced-search.md` - Domestic search guide\n- `references/international-search.md` - International search guide\n- `CHANGELOG.md` - Version history\n\n## License\n\nMIT\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":7757,"installsAllTime":186,"installsCurrent":186,"stars":9,"versions":1},"createdAt":1772543153534,"updatedAt":1778994841470},"latestVersion":{"version":"1.0.0","createdAt":1772543153534,"changelog":"- Initial release of multi-search-engine v2.0.1.\n- Integrates 17 search engines: 8 domestic (China) and 9 international/global.\n- Supports advanced search operators (site, filetype, quotes, exclude, OR) and time filters.\n- Adds privacy-focused search engines (DuckDuckGo, Startpage, Brave, Qwant).\n- Enables use of DuckDuckGo bangs and WolframAlpha knowledge queries.\n- No API keys required for any engine.","license":null},"metadata":null,"owner":{"handle":"solomon4github","userId":"s17b0kkc2npya850b0e8x5kk0188512g","displayName":"solomon4github","image":"https://avatars.githubusercontent.com/u/29792114?v=4"},"moderation":null}