I'd like to scrape some odds from Oddsportal, but the data is stored in some XML database or what.
The Javascript code that manipulates it has to be this 0.5 MB monster
I don't think it's easy to acces the database directly, but at least gather the data using AJAX requests. Ha anyone worked with OP? Or do you have any advice how to research it? Should I start from functions such as
?
The Javascript code that manipulates it has to be this 0.5 MB monster
Code:
http://www.oddsportal.com/res/x/proto-1108031134.js
Code:
XMLHttpRequest, Ajax.Request