The Scrape category fetches web pages and returns clean content your agent can
actually use. Discover a tool with find_tools, then call it with type + params.
Providers
- Start with Firecrawl for most pages — it returns structured markdown and
handles PDFs.
- Use Jina Reader for lightweight, fast reads.
- Fall back to BrightData Web Unlocker only when a page is protected by
anti-bot challenges; it returns raw HTML, not markdown.
Example
Firecrawl supports caching (maxAge) and onlyMainContent to strip nav,
footers, and boilerplate. Check describe_tool for the full parameter set and
per-call cost.