Seat Geek
seat_geekSeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment
Acciones disponibles (10)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Event DetailsSEAT_GEEK_GET_EVENT_DETAILSAcciónGet comprehensive details about a specific event including venue, performers, date/time, and ticket information.
SEAT_GEEK_GET_EVENT_DETAILSAcciónGet comprehensive details about a specific event including venue, performers, date/time, and ticket information.
Parámetros de entrada
event_idstringObligatorioThe unique ID of the event to retrieve details for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Event RecommendationsSEAT_GEEK_GET_EVENT_RECOMMENDATIONSAcciónGet personalized event recommendations based on your favorite performers, events, or location. discover new events you might enjoy.
SEAT_GEEK_GET_EVENT_RECOMMENDATIONSAcciónGet personalized event recommendations based on your favorite performers, events, or location. discover new events you might enjoy.
Parámetros de entrada
latnumberLatitude for location-based recommendations. Must be provided with longitude.
lonnumberLongitude for location-based recommendations. Must be provided with latitude.
geoipstringUse 'true' to geolocate by client IP or provide a specific IP address.
rangestringRadius from geolocation point to search within. Default is 200mi.
per_pageintegerNumber of results per page. Default is 10.
events_idstringOne or more event IDs to use as recommendation seeds. Comma-separated for multiple.
postal_codestringPostal code for location-based recommendations.
performers_idstringOne or more performer IDs to use as recommendation seeds. Comma-separated for multiple.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Event Seating InformationSEAT_GEEK_GET_EVENT_SEATINGAcciónGet detailed section and row information for an event to understand the venue layout and available seating options. useful for choosing the best seats.
SEAT_GEEK_GET_EVENT_SEATINGAcciónGet detailed section and row information for an event to understand the venue layout and available seating options. useful for choosing the best seats.
Parámetros de entrada
event_idintegerObligatorioThe unique ID of the event to retrieve seating information for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Performer DetailsSEAT_GEEK_GET_PERFORMER_DETAILSAcciónGet detailed information about a specific performer including images, scores, and related metadata.
SEAT_GEEK_GET_PERFORMER_DETAILSAcciónGet detailed information about a specific performer including images, scores, and related metadata.
Parámetros de entrada
performer_idstringObligatorioThe unique ID of the performer to retrieve details for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Performer RecommendationsSEAT_GEEK_GET_PERFORMER_RECOMMENDATIONSAcciónGet recommendations for similar performers based on your interests. discover new artists, bands, teams, or entertainers you might enjoy.
SEAT_GEEK_GET_PERFORMER_RECOMMENDATIONSAcciónGet recommendations for similar performers based on your interests. discover new artists, bands, teams, or entertainers you might enjoy.
Parámetros de entrada
per_pageintegerNumber of results per page. Default is 10.
events_idstringOne or more event IDs to use as recommendation seeds. Comma-separated for multiple.
performers_idstringOne or more performer IDs to use as recommendation seeds. Comma-separated for multiple.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Event CategoriesSEAT_GEEK_GET_TAXONOMIESAcciónGet a list of all available event categories and types (taxonomies) used on seatgeek. useful for understanding event classification and filtering options.
SEAT_GEEK_GET_TAXONOMIESAcciónGet a list of all available event categories and types (taxonomies) used on seatgeek. useful for understanding event classification and filtering options.
Parámetros de entrada
per_pageintegerNumber of results per page. Default is 10.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Venue DetailsSEAT_GEEK_GET_VENUE_DETAILSAcciónGet detailed information about a specific venue including location, address, and other metadata.
SEAT_GEEK_GET_VENUE_DETAILSAcciónGet detailed information about a specific venue including location, address, and other metadata.
Parámetros de entrada
venue_idstringObligatorioThe unique ID of the venue to retrieve details for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search EventsSEAT_GEEK_SEARCH_EVENTSAcciónSearch for events on seatgeek by performers, venues, dates, or general queries. find concerts, sports games, theater shows, and other live entertainment.
SEAT_GEEK_SEARCH_EVENTSAcciónSearch for events on seatgeek by performers, venues, dates, or general queries. find concerts, sports games, theater shows, and other live entertainment.
Parámetros de entrada
qstringGeneral search query for events, performers, or venues. Supports natural language like 'yankees march' or 'skrillex on june 4th'.
per_pageintegerNumber of results per page. Default is 10.
venue_idstringVenue ID to filter events to a specific venue.
venue_citystringCity name to filter events by venue location.
venue_statestringTwo-letter state code to filter events by venue location.
datetime_utcstringFilter events by exact UTC date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.
performers_idstringPerformer ID(s) to filter events. Multiple IDs can be comma-separated for OR queries.
taxonomies_idstringFilter events by taxonomy ID.
datetime_localstringFilter events by exact local date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.
performers_slugstringPerformer slug(s) to filter events. Use URL-friendly format.
taxonomies_namestringFilter events by category/type name.
datetime_utc_gtestringFilter events happening on or after this UTC date/time.
datetime_utc_ltestringFilter events happening on or before this UTC date/time.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search PerformersSEAT_GEEK_SEARCH_PERFORMERSAcciónSearch for performers including artists, bands, sports teams, comedians, and more. find your favorite entertainers and see their upcoming events.
SEAT_GEEK_SEARCH_PERFORMERSAcciónSearch for performers including artists, bands, sports teams, comedians, and more. find your favorite entertainers and see their upcoming events.
Parámetros de entrada
qstringGeneral search query for performers. Search artists, bands, sports teams, or any performers.
idstringPerformer ID(s) to retrieve. Can be comma-separated for multiple performers.
slugstringSearch for a specific performer by their slug (URL-friendly name).
per_pageintegerNumber of results per page. Default is 10.
taxonomies_idstringFilter performers by taxonomy ID.
taxonomies_namestringFilter performers by category/type name.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search VenuesSEAT_GEEK_SEARCH_VENUESAcciónSearch for venues by location, name, or other criteria. find stadiums, theaters, concert halls, and other entertainment venues.
SEAT_GEEK_SEARCH_VENUESAcciónSearch for venues by location, name, or other criteria. find stadiums, theaters, concert halls, and other entertainment venues.
Parámetros de entrada
qstringGeneral search query for venues.
idstringVenue ID(s) to retrieve. Can be comma-separated for multiple venues.
citystringFilter venues by city name.
statestringFilter venues by state (use two-letter state code).
countrystringFilter venues by country (use two-letter country code).
per_pageintegerNumber of results per page. Default is 10.
postal_codestringFilter venues by postal/zip code.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not