Is it possible to capture data from the html generated by Ajax from an external URL?

0

Scenario: I am trying to capture the text of a certain div of a site, however this div seems to be generated with Ajax .

When I inspect the element directly on the page through the browser debugger, I see the div, but when I see display source code or through file_get_content , it is missing.

In case of file_get_content, I get the whole page, however the module containing div does not load, it gets the looped gif ...

Any tips for this solution?

    
asked by anonymous 24.11.2016 / 04:06

0 answers