Cheerio is a fast, flexible, and lean implementation of core jQuery designed specifically for the server.
Features
Familiar syntax: Cheerio implements a subset of core jQuery. Cheerio removes all the DOM inconsistencies and browser cruft from the jQuery library, revealing its truly gorgeous API.
Blazingly fast: Cheerio works with a very simple, consistent DOM model. As a result parsing, manipulating, and rendering are incredibly efficient.
Insanely flexible: Cheerio can parse nearly any HTML or XML document.