url_to_markdown
Convert a public article or PDF URL into clean Markdown, extracting title, byline, site name, and word count. For PDFs, includes page count and text layer.
Instructions
Fetch a public article or PDF URL and return clean Markdown plus title, byline, site name and word count. HTML is extracted with Firefox reader-mode rules; PDFs return their text layer with page count. Image-only PDFs and client-rendered app shells return typed errors (no_text_layer, not_extractable) instead of empty output passed off as the article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL of an article or PDF. |