# OpenWebNinja Realtime News Search

> OpenWebNinja Realtime News Search 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).

Search for real-time news articles by keyword, source, country, and language, returning headlines, snippets, authors, and related topics

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-news-data/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/openwebninja-realtime-news-search-abec05f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8zffKkaQZUIm4qBfU8n8Q

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-news-search-abec05f8
```

Example prompt: Search for the latest news about AI regulation in the US, in English, limited to 15 articles published anytime — and show me the headline, snippet, source name, and link for each.

## When to prefer this

Use this endpoint when an agent needs real-time news search results with rich metadata (authors, images, topics, source details) and fine-grained filtering by country, language, or time window. Prefer it over static news APIs when freshness matters and over general web search when structured, news-specific output fields are required.

## Known failure modes

- Missing required 'query' parameter returns a 400 error
- Payment not provided or insufficient USDC causes a 402 Payment Required response
- Unsupported country or language code may return empty results
- Limit values outside 1–500 range are rejected
- Network or upstream news provider outage may return 503 or empty data array

## 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

Returns an array of news articles, each containing the title/headline, canonical article URL, short excerpt/snippet, author names, source name and URL, lead image URL, thumbnail URL, source logo URL, and related Google News topic IDs and names.

## 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-news-search-abec05f8/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)
