web_fetch
Fetch a public URL and get clean Markdown for LLM use, with automatic rendering for JavaScript-heavy pages.
Instructions
Read one public HTTP(S) URL and return clean LLM-friendly Markdown.
render='auto' starts with a lightweight static fetch, escalates to Crawl4AI for JavaScript rendering when content appears incomplete, then uses Scrapling stealth as the final fallback. Use render='always' for known JavaScript-heavy pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| render | No | auto | |
| selector | No | ||
| max_chars | No |