Seat geek

Learn how to use Seat geek with Composio

Overview

SLUG: SEAT_GEEK

Description

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

Tools

Executing tools

To prototype you can execute some tools to see the responses and working on the [Seat geek toolkit’s playground](https://app.composio.dev/app/Seat geek)

For code examples, see the Tool calling guide and Provider examples.

Tool List

Tool Name: Get Event Details

Description

Get comprehensive details about a specific event including venue, performers, date/time, and ticket information.

Action Parameters

event_id
stringRequired

Action Response

data
objectRequired
error
successful
booleanRequired

Tool Name: Get Event Recommendations

Description

Get personalized event recommendations based on your favorite performers, events, or location. Discover new events you might enjoy.

Action Parameters

events_id
geoip
lat
lon
per_page
performers_id
postal_code
range

Action Response

data
objectRequired
error
successful
booleanRequired

Tool Name: Get Event Seating Information

Description

Get detailed section and row information for an event to understand the venue layout and available seating options. Useful for choosing the best seats.

Action Parameters

event_id
integerRequired

Action Response

data
objectRequired
error
successful
booleanRequired

Tool Name: Get Performer Details

Description

Get detailed information about a specific performer including images, scores, and related metadata.

Action Parameters

performer_id
stringRequired

Action Response

data
objectRequired
error
successful
booleanRequired

Tool Name: Get Performer Recommendations

Description

Get recommendations for similar performers based on your interests. Discover new artists, bands, teams, or entertainers you might enjoy.

Action Parameters

events_id
per_page
performers_id

Action Response

data
objectRequired
error
successful
booleanRequired

Tool Name: Get Event Categories

Description

Get a list of all available event categories and types (taxonomies) used on SeatGeek. Useful for understanding event classification and filtering options.

Action Parameters

per_page

Action Response

data
objectRequired
error
successful
booleanRequired

Tool Name: Get Venue Details

Description

Get detailed information about a specific venue including location, address, and other metadata.

Action Parameters

venue_id
stringRequired

Action Response

data
objectRequired
error
successful
booleanRequired

Tool Name: Search Events

Description

Search for events on SeatGeek by performers, venues, dates, or general queries. Find concerts, sports games, theater shows, and other live entertainment.

Action Parameters

datetime_local
datetime_utc
datetime_utc_gte
datetime_utc_lte
per_page
performers_id
performers_slug
q
taxonomies_id
taxonomies_name
venue_city
venue_id
venue_state

Action Response

data
objectRequired
error
successful
booleanRequired

Tool Name: Search Performers

Description

Search for performers including artists, bands, sports teams, comedians, and more. Find your favorite entertainers and see their upcoming events.

Action Parameters

id
per_page
q
slug
taxonomies_id
taxonomies_name

Action Response

data
objectRequired
error
successful
booleanRequired

Tool Name: Search Venues

Description

Search for venues by location, name, or other criteria. Find stadiums, theaters, concert halls, and other entertainment venues.

Action Parameters

city
country
id
per_page
postal_code
q
state

Action Response

data
objectRequired
error
successful
booleanRequired