ToolAssay

Capture a screenshot of any URL or HTML

Capture a screenshot of any URL or HTML. Returns a PNG or JPEG image. Supports full-page, element selection, custom viewport.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
295 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://stableflare.dev/api/browser/screenshot

CategoryImage and media
Provider hoststableflare.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days34 from 5 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 295 ms

Example input (from the provider)

{
  "body": {},
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "authenticate": {
              "additionalProperties": false,
              "properties": {
                "password": {
                  "type": "string"
                },
                "username": {
                  "type": "string"
                }
              },
              "required": [
                "username",
                "password"
              ],
              "type": "object"
            },
            "cookies": {
              "items": {
                "additionalProperties": {},
                "propertyNames": {
                  "type": "string"
                },
                "type": "object"
              },
              "type": "array"
            },
            "gotoOptions": {
              "additionalProperties": false,
              "properties": {
                "timeout": {
                  "type": "number"
                },
                "waitUntil": {
                  "enum": [
                    "load",
                    "domcontentloaded",
                    "networkidle0",
                    "networkidle2"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "html": {
              "description": "HTML content to render instead of URL",
              "type": "string"
            },
            "screenshotOptions": {
              "additionalProperties": false,
              "properties": {
                "clip": {
                  "additionalProperties": false,
                  "properties": {
                    "height": {
                      "type": "number"
                    },
                    "width": {
                      "type": "number"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "x",
                    "y",
                    "width",
                    "height"
                  ],
                  "type": "object"
                },
                "fullPage": {
                  "type": "boolean"
                },
                "omitBackground": {
                  "type": "boolean"
                },
                "quality": {
                  "maximum": 100,
                  "minimum": 0,
                  "type": "number"
                },
                "type": {
                  "enum": [
                    "png",
                    "jpeg"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "selector": {
              "description": "CSS selector to screenshot a specific element",
              "type": "string"
            },
            "setExtraHTTPHeaders": {
              "additionalProperties": {
                "type": "string"
              },
              "propertyNames": {
                "type": "string"
              },
              "type": "object"
            },
            "url": {
              "description": "URL to render",
              "format": "uri",
              "type": "string"
            },
            "userAgent": {
              "type": "string"
            },
            "viewport": {
              "additionalProperties": false,
              "properties": {
                "deviceScaleFactor": {
                  "type": "number"
                },
                "height": {
                  "type": "number"
                },
                "width": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "waitForSelector": {
              "description": "CSS selector to wait for",
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON