Cheerio
Cheerio is a fast, flexible, and elegant Node.js library for parsing and manipulating HTML and XML using a jQuery-compatible API. It is widely used for server-side web scraping, HTML transformation, data extraction, and static site generation. Cheerio is MIT licensed and distributed as the cheerio npm package, maintained under the cheeriojs GitHub organization.
1 APIs
11 Features
Data ExtractionDOMHTMLHTML ParsingjQueryMIT LicenseNode.jsnpmOpen SourceParserScrapingServer-sideWeb ScrapingXML
APIs
Cheerio
Cheerio implements a subset of core jQuery designed for the server. It parses markup into a traversable, manipulable DOM-like data structure and exposes a familiar jQuery-style ...
Features
jQuery-Compatible API
Server-Side HTML Parsing
XML Parsing
DOM Traversal
DOM Manipulation
CSS Selector Engine
parse5 Integration
htmlparser2 Integration
Streaming Parser
TypeScript Types
Browser-Compatible Builds
Use Cases
Web Scraping
Server-Side HTML Manipulation
Static Site Generation
Data Extraction Pipelines
HTML Email Templating
SEO Auditing Tools
Content Migration
Test HTML Assertions
RSS and Atom Feed Generation
HTML Sanitization Tooling
Integrations
Node.js
npm
TypeScript
Bun
Deno
Puppeteer
Playwright
Axios
node-fetch
Got