How to crawl JS generated page with PHP?

Source: Internet
Author: User
The current use is simple_html_dom, it obtains the way of the Web page directly file_get_contents obtains the webpage, but for the JS Generation page cannot obtain, what method can use PHP to crawl the JS dynamically generated page?

Reply content:

The current use is simple_html_dom, it obtains the way of the Web page directly file_get_contents obtains the webpage, but for the JS Generation page cannot obtain, what method can use PHP to crawl the JS dynamically generated page?

This is not a good implementation, or now JS of the MVVM framework will not have to think about the server rendering to do SEO ...

Can be used V8JS ,phantomjs

If the Ajax generation gets the corresponding URL return value, you can

or analyze the request, find the interface simple point.

It is relatively easier to use PHANTOMJS+NODEJS to handle such problems.
PHANTOMJS is an interface-free browser environment that can load URLs and render pages. To simulate the user's browser input URL to open the page after the effect of rendering. The interface provided by PHANTOMJS is then programmed to fetch the rendered content.

http://phantomjs.org/

1, Phantomjs
2, if JS is the asynchronous loading of data, direct PHP read that interface data.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.