SeatGeek Event Scraper avatar

SeatGeek Event Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
SeatGeek Event Scraper

SeatGeek Event Scraper

Fetches SeatGeek events with titles, dates, venues, performers, categories, and live ticket-price stats. Supports search, city, category, date, sorting, and pagination filters.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Fetches SeatGeek events from the official SeatGeek Platform API — title, local/UTC datetime, venue with geo coordinates, performers, taxonomy, and live ticket-price stats (listing count, lowest/median/average price). Supports free-text search plus city, category and date filters, pages 100 events per request, and keeps the complete original API payload in raw.

Input

FieldDefaultDescription
query""Free-text search over events, performers and venues (e.g. taylor swift).
city""Restrict to a venue city (venue.city), e.g. Chicago.
taxonomyanysports, concert, theater, comedy, music_festival, family, or any.
date_from""Only events on/after this UTC date (YYYY-MM-DD).
sortdatedate, date_desc, popularity, or lowest_price.
limit100Max events (1–5000; paged 100 per request).
client_idOptional, secret. Your own SeatGeek Platform client ID.

Output

{
"event_id": 18187055,
"title": "The R&B Tour - Starring Usher Raymond & Chris Brown",
"type": "concert",
"url": "https://seatgeek.com/the-r-and-b-tour-tickets/arlington-texas-at-t-stadium-2026-09-12-7-pm/concert/18187055",
"datetime_local": "2026-09-12T19:00:00",
"datetime_utc": "2026-09-13T00:00:00",
"status": "normal",
"is_open": true,
"venue_name": "AT&T Stadium",
"venue_city": "Arlington",
"venue_state": "TX",
"venue_postal_code": "76011",
"venue_capacity": 80000,
"listing_count": 1163,
"lowest_price": 46,
"average_price": 289,
"median_price": 203,
"primary_taxonomy": "concert",
"performers": ["Usher", "Chris Brown"],
"raw": { "...full SeatGeek API event...": "" }
}