# OpenWebNinja Realtime Forums Search

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

Searches forums and discussion boards in real-time, returning ranked results with titles, snippets, and source URLs

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-forums-search/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-forums-search-5501723b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ab5eMjHX5Td30MGXF-E4g

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-forums-search-5501723b
```

Example prompt: Search forums from the past week for discussions about 'React Server Components performance issues' in English from the US, starting at result 0.

## When to prefer this

Use this endpoint when you specifically need results from forum and community discussion sources (as opposed to general web pages, news articles, or social media posts). It is ideal for finding user opinions, troubleshooting discussions, community Q&A, and crowd-sourced knowledge on any topic. Prefer this over general web search when the user wants to know what communities or individuals are saying rather than official sources.

## Known failure modes

- Missing required 'query' parameter returns validation error
- Invalid 'time' enum value (not one of: any, hour, day, week, month, year) causes bad request
- Invalid 'country' or 'language' code may return empty results or error
- Payment failure (x402) returns 402 Payment Required before query executes
- No forum results found for niche queries returns empty data array
- Rate limiting or upstream search provider downtime returns 5xx error

## 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 ranked forum results, each with a URL, title, snippet, source name, rank, and position. Also includes the original query parameters and a unique request ID for tracking.

## 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-forums-search-5501723b/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)
