Cheerio: parse HTML in Javascript. Playground and cheatsheet
Cheerio is a de-facto standard to parse HTML in a server-side Javascript (Node.js) now. It is a fast, flexible, and lean implementation of jQuery-like syntax designed specifically for the server. Github: https://github.com/cheeriojs/cheerio Stars: 25.8K NPM: https://www.npmjs.com/package/cheerio Cheerio is a pretty performant solution to extract data from raw HTML web pages, and is perfect for web scraping tasks when you don't need real browser rendering or you just don't want to use Puppetee