Ticketmaster Scraper avatar

Ticketmaster Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Ticketmaster Scraper

Ticketmaster Scraper

Fetch events, attractions, venues, and classifications from the Ticketmaster Discovery API. Requires a free Ticketmaster API key.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Categories

Share

Search events, attractions, venues, and classifications from the Ticketmaster Discovery API. A free API key is required.

Fetches data from the Ticketmaster Discovery API: event details, artist/attraction data, venue information, genre classifications, and more.

Why this scraper?

  • Free API key — register at developer.ticketmaster.com in minutes
  • Nine query modes — broad event browsing, keyword search, artist tour dates, venue schedules, and full directory lookups
  • Massive catalog — Ticketmaster covers concerts, sports, theater, and more across the US and worldwide
  • Rich data — images, classifications, embedded venue and attraction objects, pricing tiers

What you can fetch

  • Browse events — paginated event feed with date, city, genre, and sort filters
  • Search events — full-text search across event names
  • Events by attraction — all upcoming shows for a specific artist/attraction
  • Events by venue — all upcoming shows at a specific venue
  • Attraction directory — search artists and attractions
  • Single attraction — detail record for one attraction by ID
  • Venue directory — search venues by name, city, or region
  • Single venue — detail record for one venue by ID
  • Classifications — genre and segment taxonomy

Usage

Browse upcoming events in New York

{ "queryType": "browse", "city": "New York", "stateCode": "NY", "pageSize": 20 }

Search for events by keyword

{ "queryType": "search", "q": "jazz festival", "countryCode": "US" }

Get all upcoming shows for an artist

{ "queryType": "attraction-events", "attractionId": "K8vZ917Gku7" }

Get all events at a venue

{ "queryType": "venue-events", "venueId": "KovZpa2F8e" }

Search for attractions/artists

{ "queryType": "attractions", "keyword": "Radiohead" }

Get full venue list for a city

{ "queryType": "venues", "city": "Chicago", "stateCode": "IL" }

List all genre classifications

{ "queryType": "classifications" }

Input fields

FieldTypeDescription
queryTypeselectSee query types above (default: browse)
qstringSearch query. Required for queryType=search
keywordstringKeyword filter for browse, attractions, venues queries
attractionIdstringTicketmaster attraction ID. Required for attraction-events or attraction
venueIdstringTicketmaster venue ID. Required for venue-events or venue
citystringFilter by city name (e.g. New York, Los Angeles)
stateCodestringUS state code (e.g. NY, CA)
countryCodestringISO country code (e.g. US, GB)
dateFromstringStart datetime in ISO 8601 format (e.g. 2026-04-01T00:00:00Z)
dateTostringEnd datetime in ISO 8601 format
genrestringFilter by genre name or ID
sortstringSort order (e.g. date,asc or name,desc)
pageintegerPage number, 0-based (default 0)
pageSizeintegerResults per page (default 20, max 200)

Output

Each run pushes one item per event, attraction, venue, or classification to the dataset.

FieldDescription
idTicketmaster ID
nameEvent, attraction, or venue name
datesDate/time object (start, timezone, status)
classificationsGenre and segment array
_embeddedNested venues and attractions
imagesArray of event image objects
urlTicketmaster page URL
queryTypeQuery type that produced this item

Use cases

  • Concert discovery — search across the largest ticketing catalog in North America
  • Tour tracking — pull all upcoming dates for any artist
  • Venue schedules — get everything playing at a specific venue
  • Genre browsing — filter events by genre classifications
  • Cross-platform aggregation — combine with SeatGeek, Vivid Seats, and Dice.fm

This scraper is not affiliated with Ticketmaster. Please use responsibly and in accordance with Ticketmaster's terms of service. Free tier: 5 req/sec, 5,000 req/day.