fetch-cheerio-object
JSON →A Node.js module to fetch an HTML page via HTTP and parse it into a cheerio object. It uses node-fetch under the hood for fetching and cheerio for DOM parsing, returning a Promise that resolves to a cheerio instance. The API is simple: pass a URL and optional cheerio.load options. Version 1.3.0 is current. This package is a thin wrapper combining fetch and parse steps, useful for scraping and testing. However, it is unmaintained since 2018 and has known vulnerabilities due to outdated dependencies (node-fetch < 3). Consider using higher-level scraping libraries like got-scraping or axios + cheerio directly for better control and security.
Resources
packagefetch-cheerio-object ↗
API endpoints
full doc /v1/registry/fetch-cheerio-object