fetch_markdown
Fetch a web page and return its readable content as Markdown, with title, byline, excerpt and metadata. Set render=true for JavaScript-heavy pages (Pro).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full http or https URL | |
| mode | No | article extracts the main content; full converts the whole page | |
| links | No | Include up to 200 absolute links found on the page | |
| render | No | Render JavaScript in a headless browser first (Pro plan) |