I'm trying to scrape a webpage where the content I want loads after the DOM completes. The new content is fetched through AJAX calls.
So the fetched content isn't available in the page source. I can see when inspecting the page.
When I use cURL it doesn't find the elements on the page. What is the best method to get this content?
I'm trying to use PhantomJS for this, but I'm not sure if that can do it either.
Thanks.