ideabrowser.com — find trending startup ideas with real demand
Try itnpx skills add https://github.com/aaaaqwq/claude-code-skills --skill multi-search-engineIntegration of 17 search engines for web crawling without API keys.
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}// Basic search
web_fetch({"url": "https://www.google.com/search?q=python+tutorial"})
// Site-specific
web_fetch({"url": "https://www.google.com/search?q=site:github.com+react"})
// File type
web_fetch({"url": "https://www.google.com/search?q=machine+learning+filetype:pdf"})
// Time filter (past week)
web_fetch({"url": "https://www.google.com/search?q=ai+news&tbs=qdr:w"})
// Privacy search
web_fetch({"url": "https://duckduckgo.com/html/?q=privacy+tools"})
// DuckDuckGo Bangs
web_fetch({"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"})
// Knowledge calculation
web_fetch({"url": "https://www.wolframalpha.com/input?i=100+USD+to+CNY"})
| Operator | Example | Description |
|---|---|---|
site: | site:github.com python | Search within site |
filetype: | filetype:pdf report | Specific file type |
"" | "machine learning" | Exact match |
- | python -snake | Exclude term |
OR | cat OR dog | Either term |
| Parameter | Description |
|---|---|
tbs=qdr:h | Past hour |
tbs=qdr:d | Past day |
tbs=qdr:w | Past week |
tbs=qdr:m | Past month |
tbs=qdr:y | Past year |
| Bang | Destination |
|---|---|
!g | |
!gh | GitHub |
!so | Stack Overflow |
!w | Wikipedia |
!yt | YouTube |
integrate x^2 dx100 USD to CNYAAPL stockweather in Beijingreferences/advanced-search.md - Domestic search guidereferences/international-search.md - International search guideCHANGELOG.md - Version historyMIT