# OpenWeb Ninja Realtime SERP Web Search Full

> OpenWeb Ninja Realtime SERP Web Search Full 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).

Fetches full real-time web search engine results page (SERP) data for a given query, paid per call via x402 with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-serp-data/web/search-full
- 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-serp-web-search-full-c99ef6e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_odWCwBdMYRWyDsqwSvigw

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-web-search-full-c99ef6e5
```

Example prompt: Search the web right now for 'best electric SUVs 2025' and give me the full list of results including titles, URLs, and snippets from the first page.

## When to prefer this

Choose this endpoint when you need full, real-time web search results without setting up an account or managing API keys, and you want to pay only per call using USDC via x402. It is ideal for AI agents that need live web data on demand, for SEO auditing, competitive research, or powering retrieval-augmented generation (RAG) workflows. Prefer it over traditional SERP APIs when low-friction, pay-per-use access is a priority and you are already operating in a crypto-native or x402-compatible environment.

## Known failure modes

- Missing or malformed query parameter returns an error or empty results
- Payment failure via x402 (insufficient USDC balance or unsupported chain) causes 402 response with no data
- Query returns no results for highly niche or malformed searches
- Rate limiting or upstream search provider unavailability causes timeout or 5xx error
- Response may be cached or slightly delayed for very recent breaking news queries

## 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 full real-time SERP data for the submitted query, including organic search result titles, URLs, snippets/descriptions, and potentially additional SERP features such as knowledge panels or ads, depending on the query.

## 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-web-search-full-c99ef6e5/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)
