Archiving
Webpage Archiving API
Preserve a public webpage as a full-page image, PDF, HTML, or clean Markdown artifact.
A simpler capture workflow
Different archives serve different jobs. Keep visual evidence with an image or PDF, or retain readable content as HTML or Markdown—all through the same validated render endpoint.
Example request
{
"url": "https://example.com/announcement",
"output": "pdf",
"full_page": true
}Related guides
Full-Page Screenshot API
Capture an entire scrolling webpage in one image, with lazy-content loading and a separate 20,000-pixel safety ceiling.
URL to PDF API
Convert a public URL, HTML, or Markdown document to PDF with browser rendering and predictable two-credit pricing.
Webpage to Markdown API
Render a public webpage and return clean Markdown for search, research, and text-processing workflows.