SeatGeek Event Tickets & Prices Scraper
Scrape public SeatGeek events by search term or event URL. Export event title, date, venue, city, performers and live ticket price stats (lowest, average, highest, listing count) to JSON, CSV or Excel.
{ "title": "Preseason: Los Angeles Lakers at Sacramento Ki…", "shortTitle": "Preseason: Lakers at Kings", "type": "nba", "category": "sports", "taxonomies": ["sports","basketball","nba"], "status": "normal", "isOpen": false, "datetimeLocal": "2026-10-05T03:30:00", "datetimeUtc": "2026-10-05T10:30:00" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Title | Short Title | Type | Category |
|---|---|---|---|
| Preseason: Los Angeles Lakers at … | Preseason: Lakers at Kings | nba | sports |
| Preseason: Los Angeles Lakers at … | Preseason: Lakers at Warriors | nba | sports |
| Preseason: Sacramento Kings at Lo… | Preseason: Kings at Lakers | nba | sports |
| Preseason: Golden State Warriors … | Preseason: Warriors at Lakers | nba | sports |
| Preseason: Denver Nuggets at Los … | Preseason: Nuggets at Lakers | nba | sports |
{ "title": "Preseason: Los Angeles Lakers at Sacramento Ki…", "shortTitle": "Preseason: Lakers at Kings", "type": "nba", "category": "sports", "taxonomies": ["sports","basketball","nba"], "status": "normal", "isOpen": false, "datetimeLocal": "2026-10-05T03:30:00", "datetimeUtc": "2026-10-05T10:30:00" }
常见问题
Does this scraper include ticket prices?
Yes. Every event record carries live resale price statistics: the lowest, average, median and highest listed prices in US dollars, plus the number of active listings and total tickets available. This is the core of what the scraper returns.
How do I scrape World Cup 2026 tickets?
Leave the default search term as World Cup, or set it to a specific matchup or stage. You will get every listed match with its venue, kickoff time, teams and current price range. You can also paste specific event URLs to track them directly.
Can I search by any performer, team or event?
Yes. Set the search term to an artist, band, team, tournament or venue (for example Taylor Swift, Lakers, Coldplay) and the scraper returns the matching upcoming events with their live prices.
Can I filter by city or date?
Yes. Add a city to keep only events at venues in that city, and set an optional Date From and Date To range to keep only events starting inside that window.
How many events can I collect in one run?
Set the Max Items value to control the volume. A popular search or tournament can return dozens of dated events per run, each with full price stats.
Are the prices live?
Prices reflect the active resale listings at the moment of the run. Run the scraper on a schedule to build a price history and spot demand trends over time.