I'm trying to scrape several websites with using requests package / API calls. Now I'm trying to scrape this website : https://sport.circus.be/en/sport/sports-bets/844/227875758 but this is using AJAX Calls. This seems very unclear to me how I can scrape the data from this (without using Selenium or something) so I can convert it to some JSON / Dataframe in my project.
Can someone help me out please? Thanks a lot!