- Original Poster
- #1
Hello everyone,
I write you in regards to an idea of personal project I have in order to learn how to program a webscraper. A web scraper is a script/software reading web pages (as a visitor) with a browser. The robots of Google are an example of web scrapers : they visit each page, they "read" their content and index them.
In my case, I would like to web scrape the match results (team 1, team 2, goals, date, league) of a sport betting website and put them into an Excel file in order to make some statistics and to present them on my personal blog.
My program could surf on the pages at non disruptive rate, like 1 page every 5 seconds, in order to avoid to "damage" the server. The use of the collected data won't be for business purposes. My source code (for the webscraper) would be open source and the produced charts & statistics as well.
Moreover, I suppose that sport match results are "public" data on the one hand (but I don't know where take them from), and I didn't find a visitor/user agreement on the website on the other hand. The only legal notices I could read were in German on the forum as the "terms of services" and don't seem to mention explicitly the property of those data (match results). The company is based in the UK (in London).
Therefore, do you think it is completely legal to do my personal hobby project ?
Thank you in advance for your time. Have a nice day.
Best regards,
I write you in regards to an idea of personal project I have in order to learn how to program a webscraper. A web scraper is a script/software reading web pages (as a visitor) with a browser. The robots of Google are an example of web scrapers : they visit each page, they "read" their content and index them.
In my case, I would like to web scrape the match results (team 1, team 2, goals, date, league) of a sport betting website and put them into an Excel file in order to make some statistics and to present them on my personal blog.
My program could surf on the pages at non disruptive rate, like 1 page every 5 seconds, in order to avoid to "damage" the server. The use of the collected data won't be for business purposes. My source code (for the webscraper) would be open source and the produced charts & statistics as well.
Moreover, I suppose that sport match results are "public" data on the one hand (but I don't know where take them from), and I didn't find a visitor/user agreement on the website on the other hand. The only legal notices I could read were in German on the forum as the "terms of services" and don't seem to mention explicitly the property of those data (match results). The company is based in the UK (in London).
Therefore, do you think it is completely legal to do my personal hobby project ?
Thank you in advance for your time. Have a nice day.
Best regards,
