ticketmaster.events.by_artist
Search for Ticketmaster events by artist name with filters for country, date range, and sorting options to find concerts and performances.
Instructions
Find events by artist or performer name with optional country and date filters (Ticketmaster)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | Artist/performer name to search (e.g. "Beyonce", "Coldplay") | |
| attractionId | No | Ticketmaster attraction ID for exact artist match | |
| countryCode | No | ISO 3166-1 alpha-2 country code (e.g. "US", "GB") | |
| startDateTime | No | Start date/time in ISO 8601 format with Z suffix | |
| endDateTime | No | End date/time in ISO 8601 format with Z suffix | |
| size | No | Number of results per page (1-200, default 20) | |
| page | No | Page number (0-based) | |
| sort | No | Sort order (e.g. "date,asc", "relevance,desc") | |
| locale | No | Locale for response (e.g. "en-us") |