# OpenWeb Ninja — Realtime Forum Search SERP API

> OpenWeb Ninja — Realtime Forum 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-14).

Returns real-time forum discussion results (e.g. Reddit, Quora, Stack Exchange) for a given search query, payable per-call via x402 with no API key required.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-serp-data/forums/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/openweb-ninja-realtime-forum-search-serp-api-d2e0b7e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YkLY_KbDdW0NO6aegM-Jx

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-forum-search-serp-api-d2e0b7e4
```

Example prompt: Search forums like Reddit and Quora for real discussions about 'best budget mirrorless cameras 2024' and give me the top results including titles, links, and snippets.

## When to prefer this

Choose this endpoint when you need real-time, user-generated forum discussion data (Reddit, Quora, Stack Exchange, etc.) without managing API keys or subscriptions. It is ideal for agents that need community sentiment, troubleshooting threads, or opinion mining from forums on demand, paying only $0.003 per call via x402 crypto microtransaction. Prefer this over general web search APIs when forum-specific, community-driven content is explicitly required.

## Known failure modes

- Missing or malformed query parameter returns 400 error
- x402 payment failure or insufficient USDC balance blocks the request
- Query returns empty results for very niche or obscure topics
- Rate limiting if many calls are made in rapid succession
- Response latency spikes during high-traffic periods or if upstream SERP data is slow

## 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 array of forum search results including post titles, URLs, snippets/excerpts, source forum names, and metadata such as timestamps or engagement signals, reflecting live forum data at query time.

## 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-forum-search-serp-api-d2e0b7e4/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)
