# AnyAPI Web Screenshot

> AnyAPI Web Screenshot is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.00158/call, status unknown (last checked 2026-09-14).

Captures a full-page or viewport screenshot of any web URL and returns the image via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/web.screenshot
- Price: $0.00158/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-web-screenshot-5d12a5d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZIJeegPK6vsBJ1JBOJKhy

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 anyapi-web-screenshot-5d12a5d7 -d '<json body>'
```

Example prompt: Take a screenshot of https://example.com and give me the image — I need to see what the page looks like right now.

## When to prefer this

Use this endpoint when you need a quick, pay-per-request screenshot of any webpage without managing subscriptions, browser infrastructure, or monthly plans. Ideal for agents that only occasionally need visual web captures and want to pay $0.005 per call via USDC rather than maintaining a dedicated screenshot service.

## Known failure modes

- Target URL is unreachable or returns an error — screenshot fails with error response
- Invalid or malformed URL input — API returns validation error
- Page load timeout — screenshot may be partial or fail entirely
- JavaScript-heavy pages may not fully render before capture
- Rate limiting or payment failure via x402 protocol — request rejected

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON response containing the screenshot of the target webpage, typically including an image URL or base64-encoded image data representing the visual state of the page at the time of the request.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-web-screenshot-5d12a5d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
