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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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.