Article or PDF URL to clean Markdown
url_to_markdownFetch a public article or PDF URL and return clean Markdown with title, byline, excerpt, and word count, rejecting private addresses.
Instructions
Fetch a public article or PDF URL and return clean Markdown, using Firefox reader-mode extraction for HTML and text extraction for PDFs. Returns title, byline, excerpt, word count and a truncation flag. JavaScript is not executed, so client-rendered pages return an explicit not_extractable error rather than an empty page passed off as the article. Private, loopback and cloud-metadata addresses are refused. Costs $0.003 USDC per call on Base mainnet (eip155:8453), paid automatically from the wallet in EVM_PRIVATE_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http/https URL of an article or PDF. |