Answer the question
In order to leave comments, you need to log in
How to parse an entire page in php that is loaded via js?
Getting the whole page in PHP is very easy, there is file_get_contents for this.
But how to get the whole page if it is loadable?
those. when scrolling to the bottom of the page, more content is loaded, and there are about 5-6 such loads ...
How to load the entire page in PHP first, and then get all of its html.
Answer the question
In order to leave comments, you need to log in
Short answer: no way. Of course, you can try to write a parser specifically for your case, but it's easier to use something like PhantomJS .
Make direct requests to where the content comes from to the site, and not download the site itself.
Otherwise, nothing from php. Browser emulator only.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question