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?