duzun / hQuery.php

An extremely fast web scraper that parses megabytes of invalid HTML in a blink of an eye. PHP5.3+, no dependencies.
https://duzun.me/playground/hquery
MIT License
361 stars 74 forks source link

Support for JavaScript? #32

Closed lincolnaleixo closed 6 years ago

lincolnaleixo commented 6 years ago

Can I use this to scrape pages that uses JavaScript? Thanks

duzun commented 6 years ago

PHP does not execute JS, thus JS generated content on the page cannot be scraped from the page directly by this library.

See #31