Using cURL to get data from a site with delayed AJAX
Moderator: General Moderators
Using cURL to get data from a site with delayed AJAX
I am trying to scrape data off a page using php with cURL. However the main content on the page is populated using a delayed ajax called, this means that the data I obtained will not contain the content I need. Is there a way to use cURL to initiate the page load but delay the data return until the AJAX on the remote page completes?
Re: Using cURL to get data from a site with delayed AJAX
I wonder if you did something like this: http://us3.php.net/manual/en/function.c ... i-init.php
Re: Using cURL to get data from a site with delayed AJAX
I am not sure how to achieve what i need using the multi channel, please advise