# OpenWeb Ninja — Realtime Shopping Search SERP API

> OpenWeb Ninja — Realtime Shopping Search SERP API 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-14).

Returns real-time shopping search engine results (products, prices, merchants) for a given query, payable per-call via x402 with no API key required.

## Facts

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

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-shopping-search-serp-api-3120ba2c
```

Example prompt: Search Google Shopping right now for 'Sony WH-1000XM5 headphones' and give me the top product listings with prices and merchant names.

## When to prefer this

Choose this endpoint when you need live, real-time shopping search results (prices, merchants, product listings) without maintaining an API key or subscription. Ideal for agents that need pay-per-call pricing ($0.003 USDC) and on-demand access to shopping SERP data across multiple supported blockchains (Base, Polygon, Arbitrum). Prefer this over scraping or browser automation when structured JSON output and low per-call cost matter.

## Known failure modes

- Missing or invalid query parameter returns an error response
- Payment failure via x402 (insufficient USDC balance) results in 402 Payment Required
- Rate limits or upstream SERP provider outages may cause transient failures
- Query returning no results yields an empty results array
- Malformed request schema returns a 400 Bad Request

## 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 object containing real-time shopping search results for the given query, including product titles, prices, merchant names, product URLs, ratings, and other metadata typically found in Google Shopping or similar SERP results.

## 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-shopping-search-serp-api-3120ba2c/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)
