# OpenWebNinja Realtime Events Search

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

Search for real-world and virtual events by keyword and date range, returning detailed event listings with venue, timing, and ticket info

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-events-data/search-events
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Success rate: 0% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-realtime-events-search-f5d9af3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NF0KQp7B7comiDxSCY9lW

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-events-search-f5d9af3f
```

Example prompt: Can you find me jazz concerts happening in Chicago this weekend? I only want in-person events, not virtual ones.

## When to prefer this

Use this endpoint when you need to discover real-time, up-to-date events by keyword with flexible date filtering (today, this week, this month, etc.) and need rich venue metadata including geolocation and ratings alongside event listings

## Known failure modes

- Missing required 'query' parameter returns validation error
- Invalid date enum value returns 400 bad request
- No events found for query returns empty data array
- Payment of 0.003 USDC not provided returns 402 Payment Required
- Rate limiting or quota exceeded returns 429

## 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 event objects each containing event_id, name, link, start/end times, venue details (name, address, city, state, coordinates, ratings), language, and ticket information

## 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-events-search-f5d9af3f/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)
