Code examples to scrape odds from Italian bookmakers, approved by AAMS
Budget: €8 – €30 EUR
I need working examples, preferably in Python, about the scraping of events, and odds, from at least 4 Italian bookmakers, approved by AAMS (you can find a list here: https://www.sitiscommesse.com/tutti/), excluding Betfair Exchange.
For each bookmaker I need:
- An example of how to scrape all available events
- An example of how to scrape and parse odds for a particular event
The scraping must use only public API or static data (i.e. using packages like requests or beautifulsoup, and without the need of a login), and so not by using Selenium or something similar.
For each bookmaker I need:
- An example of how to scrape all available events
- An example of how to scrape and parse odds for a particular event
The scraping must use only public API or static data (i.e. using packages like requests or beautifulsoup, and without the need of a login), and so not by using Selenium or something similar.