Nansen Web Searcher

Research
Search The WebWeb SearchCurrent Information

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.

Install

openclaw skills install @nansen-devops/nansen-web-searcher

Web Search

Search the web for one or more queries in parallel via the Serper API.

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 3

Positional args and --query flags can be combined — all become queries.

FlagValuesDefaultPurpose
--querystringQuery string (repeatable for multiple queries)
--num-results1–2010Results per query
--prettyflagoffHuman-readable JSON

Returns results[] — one entry per query, each with organic[] (title, link, snippet, date) and optional knowledge_graph.

Note: Some domains are excluded from results (paywalled/unfetchable sites like bloomberg.com, twitter.com). Use nansen web fetch to retrieve content from specific URLs.