Ticketmaster Events, Venues & Attractions Scraper avatar

Ticketmaster Events, Venues & Attractions Scraper

Pricing

from $7.00 / 1,000 dataset items

Go to Apify Store
Ticketmaster Events, Venues & Attractions Scraper

Ticketmaster Events, Venues & Attractions Scraper

Scrape Ticketmaster events, venues, attractions & classifications — dates, prices, venue, GPS, lineup and images. Official-API backend, reliable, no anti-bot breakage.

Pricing

from $7.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract structured event data from Ticketmaster at scale — event dates, prices, venues, GPS coordinates, full lineups, genres and images — as clean JSON ready for Sheets, a database, or your app. Built on the official Discovery API backend that the Ticketmaster mobile app uses, so it is reliable and does not break on CAPTCHAs or bot-detection like HTML scrapers do.

Who it's for

  • Event & price analysts — track on-sale dates, price ranges and availability across markets.
  • Media, apps & aggregators — power event listings, calendars and "what's on" pages with fresh data.
  • Marketers & agencies — build target lists by artist, genre, city or venue.
  • Researchers & data teams — analyze the live-entertainment market by segment, genre and geography.

What you can scrape

Choose a resultType:

Result typeWhat you get
Events (default)Concerts, sports, theater & family events with dates, prices, venue, lineup, images
AttractionsArtists, teams and performers with upcoming-event counts and social links
VenuesVenues with address, GPS, box-office info and parking details
ClassificationsThe Ticketmaster genre taxonomy (segments → genres)

Output fields (events)

FieldTypeDescription
idstringTicketmaster event ID
namestringEvent name
urlstringCanonical event page URL
local_date / local_timestringLocal start date and time
datetime_utcstringUTC start instant (ISO 8601)
statusstringonsale, offsale, cancelled, …
price_min / price_max / currencynumber/stringFace-value price range
segment / genre / sub_genrestringClassification
venueobjectVenue name, city, state, country, address, postal code, lat/long
venue_name / citystringConvenience flat fields
attractionsarrayLineup (artist/team names)
attraction_idsarrayAttraction IDs for enrichment
promoterstringPromoter name
sale_start / sale_endstringPublic on-sale window
info / please_note / ticket_limitstringEvent notes and ticket limits
seatmap_urlstringStatic seat-map image
image_urlstringBest event image
scraped_atstringExtraction timestamp (UTC)

Attractions, venues and classifications each return their own documented fields.

Use cases

  • Price & on-sale monitoring — schedule daily runs for an artist or venue and watch price ranges and sale windows change.
  • Event feed for an app — pull all events in a city or geo-radius to populate a listings product.
  • Artist tour tracking — search an attraction and get every upcoming date and venue.
  • Market research — scrape by genre/segment across cities to size a market.

Input parameters

FieldTypeDefaultDescription
resultTypeenumeventsevents / attractions / venues / classifications
keywordsarraySearch terms (artist, event, team, venue)
marketenumUSTicketmaster market host
countryCodestringISO country filter (US, GB, …)
city / stateCode / postalCodestringLocation filters
classificationNamestringGenre/segment (Music, Sports, …)
startDateTime / endDateTimestringISO 8601 date window
latlong + radius + unitstring/intGeo-radius search
sortenumdate,ascResult ordering
maxItemsint100Max results per keyword (≤ 1000)

Example input

{
"resultType": "events",
"keywords": ["Taylor Swift"],
"countryCode": "US",
"sort": "date,asc",
"maxItems": 50
}

Example output (one row)

{
"id": "vvG1VZ...",
"name": "Taylor Swift | The Eras Tour",
"url": "https://www.ticketmaster.com/event/...",
"local_date": "2026-08-16",
"local_time": "19:00:00",
"datetime_utc": "2026-08-17T01:00:00Z",
"status": "onsale",
"price_min": 49.5,
"price_max": 449.5,
"currency": "USD",
"segment": "Music",
"genre": "Pop",
"venue_name": "MetLife Stadium",
"city": "East Rutherford",
"attractions": ["Taylor Swift"],
"image_url": "https://s1.ticketm.net/dam/a/...",
"scraped_at": "2026-07-21T00:00:00+00:00"
}

Scheduling & integrations

Run on a schedule for continuous monitoring, and connect the dataset to Google Sheets, Make, Zapier, or S3 via Apify integrations and webhooks. Every run's output is available through the Apify API and dataset exports (JSON, CSV, Excel).

MCP / AI assistants

Prefer a live, conversational interface? Use the companion Ticketmaster MCP Server actor to let Claude, Cursor, ChatGPT and other AI agents search events, attractions and venues on demand.

FAQ

Where does the data come from? Ticketmaster's official Discovery API backend (the same one the mobile app uses) — not fragile HTML scraping — so results are consistent and structured.

How fresh is it? Live at run time. Schedule the actor to keep a dataset current.

Is there a result limit? The underlying API caps deep paging at 1000 results per query; narrow with filters (city, date, classification) to cover more.

Which countries are supported? US/Canada, Mexico, Australia, New Zealand, UK and Ireland via the market setting, plus any countryCode filter.

Is it reliable? Yes — because it uses the official API backend, there are no CAPTCHAs or bot-detection failures typical of website scrapers.