Scrape client-side rendered HTML content with JavaScript
In a previous tutorial I wrote about scraping server-side rendered HTML content. Many modern websites however are rendered client-side so a different approach to scraping them is required.
Enter Puppeteer a Node.js library for running a headless Chro...
michaelburrows.hashnode.dev2 min read