Earlier quoted context omitted.
Thanks. But i am still curious to know how does ESPN gets all the schedule for all sports in their persistence store? Does NFL, NBA, IPL or other sports league provide them with APIs to fetch data or does ESPN too has web scraping scripts that goes after NBA/NFL/MLB websites to get the data they need or do they have people actually doing manual data entry for all of this information via some UI into their own databas…
I know a guy who works in sports betting software, a pretty large player. They have direct access feeds that they pay a lot for bulk access, to cbs sports, nbc, etc. I dont know how much but its no small sum. ESPN does not use web scraping for live stats- they use high speed apis that get info right from the field (that either their crew gathers or cbs gathers and they pay for access). The overwhelming majority is no…
Ask HN: How to Get Sports Data?
11–13 of 13 posts
Re: Ask HN: How to Get Sports Data?
#12Earlier quoted context omitted.
I know a guy who works in sports betting software, a pretty large player. They have direct access feeds that they pay a lot for bulk access, to cbs sports, nbc, etc. I dont know how much but its no small sum. ESPN does not use web scraping for live stats- they use high speed apis that get info right from the field (that either their crew gathers or cbs gathers and they pay for access). The overwhelming majority is no…
Thanks. I do not have any intention to do web scraping. Let's reduce the scope of my request: I want to do two things - 1) Get the schedules of the upcoming (future) matches in most of the popular sports across globe - football, soccer, cricket, tennis etc. How does ESPN or other sources get this? Do they get this information 3 months/6 months in advance from all these sports organizations? Or do they simply have peo…
Thats a start
I tried looking for an nba api but i couldnt find one- but i found nba api projects like https://pypi.org/project/nba-api/
I dont know espn gets their historical data but scraping it wouldnt be problematic. I would think the pro sports orgs would have an api for it
Looks like espn has pretty good historical data records and their api has some documentation. Using the espn api might be your best bet here
Re: Ask HN: How to Get Sports Data?
#13Earlier quoted context omitted.
Thanks. I do not have any intention to do web scraping. Let's reduce the scope of my request: I want to do two things - 1) Get the schedules of the upcoming (future) matches in most of the popular sports across globe - football, soccer, cricket, tennis etc. How does ESPN or other sources get this? Do they get this information 3 months/6 months in advance from all these sports organizations? Or do they simply have peo…
http://www.espn.com/apis/devcenter/docs/calendar.html#using-... Thats a start I tried looking for an nba api but i couldnt find one- but i found nba api projects like https://pypi.org/project/nba-api/ I dont know espn gets their historical data but scraping it wouldnt be problematic. I would think the pro sports orgs would have an api for it Looks like espn has pretty good historical data records and their api has so…