nansen-web-fetcher
Web Fetch
Fetch and analyze content from one or more URLs using Gemini 2.5 Flash with URL context.
nansen web fetch https://nansen.ai --question "What products does Nansen offer?"
nansen web fetch --url https://example.com --url https://other.com --question "Compare these two sites"
nansen web fetch https://docs.uniswap.org/contracts/v4/overview --question "What changed in v4?"
Positional args and --url flags can be combined — all become URLs to fetch.
| Flag | Values | Default | Purpose |
|---|---|---|---|
--url |
URL | — | URL to fetch (repeatable for multiple URLs, up to 20) |
--question |
string | required | Question to answer about the URL content |
--pretty |
flag | off | Human-readable JSON |
Returns:
analysis— AI-generated answer to your questionretrieved_urls— URLs successfully fetchedfailed_urls— URLs that could not be retrieved
Tip: Combine with web search — search first to find relevant URLs, then fetch to get full content.
# Find and analyze in two steps
nansen web search "uniswap v4 launch" --num-results 3 --fields link
nansen web fetch https://blog.uniswap.org/... --question "What are the key changes?"
Note: 30s timeout. Paywalled or bot-blocked pages may appear in failed_urls.
More from nansen-ai/nansen-cli
nansen-smart-money-tracker
Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.
339nansen-smart-money-alpha
What tokens is smart money accumulating before they pump? Token screener with SM filter cross-referenced against netflow.
318nansen-prediction-markets
Polymarket screeners — discover trending events, top markets by volume, and search for specific markets. Use when browsing what's happening on prediction markets.
308nansen-fund-tracker
What are crypto funds and VCs holding right now? Cross-chain fund portfolios and net accumulation signals.
298nansen-token-research
Token deep dive — info, OHLCV, holders, flows, flow intelligence, who bought/sold, DEX trades, PnL, perp trades, perp positions, perp PnL leaderboard. Use when researching a specific token in depth.
297nansen-smart-money-trend
Has SM been in this token for weeks, or did they just enter? Are they still buying?
294