Extract a web page or PDF
scrapyard_extractFetch a public URL and convert it to clean, readable markdown with extraction details. Handles HTML, JavaScript-rendered pages, and PDFs, while verifying redirects and upstream errors.
Instructions
Fetch one public URL and return clean readable markdown plus extraction provenance.
Use for a known article, documentation page, JavaScript-rendered page, or PDF. Check error
before relying on content. Preserve and cite method, pipeline_steps, upstream_status,
and final_url: they distinguish static parsing, browser rendering, PDF extraction, redirects,
and truthful upstream failures. Private-network and unsafe URLs are intentionally rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute public HTTP(S) URL of one HTML page or PDF to convert to clean markdown. | |
| char_limit | No | Optional maximum characters of returned content; null uses the service default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||