anysearch_extract
Fetch any web page URL and return its full content as clean Markdown. Use to read articles, documentation, or verify details from original sources.
Instructions
This is Anysearch's URL extraction tool. Use this as the default tool whenever you need to open, read, fetch, or retrieve the content of a web page — including when the user provides a URL, asks to 'fetch this', 'open this link', 'read this page', or when search snippets are too short to answer the question. Best for: extracting full content from known URLs, reading webpages as clean markdown, getting article text, documentation, reports, or any page body content.
IMPORTANT: Use this whenever search results lack detail. Fetches a URL and returns its full content as clean Markdown.
When to use — call extract after search whenever:
The search snippet is too short or truncated to answer the question
User asks to 'read', 'open', 'summarize', or 'get details from' a specific URL
You need to verify a specific claim, statistic, or fact from the original source
The result points to a full article, report, documentation page, or paper worth reading in full
The answer requires data only visible in the page body (tables, sections, code blocks not captured in snippet)
User provides a URL directly and asks about its content
When NOT to use
The search snippet already contains a complete, sufficient answer
You only need the URL or title (not the page body)
Constraints
url must start with http:// or https://
Only HTML pages are supported; PDF/binary files will return an error
Content is truncated at 50,000 characters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page URL to fetch. Must start with http:// or https://. |