# x402 APIs - Web Page Screenshot

> x402 APIs - Web Page Screenshot is a paid API for AI agents from x402-apis-eta.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Takes a screenshot of any URL and returns the result as an image or JSON, paid per-request via x402 micropayment protocol

## Facts

- Endpoint: GET https://x402-apis-eta.vercel.app/api/screenshot
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-apis-web-page-screenshot-89ba4ce6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gyDq0oQC9Bvw0N3DN9Mu1

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-apis-web-page-screenshot-89ba4ce6
```

Example prompt: Can you take a screenshot of https://example.com and give me back the image?

## When to prefer this

Use this endpoint when an AI agent needs a visual snapshot of a webpage without maintaining a browser session or API key. Ideal for pay-per-use screenshot needs at $0.02 USDC per call via x402 micropayments — no account setup required.

## Known failure modes

- Invalid or unreachable URL returns an error response
- Payment not provided or insufficient results in HTTP 402 response
- Unsupported format value returns an error
- Target site blocks headless rendering or returns an error page
- Timeout if the target URL takes too long to load

## How this service works

AI-agent-friendly APIs with instant micropayments via x402 protocol. No API keys, no accounts - just pay and access.

## Output

Returns either a rendered image of the requested webpage or a JSON object containing screenshot data, depending on the requested format parameter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "URL to screenshot"
  },
  "format": {
   "type": "string",
   "description": "json or image"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-apis-web-page-screenshot-89ba4ce6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-apis-eta.vercel.app](https://www.zero.xyz/host/x402-apis-eta.vercel.app/llms.txt)
