# Tinstop Website Screenshot API

> Tinstop Website Screenshot API is a paid API for AI agents from tinstop.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Captures a screenshot of any webpage at a given URL, with support for desktop or mobile viewport presets, payable per-call via x402/USDC.

## Facts

- Endpoint: POST https://tinstop.com/v1/site/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/tinstop-website-screenshot-api-295ec449
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i0y_-bv_iUpntwG-iCUVw

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 tinstop-website-screenshot-api-295ec449 -d '<json body>'
```

Example prompt: Can you take a screenshot of https://example.com and show me how it looks on mobile?

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-account screenshot service with x402/USDC micropayment support, especially within automated agent pipelines that require web visual capture without managing API keys. Ideal for one-off or low-frequency screenshot needs where subscription overhead is undesirable.

## Known failure modes

- Invalid or unreachable URL returns an error response
- Payment not accepted due to insufficient USDC balance or x402 misconfiguration
- Timeout if the target page is slow to load
- Invalid viewport value (not 'desktop' or 'mobile') may cause a validation error
- Pages requiring authentication or behind paywalls may render incorrectly or show login screens

## How this service works

Tinstop is a machine-payable Website Intelligence API for domain security and performance audits: DNS, SSL/TLS, HTTP security headers, SPF/DKIM/DMARC email authentication, and Google PageSpeed. Pay per call with x402 using USDC on Base. No accounts or API keys.

## Output

Returns an object containing screenshot image data (likely a base64-encoded image or image URL) representing the visual render of the target webpage at the specified viewport size (desktop or mobile).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Absolute http(s) URL to capture."
  },
  "viewport": {
   "type": "string",
   "description": "Viewport preset: desktop or mobile."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "title": "Response Site Screenshot V1 Site Screenshot Post",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tinstop-website-screenshot-api-295ec449/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tinstop.com](https://www.zero.xyz/host/tinstop.com/llms.txt)
