SeatGeek.com Scraper
Scrape SeatGeek for live events, performers, venues, and genres — no API key required.
1 subscribers
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
SeatGeek.com Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| events | ||
| GET |
searchEvents /events/search |
Full-text search across SeatGeek events. q is required; all other /events filters also apply. |
| GET |
getVenueEvents /events/venue |
Fetch all SeatGeek events at a specific venue by its ID. |
| GET |
getPerformerEvents /events/performer |
Fetch all SeatGeek events for a specific performer by their ID. |
| GET |
browseEvents /events |
Browse SeatGeek events with composable filters for keyword, location (lat/lon), date range, type, performer, venue, sort, and pagination. |
| performers | ||
| GET |
getPerformers /performers |
Search or browse the SeatGeek performer directory. |
| GET |
getPerformer /performers/{id} |
Fetch a single SeatGeek performer by their numeric ID. |
| venues | ||
| GET |
getVenue /venues/{id} |
Fetch a single SeatGeek venue by its numeric ID. |
| GET |
getVenues /venues |
Search or browse the SeatGeek venue directory. |
| genres | ||
| GET |
getGenres /genres |
Fetch the full list of SeatGeek genre slugs for use in performer and event filtering. |
SeatGeek.com Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $60 / month | — |
|