# OpenWeb Ninja — Realtime SERP Maps Search

> OpenWeb Ninja — Realtime SERP Maps Search is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-16).

Returns real-time Google Maps search results (local business listings, places) for a given query, payable per call via x402 with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-serp-data/maps/search
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-realtime-serp-maps-search-a4173a22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6VVUzXYXSy0_kxicc5FDD

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 openweb-ninja-realtime-serp-maps-search-a4173a22
```

Example prompt: Search Google Maps for 'Italian restaurants in Brooklyn, NY' and give me the top results with names, addresses, and ratings.

## When to prefer this

Choose this endpoint when you need real-time Google Maps local search results without setting up an account or API key, and you want to pay per call in USDC via x402. Ideal for agents that need fresh local business data on demand, especially when you want to avoid long-term subscriptions or credential management. Prefer over Google Maps Platform direct if you need instant, frictionless crypto micropayment access.

## Known failure modes

- Missing or invalid query parameter returns an error
- No results found for obscure or misspelled queries
- Rate-limiting or payment failure if x402 USDC transaction is not completed
- Stale or incomplete data for newly opened or recently closed businesses
- Geographic ambiguity if location context is not included in the query

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A JSON response containing real-time Google Maps search results for the given query, including business names, addresses, ratings, review counts, phone numbers, website URLs, hours, and other place metadata available in the Maps SERP.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-realtime-serp-maps-search-a4173a22/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
