# SERP Snapshot

> SERP Snapshot is a paid API for AI agents from x402-serp.shablony-pro.workers.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns live top-10 organic search engine results as JSON for a given query, billed at $0.02 USDC per call via x402.

## Facts

- Endpoint: GET https://x402-serp.shablony-pro.workers.dev/serp
- 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/serp-snapshot-d45564fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wKr2N1x1TVRieGPQq4HHb

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 serp-snapshot-d45564fe
```

Example prompt: Can you pull up the live top-10 organic search results for 'best project management tools 2025' right now?

## When to prefer this

Choose this endpoint when you need live, real-time top-10 organic search results as structured JSON without operating a headless browser yourself, and when a micro-payment model ($0.02/call) is acceptable. Ideal for per-query SERP lookups in agentic workflows that don't require a full-featured SEO platform subscription.

## Known failure modes

- Empty results array if query returns no organic hits
- Payment failure if wallet lacks sufficient USDC on Base
- Rate limiting or quota errors if the underlying SERP provider is throttled
- Malformed or missing query parameter returns an error or empty response
- Stale or cached results if the provider has indexing lag

## How this service works

Live search-engine results (top-10 organic, JSON). x402 pay-per-call, 0.02 USDC on Base.

## Output

A JSON object containing an array of up to 10 organic search result entries, each typically including the result title, URL, and snippet text from the live search engine results page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "schema": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "results": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/serp-snapshot-d45564fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-serp.shablony-pro.workers.dev](https://www.zero.xyz/host/x402-serp.shablony-pro.workers.dev/llms.txt)
