ToolAssay

Pixel-accurate PNG screenshot of any live web page, rendered in a real browser a

Pixel-accurate PNG screenshot of any live web page, rendered in a real browser at a chosen viewport width, viewport-only or full-page. Returns base64 PNG. Use it when an agent needs to SEE a page: visual verification of a deploy, layout and design capture, confirming a rendered chart or map, or feeding an image to a vision model that cannot read HTML.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice 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

GET https://web.cyberwarex.com/screenshot

CategoryImage and media
Provider hostweb.cyberwarex.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "fullpage": "false",
    "url": "https://example.com",
    "width": "1280"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "fullpage": {
              "default": "false",
              "description": "true captures the entire scrollable page, false only the viewport.",
              "enum": [
                "true",
                "false"
              ],
              "type": "string"
            },
            "url": {
              "description": "Absolute http(s) URL of the page to capture.",
              "format": "uri",
              "type": "string"
            },
            "width": {
              "default": "1280",
              "description": "Viewport width in pixels, 320 to 4096.",
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "advisory": {
              "type": "string"
            },
            "fullpage": {
              "type": "boolean"
            },
            "mime": {
              "const": "image/png",
              "type": "string"
            },
            "png_base64": {
              "description": "Base64-encoded PNG image bytes.",
              "type": "string"
            },
            "status": {
              "type": "integer"
            },
            "untrusted": {
              "type": "boolean"
            },
            "url": {
              "type": "string"
            },
            "width": {
              "type": "integer"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON