nansen-web-searcher
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWeb 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通过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 3位置参数与标志可以结合使用——所有参数都会成为查询条件。
--query| 参数标志 | 取值 | 默认值 | 用途 |
|---|---|---|---|
| 字符串 | — | 查询字符串(可重复使用以添加多个查询) |
| 1–20 | 10 | 每个查询返回的结果数量 |
| 标志位 | 关闭 | 生成易读格式的JSON |
返回数组——每个查询对应一个条目,每个条目包含(标题、链接、摘要、日期)和可选的。
results[]organic[]knowledge_graph注意: 部分域名的内容会被排除在结果之外(如bloomberg.com、twitter.com这类付费墙或无法获取的网站)。可使用来获取特定URL的内容。
nansen web fetch