url.clean
Fetch a web page and extract only the article content, removing navigation, ads, footers, and scripts. Output in markdown, text, HTML, or PDF.
Instructions
Fetch a page and return its article content with clutter stripped (no nav, ads, footer, scripts). format: markdown (default), text, both (JSON), html (self-contained reader page), or pdf (typeset reading doc). html/pdf return raw bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| format | No | markdown |