I was scraping a website using the Guzzle library
for extracting specific data from HTML. But now, the website doesn't visualize content until the browser has JavaScript enabled.
So now I'm stuck with these questions:
- Can guzzle client emulate that javascript is enabled?
- Are there any other tools in the PHP language (besides Guzzle) that could help with this problem?
Any advice is welcome.