scrape_url
Scrape any webpage to Markdown or plain text, using browser rendering to access blocked sites.
Instructions
Scrapes a webpage and returns the content in AI-readable Markdown format. Can access blocked sites through browser rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to scrape | |
| format | No | Output format: markdown (default) or text | markdown |