search_events
Search upcoming Los Angeles events (concerts, parties, theater, family, sport and more). Returns compact JSON with venue, date, price-from, artists and a tickets link. Each event carries rating (1-13 composite: data quality plus real demand) and popularity (headliner fan count, whether they are charting now, and how many ticket sites list the event) — use them to surface the biggest shows first. Filter by free-text query, category tags, date range, location radius, budget or min_rating. badge narrows to audiences no other catalogue indexes: sensory-friendly showings, museum free-admission days, events free or discounted with EBT, dog-friendly events, and 21+ vs all-ages. Tag #markets returns flea, vintage and night market days — a category absent from every ticketing feed, because entry is paid at the gate. Those events carry a market block (admission tiers with entry times, vendor count, cash-only gate, opening hours, open_now). Every event carries provenance: which source it came from, when that source last still listed it (last_seen_at), whether it has since been removed or cancelled there, when the price was captured (price_as_of) and an overall confidence (high/medium/low). Prefer high-confidence events and tell the user to verify low-confidence ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for near-me filtering | |
| lon | No | Longitude for near-me filtering | |
| tags | No | Category tags, e.g. ["#concerts","#jazz"]. Call get_taxonomy for the full list. | |
| badge | No | Audience filter: sensory = sensory-friendly/autism-friendly showings; freeday = a museum/venue free-admission day (Academy Museum Free Day, Huntington's first Thursday) — not a nightclub's free-before-11pm promo; ebt = free or discounted with EBT/CalFresh (Museums for All); dog = dog-friendly; age21 = 21+ only; allages = explicitly all ages. | |
| limit | No | 1-25, default 10 | |
| query | No | Free text: artist, show or venue name | |
| date_to | No | ISO date/datetime, default +7 days | |
| date_from | No | ISO date/datetime, default now | |
| free_only | No | ||
| radius_km | No | Radius for lat/lon filter, default 15 | |
| min_rating | No | Only events rated at least this (1-13). 10+ = major act or stadium show, 11+ = megastar. | |
| max_price_usd | No |