The fast, flexible, and elegant library for parsing and manipulating HTML and XML.
Cheerio is a fast, flexible, and elegant library for parsing and manipulating HTML and XML documents. It implements a subset of the jQuery API, allowing developers to use familiar jQuery-style selectors and DOM manipulation methods in server and browser environments. The library wraps around parse5 for HTML parsing and can optionally use htmlparser2, and it's built to work with JavaScript and TypeScript.