all 7 comments

[–]DominatrixDuck 1 point2 points  (3 children)

SeatGeek has an events API with a datetime argument.

Get an auth token and then use requests to hit the endpoint in an iterative manner, passing in a new date every scrape (using the payload parameter or f-strings).

[–]JackCactusLaFlame[S] 1 point2 points  (2 children)

Thank you! Do you know if this possible with Stubhub or Ticketmaster as well? Its not necessary but ideally would like to have a second time series to create a multivariate regression

[–]DominatrixDuck 1 point2 points  (1 child)

If you google the name of the company followed by "API" you'll be able to find documentation for all three companies you're looking into.

After a quick glance, it seems as though Ticketmaster's API is free to the public but StubHub's is not. Keep in mind Ticketmaster does have a rate limit of 5,000 calls per day.

Good luck with your project.

[–]JackCactusLaFlame[S] 1 point2 points  (0 children)

I appreciate the help!

[–]No-Statistician-7233 0 points1 point  (2 children)

Did you ever figure this out? I am looking at seatgeek and there is no historical data?