Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
11–20 of 39 posts
Re: Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
#12Puppeteer is definitely cool but on a recent project I had to revert back to using NightmareJS as I needed to download files.
Re: Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
#13Re: Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
#141. Please do not test a web app with Chrome only, we don't want to go back to a world with a single browser
2. > So, until puppeteer supports this, we will rely on jsdom, a package available via npm
JSDOM is not just a package on npm, it's an engineering piece of art
Re: Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
#15Seems like most of the parsing is done by JSDOM in this tutorial.
Re: Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
#16Re: Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
#17""Somewhat similar is the case with Internet that we traversed today in quest of data.""
Re: Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
#18I tried it out when it was released, it works well and it is decently fast.
Re: Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
#19Is it possible to launch multiple times const browser = await puppeteer.launch(); in a same nodejs process? I haven't find any information about that
Re: Show HN: Getting started with Puppeteer and Chrome Headless for Web Scraping
#20Great tutorial! Also, you look like a Full stack. How's the reception for Hospital Run software you worked on? ( https://github.com/HospitalRun/hospitalrun-frontend ) ""Somewhat similar is the case with Internet that we traversed today in quest of data.""