fetch_url
Fetch a web page and return its content as clean markdown. Enable JavaScript rendering for SPAs or social media sites, or disable it for fast HTML-only extraction.
Instructions
Fetch a web page and return its content as clean markdown. Use render_js=true for JavaScript-heavy pages (SPAs, Twitter/X, etc). Use render_js=false for fast HTML-only fetching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| render_js | No | Whether to render JavaScript before extracting content. Default: true | |
| extract_content | No | Strip navigation, footer, and ads — return main content only. Default: true |