Read a web page (clean markdown)
web_readAny public URL → clean readable markdown: the article/main content without nav, ads or boilerplate, plus title, author, date, word count and links. PDFs too. Fetches the page (redirects followed, public internet only), extracts the main content with Mozilla Readability and converts it to markdown. PDFs are converted to text. Use max_chars to bound the output. JavaScript-only pages return whatever the server sends (no headless browser). Price: $0.002 per call (10 free/day).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http(s) URL | |
| max_chars | No | ||
| include_links | No | keep hyperlinks (absolute) in the markdown and return a link list |