Web Queries
Get Screenshot
Download a screenshot captured during a scrape
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
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:
{ code: "not_found", message: "screenshot expired or missing" } with status 404.