{
  "x402Version": 2,
  "id": 5896,
  "slug": "5896",
  "resource": "https://402utils.com/v1/screenshot",
  "description": "Capture a screenshot of any public web page with a headless Chrome browser. Set the viewport, grab the full scrollable page or just the fold, and choose PNG, JPEG or WebP with an optional quality. Returns the raw image bytes — ideal for link previews, thumbnails, visual monitoring and archiving. No browser to run, pay per capture.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "format": "png",
            "fullPage": true,
            "url": "https://example.com"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": "<binary image/png stream>",
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "description": "Screenshot a public http(s) URL.",
                "properties": {
                  "delayMs": {
                    "description": "Extra wait after load before capturing (animations, lazy content).",
                    "maximum": 5000,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "format": {
                    "default": "png",
                    "description": "Image format.",
                    "enum": [
                      "png",
                      "jpeg",
                      "webp"
                    ],
                    "type": "string"
                  },
                  "fullPage": {
                    "default": false,
                    "description": "Capture the full scrollable page.",
                    "type": "boolean"
                  },
                  "quality": {
                    "description": "Compression quality (jpeg/webp only).",
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "url": {
                    "description": "Public http(s) URL to capture (required).",
                    "format": "uri",
                    "type": "string"
                  },
                  "viewport": {
                    "description": "Browser viewport in pixels (each side 320–2560). Default 1280×800.",
                    "properties": {
                      "height": {
                        "maximum": 2560,
                        "minimum": 320,
                        "type": "integer"
                      },
                      "width": {
                        "maximum": 2560,
                        "minimum": 320,
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "waitUntil": {
                    "default": "load",
                    "description": "When to consider the page ready. Use 'networkidle' for JS-heavy pages.",
                    "enum": [
                      "load",
                      "networkidle"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "contentMediaType": "image/png",
                "description": "The HTTP response body is the raw image (Content-Type image/png, image/jpeg or image/webp).",
                "format": "binary",
                "type": "string"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "402utils.com",
  "lastUpdated": "2026-08-30T00:55:14.84Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-08-30T00:55:13.247Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "402utils.com",
    "manifest_name": "402utils.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}