Web Scraping Screenshot page API
Capture a real-browser screenshot of any web page URL and get back a link to the rendered image.
Try it
Make your first request
{
"found": true,
"data": {
"items": [
{
"url": "https://www.example.com",
"screenshotUrl": "https://api.getanyapi.com/files/screenshots/3f9c1a.png"
}
]
}
}interface WebScreenshotResponse {
data: {
items: {
image?: string;
url: string;
}[];
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/web.screenshot \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.example.com","viewportWidth":1280}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.example.com"The full URL of the page to capture. |
| viewportWidth | integer | 1280Browser viewport width in pixels (e.g. 1280). |
| Response | ||
| found | boolean | true |
| data | object | |
| data.items | array | |
| data.items[].url | string | "https://www.example.com" |
| data.items[].screenshotUrl | string | "https://api.getanyapi.com/files/screenshots/3f9c1a.png" |
| Price | ||
| Price per request | USD | $0.00174 |
| Price /1k req | USD | $1.74 |
FAQ
About the Web Scraping Screenshot page API
The AnyAPI Web Scraping Screenshot page API returns Web Scraping screenshot page data as normalized JSON from one POST call to /v1/run/web.screenshot. Capture a real-browser screenshot of any web page URL and get back a link to the rendered image. AnyAPI returns one normalized schema whichever source serves it. It costs from $1.74 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Web Scraping screenshot page calls through AnyAPI succeeded, with a median response time of 10.0 seconds across 9 measured calls.