Content extraction
Webpage to Markdown API
Render a public webpage and return clean Markdown for search, research, and text-processing workflows.
A simpler capture workflow
When you need the readable document rather than a screenshot, request Markdown output. The same URL validation, wait controls, and stable error contract apply.
Example request
{
"url": "https://example.com/article",
"output": "markdown",
"wait_for": { "load_state": "domcontentloaded" }
}Related guides
Website Screenshot API
Capture public webpages as PNG, JPEG, or WebP with a strict JSON API, predictable waits, and full-page or viewport control.
Markdown to Image API
Turn Markdown into polished images or PDFs through a browser-based rendering API.
Webpage Archiving API
Preserve a public webpage as a full-page image, PDF, HTML, or clean Markdown artifact.