Cheerio website screenshot

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.

Cheerio publishes 1 API on the APIs.io network. Tagged areas include Data Extraction, DOM, HTML, HTML Parsing, and jQuery.

The Cheerio catalog on APIs.io includes 1 JSON-LD context.

Cheerio’s developer surface includes changelog, getting-started guide, engineering blog, support, documentation, API reference, tooling, and 20 more developer resources.

23.7/100 emerging ▬ flat Agent 3/100 human only self hosted · MIT Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemium
1 APIs 11 Features 10 Use Cases
Data ExtractionDOMHTMLHTML ParsingjQueryMIT LicenseNode.jsnpmOpen-SourceParserScrapingServer-SideWeb ScrapingXML

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/cheerio: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

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 ...

Pricing Plans 1

Published pricing tiers and plan structures.

Cheerio Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Cheerio Rate Limits

0 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 11

Notable capabilities this provider offers.

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

Scroll for all 11

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Cheerio Context

0 classes · 3 properties

JSON-LD

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Cheerio Domain Security

TLSv1.3 · DNSSEC · DMARC

SECURITY

Cheerio Vulnerability Disclosure

security.txt · contact published

SECURITY

Use Cases 10

What developers build with this provider.

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

Scroll for all 10

Integrations 10

Pre-built integrations with other platforms and tools.

Node.js

npm

TypeScript

Bun

Deno

Puppeteer

Playwright

Axios

node-fetch

Got

Scroll for all 10

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 6

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: cheerio
name: Cheerio
kind: opensource
description: 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.
type: Index
deliveryModel:
  model: self-hosted
  license: MIT
  open_source: true
  commercial: false
  callable_host: false
  label: Self-hosted open source · you run it yourself
  confidence: high
  source:
  - license
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
position: Producing
access: Open Source
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/cheerio.png
url: https://raw.githubusercontent.com/api-evangelist/cheerio/refs/heads/main/apis.yml
tags:
- Data Extraction
- DOM
- HTML
- HTML Parsing
- jQuery
- MIT License
- Node.js
- npm
- Open-Source
- Parser
- Scraping
- Server-Side
- Web Scraping
- XML
tags_raw:
- Data Extraction
- DOM
- HTML
- HTML Parsing
- jQuery
- MIT License
- Node.js
- npm
- Open Source
- Parser
- Scraping
- Server-side
- Web Scraping
- XML
created: '2026-03-29'
modified: '2026-09-05'
specificationVersion: '0.23'
apis:
- aid: cheerio:cheerio
  name: Cheerio
  description: 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 API for selecting elements, traversing the tree, modifying
    attributes, extracting text, and rendering HTML. It is commonly used in scraping pipelines, build tools, static site generators,
    and tests that need to operate over HTML content without launching a browser.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://cheerio.js.org/
  tags:
  - Data Extraction
  - HTML Parsing
  - jQuery
  - Node.js
  - Scraping
  properties:
  - type: Documentation
    url: https://cheerio.js.org/docs/intro
  - type: GettingStarted
    url: https://cheerio.js.org/docs/intro
  - type: APIReference
    url: https://cheerio.js.org/docs/api
  - type: Blog
    url: https://cheerio.js.org/blog
  - type: GitHubRepository
    url: https://github.com/cheeriojs/cheerio
  - type: NPMPackage
    url: https://www.npmjs.com/package/cheerio
  - type: License
    url: https://github.com/cheeriojs/cheerio/blob/main/LICENSE
  - type: ContributionGuide
    url: https://github.com/cheeriojs/cheerio/blob/main/CONTRIBUTING.md
  - type: Issues
    url: https://github.com/cheeriojs/cheerio/issues
  - type: ReleaseNotes
    url: https://github.com/cheeriojs/cheerio/releases
common:
- type: Packages
  name: Cheerio packages
  url: packages/cheerio-packages.yml
- type: SDKs
  name: Cheerio JavaScript library
  url: packages/cheerio-packages.yml
- type: LLMsTxt
  url: llms/cheerio-llms.txt
- type: Conformance
  url: conformance/cheerio-conformance.yml
- type: Conventions
  url: conventions/cheerio-conventions.yml
- type: Lifecycle
  url: lifecycle/cheerio-lifecycle.yml
- type: ChangeLog
  name: Cheerio releases
  url: changelog/cheerio-changelog.yml
- type: VulnerabilityDisclosure
  url: security/cheerio-vulnerability-disclosure.yml
- type: Plans
  url: plans/cheerio-plans-pricing.yml
- type: RateLimits
  url: rate-limits/cheerio-rate-limits.yml
- type: FinOps
  url: finops/cheerio-finops.yml
- type: GettingStarted
  url: https://cheerio.js.org/docs/intro
- type: Blog
  url: https://cheerio.js.org/blog/
- type: BlogRSS
  url: https://cheerio.js.org/blog/rss.xml
- type: Support
  name: GitHub Discussions
  url: https://github.com/cheeriojs/cheerio/discussions
- type: ContributionGuide
  url: https://github.com/cheeriojs/cheerio/blob/main/CONTRIBUTING.md
- type: SecurityPolicy
  url: https://github.com/cheeriojs/cheerio/blob/main/SECURITY.md
- type: DomainSecurity
  url: security/cheerio-domain-security.yml
- type: Website
  url: https://cheerio.js.org/
- type: Documentation
  url: https://cheerio.js.org/docs/intro
- type: APIReference
  url: https://cheerio.js.org/docs/api
- type: GitHubOrganization
  url: https://github.com/cheeriojs
- type: GitHubRepository
  url: https://github.com/cheeriojs/cheerio
- type: NPMPackage
  url: https://www.npmjs.com/package/cheerio
- type: License
  name: MIT
  url: https://github.com/cheeriojs/cheerio/blob/main/LICENSE
- type: Issues
  url: https://github.com/cheeriojs/cheerio/issues
- type: JSONLD
  url: json-ld/cheerio-context.jsonld
- name: Features
  type: Features
  data:
  - name: jQuery-Compatible API
  - name: Server-Side HTML Parsing
  - name: XML Parsing
  - name: DOM Traversal
  - name: DOM Manipulation
  - name: CSS Selector Engine
  - name: parse5 Integration
  - name: htmlparser2 Integration
  - name: Streaming Parser
  - name: TypeScript Types
  - name: Browser-Compatible Builds
- name: UseCases
  type: UseCases
  data:
  - name: Web Scraping
  - name: Server-Side HTML Manipulation
  - name: Static Site Generation
  - name: Data Extraction Pipelines
  - name: HTML Email Templating
  - name: SEO Auditing Tools
  - name: Content Migration
  - name: Test HTML Assertions
  - name: RSS and Atom Feed Generation
  - name: HTML Sanitization Tooling
- name: Tools
  type: Tools
  data:
  - name: cheerio
  - name: parse5
  - name: htmlparser2
  - name: domhandler
  - name: domutils
  - name: css-select
- name: Integrations
  type: Integrations
  data:
  - name: Node.js
  - name: npm
  - name: TypeScript
  - name: Bun
  - name: Deno
  - name: Puppeteer
  - name: Playwright
  - name: Axios
  - name: node-fetch
  - name: Got
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-09-05'
  status: enriched
  artifacts_added: 8
  pass: local-v3

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/cheerio"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/cheerio/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/cheerio/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.