# OpenWebNinja Events Search

> OpenWebNinja 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-16).

Search for local and virtual events by keyword and date range, returning detailed event and venue information

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/events/search-events
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-events-search-1bacaedb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Rhg2v4xjFWr_lEo892Xu

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-events-search-1bacaedb
```

Example prompt: Can you find me tech networking events happening this weekend? I want in-person events only, starting from the first result.

## When to prefer this

Choose this endpoint when you need to search real-time local and virtual event listings by keyword with flexible date filtering (today, tomorrow, weekend, week, month, etc.). Ideal for discovering events with rich venue metadata including geolocation, ratings, and contact info. Prefer over static event directories when freshness and local detail matter.

## Known failure modes

- Missing required 'query' parameter returns a validation error
- Invalid 'date' enum value outside the allowed set returns a schema error
- No matching events returns an empty data array
- Service unavailable or payment failure returns a non-200 status
- Large offset with no remaining results returns empty 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 event objects each containing event_id, name, link, venue (with full address, city, state, latitude, longitude, phone, ratings, etc.), start/end times, language, and publish date. Venue details include Google Maps identifiers, ratings, and location coordinates.

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