Web Scraping API

Web Scraping Screenshot page API

Capture a real-browser screenshot of any web page URL and get back a link to the rendered image.

POST/v1/run/web.screenshot
Uptime
100.00%
30d · 9 calls
Requests
9
30d · weekly, last 12 wks
Response
10.0s
median · 30d

Pricing

One price, in dollars

Providers
Octopus9 served100.00% uptime9854ms p50$1.74/1k reqflat

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "found": true,
  "data": {
    "items": [
      {
        "url": "https://www.example.com",
        "screenshotUrl": "https://api.getanyapi.com/files/screenshots/3f9c1a.png"
      }
    ]
  }
}
Response interface
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 30d
POST /v1/run/web.screenshot
curl -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}'
FieldTypeExample value
Request body
urlstring"https://www.example.com"The full URL of the page to capture.
viewportWidthinteger1280Browser viewport width in pixels (e.g. 1280).
Response
foundbooleantrue
dataobject
data.itemsarray
data.items[].urlstring"https://www.example.com"
data.items[].screenshotUrlstring"https://api.getanyapi.com/files/screenshots/3f9c1a.png"
Price
Price per requestUSD$0.00174
Price /1k reqUSD$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.

It costs from $1.74 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Capture a real-browser screenshot of any web page URL and get back a link to the rendered image. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

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. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.