I have to scrape a webpage that is loaded using AngularJS. I am using CURL and PHP.
In CURL response I get the HTML of page which is prior to HTML produced by AngularJS.
I have Googled and got CasperJS and PhantomJS as a solution, I tried using PhantomJS and CasperJS but facing many issues.
Is there a way other than CasperJS and Phantom JS?
Thanks in advance,