NAiOS IconNAiOS Logo
Volver al catálogo

Seat Geek

seat_geek

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

Acciones
10
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • event_idstringObligatorio

    The unique ID of the event to retrieve details for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Event RecommendationsSEAT_GEEK_GET_EVENT_RECOMMENDATIONSAcción

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

Parámetros de entrada

  • latnumber

    Latitude for location-based recommendations. Must be provided with longitude.

  • lonnumber

    Longitude for location-based recommendations. Must be provided with latitude.

  • geoipstring

    Use 'true' to geolocate by client IP or provide a specific IP address.

  • rangestring

    Radius from geolocation point to search within. Default is 200mi.

  • per_pageinteger

    Number of results per page. Default is 10.

  • events_idstring

    One or more event IDs to use as recommendation seeds. Comma-separated for multiple.

  • postal_codestring

    Postal code for location-based recommendations.

  • performers_idstring

    One or more performer IDs to use as recommendation seeds. Comma-separated for multiple.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Event Seating InformationSEAT_GEEK_GET_EVENT_SEATINGAcción

Get 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_idintegerObligatorio

    The unique ID of the event to retrieve seating information for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Performer DetailsSEAT_GEEK_GET_PERFORMER_DETAILSAcción

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

Parámetros de entrada

  • performer_idstringObligatorio

    The unique ID of the performer to retrieve details for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Performer RecommendationsSEAT_GEEK_GET_PERFORMER_RECOMMENDATIONSAcción

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

Parámetros de entrada

  • per_pageinteger

    Number of results per page. Default is 10.

  • events_idstring

    One or more event IDs to use as recommendation seeds. Comma-separated for multiple.

  • performers_idstring

    One or more performer IDs to use as recommendation seeds. Comma-separated for multiple.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Event CategoriesSEAT_GEEK_GET_TAXONOMIESAcción

Get 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_pageinteger

    Number of results per page. Default is 10.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Venue DetailsSEAT_GEEK_GET_VENUE_DETAILSAcción

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

Parámetros de entrada

  • venue_idstringObligatorio

    The unique ID of the venue to retrieve details for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search EventsSEAT_GEEK_SEARCH_EVENTSAcción

Search 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

  • qstring

    General search query for events, performers, or venues. Supports natural language like 'yankees march' or 'skrillex on june 4th'.

  • per_pageinteger

    Number of results per page. Default is 10.

  • venue_idstring

    Venue ID to filter events to a specific venue.

  • venue_citystring

    City name to filter events by venue location.

  • venue_statestring

    Two-letter state code to filter events by venue location.

  • datetime_utcstring

    Filter events by exact UTC date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.

  • performers_idstring

    Performer ID(s) to filter events. Multiple IDs can be comma-separated for OR queries.

  • taxonomies_idstring

    Filter events by taxonomy ID.

  • datetime_localstring

    Filter events by exact local date/time. Format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.

  • performers_slugstring

    Performer slug(s) to filter events. Use URL-friendly format.

  • taxonomies_namestring

    Filter events by category/type name.

  • datetime_utc_gtestring

    Filter events happening on or after this UTC date/time.

  • datetime_utc_ltestring

    Filter events happening on or before this UTC date/time.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search PerformersSEAT_GEEK_SEARCH_PERFORMERSAcción

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

Parámetros de entrada

  • qstring

    General search query for performers. Search artists, bands, sports teams, or any performers.

  • idstring

    Performer ID(s) to retrieve. Can be comma-separated for multiple performers.

  • slugstring

    Search for a specific performer by their slug (URL-friendly name).

  • per_pageinteger

    Number of results per page. Default is 10.

  • taxonomies_idstring

    Filter performers by taxonomy ID.

  • taxonomies_namestring

    Filter performers by category/type name.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search VenuesSEAT_GEEK_SEARCH_VENUESAcción

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

Parámetros de entrada

  • qstring

    General search query for venues.

  • idstring

    Venue ID(s) to retrieve. Can be comma-separated for multiple venues.

  • citystring

    Filter venues by city name.

  • statestring

    Filter venues by state (use two-letter state code).

  • countrystring

    Filter venues by country (use two-letter country code).

  • per_pageinteger

    Number of results per page. Default is 10.

  • postal_codestring

    Filter venues by postal/zip code.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not