# OpenWebNinja Realtime Web Search (Full Results)

> OpenWebNinja Realtime Web Search (Full Results) 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-13).

Performs a real-time Google-style web search and returns full organic search results with optional AI overviews and video thumbnails

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-web-search/search-full
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-realtime-web-search-full-results-267102cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U-pzzcUJoMfHujzu3p5fn

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 openwebninja-realtime-web-search-full-results-267102cc
```

Example prompt: Search the web for 'best open source LLMs in 2025' and give me the top 10 full results in English for the US, including any AI overview summary if available.

## When to prefer this

Use this endpoint when you need full, real-time organic web search results with rich options like geolocation targeting, language filtering, AI overviews, and video thumbnails — particularly when freshness matters and you want more than just URLs (e.g., snippets and AI summaries). Prefer it over static or cached search APIs when up-to-date results are critical.

## Known failure modes

- Missing required 'q' query parameter returns a validation error
- Invalid enum values for 'nhr' or 'nfpr' (not '0' or '1') cause schema rejection
- 'num' exceeding 10 returns a validation error
- Empty or nonsensical query may return zero results
- Rate limiting or payment failure returns a 402 error
- Unsupported 'gl' or 'hl' locale codes may return degraded or no results

## 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 structured list of organic web search results including page titles, URLs, and snippets; optionally includes AI-generated overview summaries and video thumbnails from results pages, filtered by language, country, and recency parameters.

## 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/openwebninja-realtime-web-search-full-results-267102cc/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)
