eb_search_events
Search public Eventbrite events with keyword, location, date, category, and price filters. Resolve location to place id using eb_resolve_place, then retrieve matching event details.
Instructions
Search public Eventbrite events (the consumer search absent from the documented API). Resolve the location to a place id first with eb_resolve_place. Filters: keyword, dates, category/subcategory/format ids (see eb_reference), free/paid, online-only. Answers with the slim per-event projection by default; pass view:"full" for Eventbrite's whole search envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Keyword query | |
| aggs | No | Facet buckets to aggregate alongside results | |
| page | No | Page number (default 1) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns { id, name, start date/time, timezone, venue, city, online flag, free/sold-out flags, organizer, summary, url } per event; "full" returns Eventbrite's whole search envelope, every field included. | |
| price | No | ||
| place_id | No | Eventbrite place id from eb_resolve_place (e.g. 85981333 = Charlotte NC) | |
| format_id | No | Format id | |
| page_size | No | Results per page (default 20) | |
| category_id | No | Category id (eb_reference categories) | |
| date_keyword | No | Relative date filter | |
| date_range_to | No | ISO date upper bound (YYYY-MM-DD) | |
| subcategory_id | No | Subcategory id | |
| date_range_from | No | ISO date lower bound (YYYY-MM-DD) | |
| online_events_only | No |