nansen-web-search
Original:🇺🇸 English
Translated
Search the web for one or more queries in parallel. Use when you need current information, news, prices, or any web content to complement on-chain Nansen data.
5installs
Sourcenansen-ai/nansen-cli
Added on
NPX Install
npx skill4agent add nansen-ai/nansen-cli nansen-web-searchTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Web Search
Search the web for one or more queries in parallel via the Serper API.
bash
nansen web search "bitcoin price"
nansen web search "solana ecosystem news" --num-results 5
nansen web search --query "ethereum ETF" --query "bitcoin ETF" --num-results 3Positional args and flags can be combined — all become queries.
--query| Flag | Values | Default | Purpose |
|---|---|---|---|
| string | — | Query string (repeatable for multiple queries) |
| 1–20 | 10 | Results per query |
| flag | off | Human-readable JSON |
Returns — one entry per query, each with (title, link, snippet, date) and optional .
results[]organic[]knowledge_graphNote: Some domains are excluded from results (paywalled/unfetchable sites like bloomberg.com, twitter.com). Use to retrieve content from specific URLs.
nansen web fetch