scrape_markdown
Convert any webpage into clean, LLM-ready markdown with headings, links, and lists preserved. Strip nav/footer/scripts automatically, and optionally render JavaScript-heavy pages in a stealth browser.
Instructions
Fetch a URL and return clean, LLM-ready markdown (headings, links, lists preserved; nav/footer/scripts stripped). Default path is browserless (impit) — fast and cheap. Set use_browser=true for JS-rendered pages (needs browser_launch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| proxy | No | ||
| max_chars | No | ||
| impersonate | No | firefox | |
| use_browser | No | Render in the stealth browser instead of a plain HTTP fetch. |