Live events
Ticketmaster API
extractr scrapes Ticketmaster's public catalogue — including the full ticket-selection price map that the official Discovery API does not expose. Search and autocomplete events, resolve event, venue, artist and category detail, and pull per-offer pricing, all behind one API key with credit pricing.
- Endpoints
- 9
- Price
- from 1 credit
- Billing
- charged on success only
What you can pull from Ticketmaster
Every endpoint is a single HTTP call with a fixed credit price, metered only on a successful response.
- GET
/ticketmaster/artist_eventsUpcoming events for an artist
2 credits - GET
/ticketmaster/category_eventsEvents in a category
2 credits - GET
/ticketmaster/get_artistPublic artist profile
2 credits - GET
/ticketmaster/get_eventEvent details + billed artists
2 credits - GET
/ticketmaster/get_ticket_selectionTicket selection & full price map
3 credits - GET
/ticketmaster/get_venueVenue detail
2 credits - GET
/ticketmaster/search_eventsFree-text event search
2 credits - GET
/ticketmaster/search_suggestType-ahead search suggestions
1 credit - GET
/ticketmaster/venue_eventsUpcoming events at a venue
2 credits
Up and running in one call
Sign up, grab a key, and scrape Ticketmaster from anywhere that can make an HTTP request. Your first 1,000 credits are on us.
curl "https://api.extractr.dev/ticketmaster/artist_events?artist_id=884434&country=DE" \
-H "x-api-key: ext_live_YOUR_KEY"const res = await fetch("https://api.extractr.dev/ticketmaster/artist_events?artist_id=884434&country=DE", {
headers: { "x-api-key": process.env.EXTRACTR_API_KEY! },
});
const data = await res.json();What developers build with the Ticketmaster API
Ticket price comparison
Pull the full price map per event — every offer tier — and compare face value across sections and dates.
Availability monitoring
Watch events for onsales, sell-outs and price movements, and alert users before the rush.
Live-events analytics
Aggregate the catalogue by genre, venue or artist to analyse touring volume and pricing strategy.
Discovery & affiliate apps
Power search-as-you-type event discovery with the same suggestions Ticketmaster's own apps use.
Ticketmaster API FAQ
How is this different from the official Ticketmaster Discovery API?
The official API is key-gated per market and does not expose the ticket-selection price map. extractr scrapes the public catalogue — search, suggestions, event/venue/artist detail and full per-offer pricing — with no per-market approval.
What Ticketmaster data can I scrape?
Search and typeahead suggestions, event detail, venue and artist profiles, category listings, and the complete ticket price map per event.
How much does the Ticketmaster API cost?
Fixed credits per endpoint (listed above), charged only on 2xx responses. Signup includes 1,000 free credits and top-ups start at £5.
Which markets are covered?
Every market the public Ticketmaster catalogue serves — US, UK, Europe and the rest of its international sites.
Start scraping Ticketmaster in the next minute
1,000 free credits on signup — no card required. One key works across every extractr provider.