# simplecrawler/simplecrawler

Flexible event driven crawler for node.

Repository: https://github.com/simplecrawler/simplecrawler
Canonical: https://ross.abutalabs.com/products/simplecrawler
Language: JavaScript
License: BSD-2-Clause
License Family: permissive
Archived: true
Last push: 2021-03-07T07:25:38+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5376, "days_push": 2005, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2134, forks 350 (observed 2026-08-28T04:06:17.416189+00:00)

## What it is
simplecrawler is a flexible, event-driven web crawler library for Node.js with a configurable queue system, robots.txt support, and link discovery. It is explicitly unmaintained, so users are advised to migrate to alternatives.

## Use cases
- crawl an entire website and archive its pages
- scrape all links from a site
- build a site search index by crawling pages
- download large websites to disk
- monitor website pages for changes
- extract resources from a domain respecting robots.txt

## When to choose
- you need a low-level, highly configurable crawler base in Node.js
- you want event-driven control over fetching and link discovery
- you need a queue that can be frozen to disk and resumed

## When to avoid
- you need a maintained library with active support
- you want a modern headless-browser-based crawler for JavaScript-rendered sites
- you are starting a new project (the README recommends migrating to alternatives)

## Facets
- artifact type: library
- maturity: abandoned
- function: web-scraping, http-client, caching
- domain: crawlers, web-development, developer-tools
- platform: -
- tags: web-crawler, spider, event-driven, queue, robots-txt, unmaintained, nodejs, javascript

## Member repositories
- simplecrawler/simplecrawler (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:17.416189+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-30T02:51:57.352629+00:00, confidence not recorded.
  - readme: https://github.com/simplecrawler/simplecrawler (fetched 2026-08-28T04:06:17.416189+00:00, sha dbefab6ab1f3)
  - registry_npm: https://registry.npmjs.org/simplecrawler (fetched 2026-08-29T10:32:18.753518+00:00, sha 0773218c45b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
