# OpenWeb Ninja Real-Time Video Search API

> OpenWeb Ninja Real-Time Video Search 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 results from the web for a given query, payable per call via x402 (USDC on Base, Polygon, or Arbitrum) with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-video-search/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-real-time-video-search-api-4929bff6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YgXtv37pfZtXpHLRsghp_

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-real-time-video-search-api-4929bff6
```

Example prompt: Can you search for real-time videos about 'how to make sourdough bread' and give me the top results including titles and links?

## When to prefer this

Choose this endpoint when you need real-time, live video 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 on-demand video discovery without long-term API subscriptions. Prefer over YouTube Data API or Bing Video Search when you want frictionless micropayment access and multi-platform video results.

## Known failure modes

- Missing or empty query parameter returns an error or empty results
- Payment not sent or insufficient USDC amount results in a 402 Payment Required response
- Network issues or source site downtime may cause incomplete or empty results
- Rate limiting if too many requests are sent in rapid succession
- Unsupported query formats may return 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 JSON list of real-time video search results, likely including video titles, URLs, thumbnails, descriptions, source platforms, and potentially view counts or publish dates for each matching video.

## 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-real-time-video-search-api-4929bff6/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)
