scrapiq_extract
Extract any webpage into clean, structured content for LLM/RAG pipelines by removing boilerplate, navigation, ads, and scripts. Returns title, content, links, and metadata in markdown, text, or JSON.
Instructions
Extract a web page into clean, structured content for LLM/RAG pipelines via the Scrapiq API. Strips boilerplate, navigation, ads, and scripts. Returns title, content, links, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract | |
| format | No | Output format (default: markdown) | |
| max_chars | No | Truncate content to N chars (default: no truncation) |