Stubhub Event Price Scraper avatar

Stubhub Event Price Scraper

Under maintenance
Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Stubhub Event Price Scraper

Stubhub Event Price Scraper

easyapi/stubhub-event-price-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Extract real-time ticket pricing and availability data from Stubhub events. Perfect for price monitoring, market analysis, and inventory tracking. Captures comprehensive details including pricing, seating, availability, and deal scores with reliable automation. 🎫

Stubhub Event Price Scraper 🎫

🎯 Features

  • Scrapes detailed ticket listings from Stubhub event pages
  • Captures comprehensive pricing information including raw price, display price, and fees
  • Extracts seating details, section information, and availability
  • Supports multiple event URLs in a single run
  • Implements smart scrolling with random delays for reliable data collection
  • Handles dynamic loading with advanced request interception

📊 Output Data Structure

The actor provides detailed ticket information including:

  • Listing ID and Event ID
  • Section details (name, ID, type, tier)
  • Seat information (row, seating notes)
  • Comprehensive pricing (raw price, display price, fees, face value)
  • Availability status
  • Deal scores and ratings
  • Creation timestamp and metadata

💡 Use Cases

  • Price monitoring for event tickets
  • Market analysis for ticket resellers
  • Event planning and budgeting
  • Competition analysis
  • Historical price tracking
  • Inventory monitoring

📝 Input Schema Description

  • eventUrls: Array of Stubhub event URLs to scrape
  • maxItems: Maximum number of ticket listings to collect per event

Input Example

A full explanation of an input example in JSON.

1{
2    "eventUrls": ["https://www.stubhub.com/2ne1-singapore-tickets-12-22-2024/event/155836800/"],
3    "maxItems": 30
4}

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.

1[
2	{
3		"listingId": 8340538659,
4		"eventId": 155836800,
5		"section": {
6			"name": "330",
7			"id": 240576,
8			"type": 2,
9			"tier": "Upper Tier"
10		},
11		"seat": {
12			"row": "32",
13			"hasSeatDetails": false,
14			"isSeatedTogether": true,
15			"notes": [
16				{
17					"content": "Clear view",
18					"description": "You'll have an unrestricted view of the show."
19				}
20			]
21		},
22		"pricing": {
23			"rawPrice": 1162.7,
24			"displayPrice": "¥1,163",
25			"priceWithFees": "¥1,627",
26			"faceValue": 1000,
27			"currencyCode": "CNY",
28			"dealScore": 7.5
29		},
30		"availability": {
31			"quantity": 2,
32			"maxQuantity": 2,
33			"availableQuantities": [
34				2
35			],
36			"lastInSection": true
37		},
38		"metadata": {
39			"createdAt": "2024-11-27T11:56:50.0970000Z",
40			"isCheapest": true,
41			"isSponsored": false,
42			"dealRating": 4
43		}
44	},
45	{
46		"listingId": -8280429877,
47		"eventId": 155836800,
48		"section": {
49			"name": "329",
50			"id": 240575,
51			"type": 2,
52			"tier": "Upper Tier"
53		},
54		"seat": {
55			"row": "33",
56			"hasSeatDetails": false,
57			"isSeatedTogether": false,
58			"notes": [
59				{
60					"content": "Clear view",
61					"description": "You'll have an unrestricted view of the show."
62				}
63			]
64		},
65		"pricing": {
66			"rawPrice": 1289.42,
67			"displayPrice": "¥1,289",
68			"faceValue": 204,
69			"currencyCode": "CNY",
70			"dealScore": null
71		},
72		"availability": {
73			"quantity": 0,
74			"maxQuantity": 0,
75			"availableQuantities": [],
76			"lastInSection": false
77		},
78		"metadata": {
79			"createdAt": "2024-11-19T06:34:55.7730000Z",
80			"isCheapest": false,
81			"isSponsored": false
82		}
83	},
84    ...
85]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 13 days ago