scout_scrape
Fetch any web page and get clean, LLM-ready Markdown. Handles JavaScript rendering and bypasses bot defenses to provide structured content.
Instructions
Fetch a web page and return clean, LLM-ready Markdown. Handles JS rendering and bot defenses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page URL to scrape | |
| max_chars | No | Truncate the Markdown to this many characters |