DEV Community

Discussion on: Nodejs webscraping

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Cheerio is not really related to jQuery, I think. It is just a wrapper around htmlparser2.

If you use Puppeteer, you will also need CSS selectors.

Or do you prefer XPath? But I don't really know a library for this in Node.js.

Collapse
 
brakez_ken profile image
Braswell Jr

Thank you for your contributions. I appreciate it.