search_tm_partner
Find events, venues, and attractions by keyword, location, or category. Filter results by date, city, and classification to get targeted listings.
Instructions
Search for events, venues, or attractions using Ticketmaster Partner API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of search to perform | |
| keyword | No | Search keyword or term | |
| eventId | No | Specific event ID to retrieve | |
| venueId | No | Specific venue ID to search or retrieve | |
| attractionId | No | Specific attraction ID to search or retrieve | |
| startDateTime | No | Start date/time in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ) | |
| endDateTime | No | End date/time in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ) | |
| city | No | City name | |
| stateCode | No | State code (e.g., NY, CA) | |
| countryCode | No | Country code (e.g., US, CA) | |
| postalCode | No | Postal/ZIP code | |
| latlong | No | Latitude,longitude for geographic search | |
| radius | No | Search radius | |
| unit | No | Unit for radius (miles or km) | |
| classificationName | No | Event classification/category names | |
| size | No | Number of results per page (max 200) | |
| page | No | Page number (0-indexed) | |
| sort | No | Sort order for results | |
| format | No | Output format (defaults to json) | json |