Skip to main content
GET
Download a screenshot captured by a scrape that requested the screenshot output format. The response is the binary PNG image, not JSON.
Screenshots are stored temporarily — fetch them promptly after the scrape completes. Expired keys return 404.

Path Parameters

string
required
The screenshot key from the scrape result’s data.screenshot field.

Response

The PNG image (Content-Type: image/png). When the key is unknown or expired:
object
{ code: "not_found", message: "screenshot expired or missing" } with status 404.