# SERPAnalyzer via Agent Wonderland

> SERPAnalyzer via Agent Wonderland is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Analyzes search engine results pages (SERPs) for a given query, returning organic rankings, paid placements, featured snippets, and AI overviews with keyword position tracking

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/serpanalyzer
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/serpanalyzer-via-agent-wonderland-7f743c7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6mawufbA6xvX3PWRqpZCw

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 serpanalyzer-via-agent-wonderland-7f743c7b -d '<json body>'
```

Example prompt: Can you analyze the Google search results for 'best project management software' in the US — I want to see the organic rankings, any featured snippets, paid ads, and AI overviews showing up for that keyword?

## When to prefer this

Choose this endpoint when you need a comprehensive breakdown of what actually appears on a search results page — including organic, paid, featured snippets, and AI overviews — rather than just a list of URLs. Ideal for SEO audits, competitive keyword research, rank tracking, and understanding SERP feature presence. Best when you need to pay per call without a subscription commitment, using USDC via x402.

## Known failure modes

- Invalid or empty query string returns validation error
- Unsupported country code returns error or defaults to US
- Payment failure (insufficient USDC balance) blocks request execution
- Rate limiting or quota exceeded returns 429-style error
- Query returns no results for niche or misspelled terms

## How this service works

Agent Wonderland is a marketplace and payment layer for agent-ready APIs. This endpoint runs SERPAnalyzer: Comprehensive search engine results analysis including organic rankings, paid placements, featured snippets, and AI overviews. Track keyword positions and SERP features. Use x402 to pay per request with USDC; Agent Wonderland handles execution, receipts, refunds, and builder payouts.

## Output

Returns a structured analysis of the SERP for the given query, including organic search rankings and positions, paid ad placements, featured snippet content, AI overview summaries, and other SERP features present on the results page

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "queries": {
   "type": "string",
   "title": "Queries",
   "description": "Search query"
  },
  "countryCode": {
   "type": "string",
   "title": "Countrycode",
   "default": "us"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/serpanalyzer-via-agent-wonderland-7f743c7b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
