# Seat Geek AI integration on Definable

> SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment

## What this connects

SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment

Vendor: https://seatgeek.com

## Tools available

**10** tools available. First 10:

- `SEAT_GEEK_GET_EVENT_DETAILS` — Get Event Details — Get comprehensive details about a specific event including venue, performers, date/time (in local venue time), ticket information, and a SeatGeek event URL. Performer and venue fields are basic summaries; use SEAT_GEEK_GET_PERFORMER_DETAILS or SEAT_GEEK_GET_VENUE_DETAILS for additional depth. For similarly named or recurring events, cross-check date, venue, league, and competition fields to confirm the correct event.
- `SEAT_GEEK_GET_EVENT_RECOMMENDATIONS` — Get Event Recommendations — Get personalized event recommendations based on your favorite performers, events, or location. Discover new events you might enjoy.
- `SEAT_GEEK_GET_EVENT_SEATING` — Get Event Seating Information — Get section and row layout information for a specific event's venue. Returns available sections (e.g., '101', 'floor', 'suite-14') mapped to their row identifiers. IMPORTANT: Only works for events at major venues with seating maps (stadiums, arenas). Small venue concerts or general admission events will return a 404 error. Use SEAT_GEEK_SEARCH_EVENTS with taxonomies_name='sports' to find events that have seating data.
- `SEAT_GEEK_GET_PERFORMER_DETAILS` — Get Performer Details — Retrieves detailed information about a specific performer (artist, sports team, or theatrical production) from SeatGeek by their unique ID. Returns comprehensive data including performer name, type, images, popularity scores, upcoming event counts, genre/taxonomy classifications, and ticket URLs. Does not include box scores, match statistics, or performance stats. Use this action when you need fields beyond the basic performer info already embedded in event details (e.g., popularity scores, full taxonomy, upcoming event counts). To find performer IDs, first use the search_performers action to search by name.
- `SEAT_GEEK_GET_PERFORMER_RECOMMENDATIONS` — Get Performer Recommendations — Get recommendations for similar performers based on your interests. Discover new artists, bands, teams, or entertainers you might enjoy.
- `SEAT_GEEK_GET_TAXONOMIES` — Get Event Categories — Get a list of all available event categories and types (taxonomies) used on SeatGeek. Useful for understanding event classification and filtering options.
- `SEAT_GEEK_GET_VENUE_DETAILS` — Get Venue Details — Get detailed venue-specific information (location, address, metadata) beyond what SEAT_GEEK_GET_EVENT_DETAILS already returns. Only call this tool when additional venue fields are needed that are absent from the event details response.
- `SEAT_GEEK_SEARCH_EVENTS` — Search Events — Search for ticketed events on SeatGeek by performers, venues, dates, or general queries. Covers concerts, sports games, theater shows, and other live entertainment. Only indexes ticketed events; empty results may indicate coverage gaps. Avoid over-filtering — start broad and progressively narrow. lat and lon parameters must be supplied together for location-based filtering.
- `SEAT_GEEK_SEARCH_PERFORMERS` — Search Performers — Search for performers including artists, bands, sports teams, comedians, and more. Find your favorite entertainers and see their upcoming events.
- `SEAT_GEEK_SEARCH_VENUES` — Search Venues — Search for venues by location, name, or other criteria. Find stadiums, theaters, concert halls, and other entertainment venues. Supports lat/lon coordinate filtering (both must be provided together).

## Auth

No auth required.

## How agents use Seat Geek

Inside a Definable workflow, Seat Geek is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Seat Geek** — the Researcher (GPT-5.5) pulls context from Seat Geek (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Seat Geek** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Seat Geek (create record, post message, draft email).
- **Designer / Engineer → Distributor → Seat Geek** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Seat Geek (attach file, open PR comment, post status).

The Verifier checks every Seat Geek call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- event management — https://definable.ai/apps/category/event-management/
- lifestyle & entertainment — https://definable.ai/apps/category/lifestyle-&-entertainment/

## Related

- HTML page: https://definable.ai/apps/seat_geek/
- Same category (event management): https://definable.ai/apps/category/event-management/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
