web_extract
Web search and webpage extraction for AI agents — returns clean, LLM-ready markdown (deduplicated, with source URLs), not raw HTML. Give 'query' to search the web or 'url' to scrape and extract a page into markdown ready to drop into a prompt. Powered by Jina Reader. Price: $0.05 per call (x402 payment, USDC on Base mainnet). Web search and webpage extraction for AI agents, returned as clean LLM-ready markdown with source URLs. Give 'query' to search the web or 'url' to scrape and extract a page. For research and RAG agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | If set, scrape and extract this page as clean markdown instead of searching | |
| limit | No | Max search results [1-10], e.g. 5 | |
| query | No | Web search query, e.g. 'latest Base chain TVL' |