# OpenWeb Ninja — Realtime Video Search SERP API

> OpenWeb Ninja — Realtime Video 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-15).

Returns real-time video search engine results pages (SERP) for a given query, payable per call via x402 micropayment (USDC).

## Facts

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

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-video-search-serp-api-b18dd90d
```

Example prompt: Search for real-time video results for 'best home workout routines 2024' and give me the top video titles, URLs, and any metadata you find.

## When to prefer this

Choose this endpoint when you need real-time, live video search results without registering for an API key or account. It is ideal for agents that need on-demand video SERP data paid per call via x402 micropayments in USDC, especially for one-off queries or workflows that cannot justify a subscription. Prefer it over YouTube Data API when you need broader web video results across multiple platforms rather than YouTube-only data.

## Known failure modes

- Payment failure or insufficient USDC balance causing 402 response
- Missing or malformed required query parameter returns error
- No results found for highly niche or empty query
- Rate limiting or temporary upstream search engine block
- Network timeout if upstream SERP data is slow to respond

## 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 video search results including video titles, URLs, thumbnails, channel/source names, durations, view counts, and other SERP metadata retrieved from live search engine video 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-video-search-serp-api-b18dd90d/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)
