Beta. This endpoint is new and its response shape may still change. It is
the companion to
Export Page Snapshots, which
tells you which snapshot each bot received; this returns the HTML itself.
htmlUrl links, it doesn’t expire.
Programmatic (API key) access requires the Pro plan and above — requests
from Starter accounts return
403 plan_upgrade_required.Which should I use?
Request
Headers
Body Parameters
* Exactly one of
snapshot_id or id is required. id refers to a live crawl-feed event and is used by the dashboard; API integrations should use snapshot_id.
Example Request
Response
Success (200)
Error Responses
snapshot not found in storage is expected for older snapshots. The
stored HTML is retained on a rolling basis while the crawl history is kept
indefinitely, so a snapshot ID can outlive its downloadable copy. Fetch the
HTML soon after export if you need to keep it.