# bda-research/node-crawler

Web Crawler/Spider for NodeJS + server-side jQuery ;-)

Repository: https://github.com/bda-research/node-crawler
Canonical: https://ross.abutalabs.com/products/node-crawler
Language: TypeScript
License: MIT
License Family: permissive
Topics: crawler, javascript, spider, extract-data, cheerio, jquery, nodejs
Last push: 2026-06-18T15:50:22+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 88, release rhythm 89, longevity 100
- inputs: {"age_days": 5760, "days_push": 76, "days_rel": 78, "gap_med": 11, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6799, forks 864 (observed 2026-08-28T04:09:48.684612+00:00)

## What it is
node-crawler is a TypeScript web crawler/spider library for Node.js that fetches pages and provides server-side DOM parsing with automatic jQuery-style manipulation via Cheerio. It offers a configurable request pool, retries, rate limiting, priority queues, and charset detection.

## Use cases
- scrape product prices from e-commerce sites
- crawl a website and extract links
- parse html pages with jquery-like selectors in node
- build a polite crawler with rate limiting and retries
- extract data from web pages into structured output
- queue large-scale crawling jobs with priority

## When to choose
- you need server-side DOM traversal with Cheerio/jQuery syntax
- you want built-in rate limiting, retries, and a priority queue
- you're on Node.js 22+ and comfortable with ESM
- you need charset detection and conversion handled automatically

## When to avoid
- you need to render JavaScript-heavy SPA pages (use Puppeteer/Playwright instead)
- you want a simple one-off HTTP fetch without crawling features
- you're on an older Node.js version below 22

## Facets
- artifact type: library
- maturity: active
- function: web-scraping, parser, http-client, caching
- domain: crawlers, web-development, developer-tools
- platform: cli
- tags: cheerio, jquery-server-side, rate-limiting, priority-queue, crawler, spider, esm, typescript, nodejs

## Member repositories
- bda-research/node-crawler (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:48.684612+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:42:05.835482+00:00, confidence not recorded.
  - readme: https://github.com/bda-research/node-crawler (fetched 2026-08-28T04:09:48.684612+00:00, sha 32be71f762ba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
