HACKER Q&A
📣 ducktective

Is there a lightweight headless browser (to scrape SPAs)?


I'm looking for a CLI solution to get content of websites which have JS or other dynamic stuff going around.

`curl` doesn't cut it here as it only fetches static content.


  👤 xkapastel Accepted Answer ✓
Puppeteer is headless Chrome for Node.js.

https://github.com/puppeteer/puppeteer