@diugo your getting the full html page? Not a API with Json or XML?
Reason I am asking there are a few different ways to do this. It can be done with php (file_get_contents) and a few other ways. Also Javascript can scrape sites too..
@jekinney I just want the html (I can parse the data after that).
On this page the html is loaded with javascript. So file_get_contents, cURL,... will get empty html (just the base structure) not that data.
I've managed to do it with casperjs and slimerjs on my local computer.
The problem now is that I can't make them work on a shared hosting service like Hostgator.