tooltrace_extract
Extract clean content from a public URL, returning Markdown, text, metadata, links, JSON-LD schema, and sections for scraping, RAG ingestion, or content analysis.
Instructions
Extract clean content from a webpage. Returns Markdown, plain text, metadata, links, JSON-LD schema, and content sections. Use this for scraping, RAG ingestion, or content analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public webpage URL to extract | |
| mode | No | 'structured' for parsed data, 'raw' for HTML, 'both' for everything. | structured |
| render | No | Rendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits). | auto |
| include | No | Which fields to include in the response. | |
| wait_until | No | Browser navigation milestone. Only used with browser rendering. | |
| wait_for_selector | No | CSS selector to wait for on rendered pages. |