Ticketmaster Events Scraper 🎫 avatar
Ticketmaster Events Scraper 🎫

Pricing

$19.99/month + usage

Go to Store
Ticketmaster Events Scraper 🎫

Ticketmaster Events Scraper 🎫

Developed by

EasyApi

EasyApi

Maintained by Community

A powerful scraper that extracts comprehensive event data from Ticketmaster search results, including event details, venues, dates, prices, and availability status. Perfect for event monitoring, market research, and competitive analysis. 🎫

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

5

Monthly users

1

Runs succeeded

>99%

Last modified

2 months ago

Scrape event details from Ticketmaster search results including event information, venues, dates, prices, and more.

🎯 Features

  • Scrapes detailed event information from Ticketmaster search results
  • Supports multiple search URLs
  • Extracts comprehensive event data including:
    • Event title and ID
    • Dates (start date, onsale date, presale dates)
    • Venue details (location, address, coordinates)
    • Price information
    • Artist information
    • Add-ons (parking, etc.)
    • Ticket availability status
  • Built-in proxy support
  • Random delays and request optimization
  • Handles pagination automatically

📊 Output Dataset

The actor stores results in a dataset, with each item containing:

  • searchUrl: Original search URL
  • scrapedAt: Timestamp of when the data was collected
  • event: Detailed event information including:
    • Title and IDs
    • Dates and times
    • Venue information
    • Price details
    • Artist information
    • Ticket status
    • Additional services

💡 Use Cases

  • Event monitoring and analytics
  • Price tracking
  • Venue capacity analysis
  • Market research
  • Event planning
  • Competitive analysis

📋 Input Parameters

  • searchUrls: Array of Ticketmaster search URLs to scrape
  • maxItems: Maximum number of items to scrape (optional)
  • proxyConfiguration: Proxy settings (optional)

🔍 Sample Usage

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": [
"https://www.ticketmaster.com/search?q=u2"
],
"maxItems": 30
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"searchUrl": "https://www.ticketmaster.com/search?q=u2",
"scrapedAt": "2025-02-08T07:58:42.761Z",
"event": {
"title": "V-U2 An Immersive Concert Film at Sphere Las Vegas",
"id": "17006162413A9D50",
"discoveryId": "169ZkAx8KZA51Ckv",
"dates": {
"dateDisplay": "showDateTime",
"startDate": "2025-02-08T03:00:00Z",
"onsaleDate": "2024-11-07T18:00:00Z",
"spanMultipleDays": false
},
"presaleDates": [
{
"name": "Verizon Access Featured Venues Offer",
"startDateTime": "2025-02-05T01:00:00Z",
"endDateTime": "2025-02-08T03:45:00Z"
}
],
"url": "https://www.ticketmaster.com/vu2-an-immersive-concert-film-at-las-vegas-nevada-02-07-2025/event/17006162413A9D50",
"partnerEvent": false,
"isPartner": false,
"showTmButton": true,
"venue": {
"city": "Las Vegas",
"name": "Sphere",
"country": "US",
"state": "NV",
"url": "https://www.ticketmaster.com/sphere-tickets-las-vegas/venue/189524",
"latitude": 36.1207267,
"longitude": -115.1642896,
"addressLineOne": "255 Sands Avenue",
"code": "89169"
},
"timeZone": "America/Los_Angeles",
"cancelled": false,
"postponed": false,
"rescheduled": false,
"tba": false,
"local": true,
"sameRegion": false,
"soldOut": false,
"limitedAvailability": false,
"ticketingStatus": "UNKNOWN",
"eventChangeStatus": "none",
"virtual": false,
"addOns": [
{
"type": "Parking",
"options": [
{
"name": "Sphere Parking (V-U2 An Immersive Concert Film at Sphere Las Vegas)",
"url": "https://www.ticketmaster.com/sphere-parking-vu2-an-immersive-concert-las-vegas-nevada-02-07-2025/event/17006226DB791D21"
}
]
}
],
"artists": [
{
"name": "V-U2 An Immersive Concert Film at Sphere Las Vegas",
"url": "https://www.ticketmaster.com/vu2-an-immersive-concert-film-at-tickets/artist/3195873"
},
{
"name": "U2",
"url": "https://www.ticketmaster.com/u2-tickets/artist/736365"
}
],
"price": {
"type": "standard",
"currency": "USD",
"min": 78
},
"majorCategory": {
"id": "KZFzniwnSyZfZ7v7na",
"canonicalUrls": {},
"major": true
}
}
},
...
]