scrape
Convert any webpage into clean, readable markdown by stripping ads and boilerplate, with automatic fallback to headless browsing for JavaScript-gated content.
Instructions
Scrape a single URL into clean markdown (boilerplate/ads stripped).
Tries a fast static fetch first and falls back to a stealth headless browser automatically when the page looks JS-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scrape (http/https). | |
| render | No | Force a headless browser render (for JS-heavy pages). | |
| include_links | No | Also return all links found on the page. | |
| include_raw_html | No | Also return the raw HTML (large). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||