I am trying to grab the score table from a website. The problem is that the site is using javascript that apparently loads on document.ready
.
For that r
cURL will only get you the markup of the page. It won't load any additional resources or process the page. You probably want to look at something like PhantomJS for this. PhantomJS is a headless WebKit browser. It has its own API that lets you "script" behavior. So you can tell PhantomJS to load the page and dump out the data you need.
Depending on what exactly you're trying to do, you could just fetch the JSON data that makes the table:
http://www.opap.gr/web/services/rs/betting/availableBetGames/sport/program/4100/0/sport-1.json?localeId=el_GR