# thomasdondorf/puppeteer-cluster

Puppeteer Pool, run a cluster of instances in parallel

Repository: https://github.com/thomasdondorf/puppeteer-cluster
Canonical: https://ross.abutalabs.com/products/puppeteer-cluster
Language: TypeScript
License: MIT
License Family: permissive
Topics: puppeteer, pool, pooling, headless-chrome, cluster, node
Last push: 2026-03-01T08:41:33+00:00

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

## Adoption (not part of the score)
Stars 3514, forks 319 (observed 2026-08-28T04:08:07.780353+00:00)

## What it is
A Node.js library that manages a pool of Puppeteer-controlled Chromium instances for running browser tasks in parallel. It handles job queuing, error recovery, browser restarts, retries, and monitoring statistics across multiple concurrency models.

## Use cases
- crawl thousands of pages in parallel with headless chrome
- take screenshots of many urls concurrently
- run browser-based tests in parallel
- scrape websites with automatic retry on failure
- pool and reuse chromium browser instances
- monitor progress of a batch of puppeteer jobs

## When to choose
- you need to run many puppeteer tasks concurrently with error handling and retries
- you want automatic browser restart after crashes
- you need progress monitoring and statistics for crawling jobs

## When to avoid
- you only need a single browser instance for one-off automation
- you need distributed scraping across multiple machines
- your scraping does not require a full browser and can use plain HTTP requests

## Facets
- artifact type: library
- maturity: stable
- function: web-scraping, concurrency, http-client
- domain: web-development, crawlers, developer-tools
- platform: cross-platform
- tags: puppeteer, headless-chrome, browser-pool, parallel-crawling, screenshot, job-queue, automation, nodejs

## Member repositories
- thomasdondorf/puppeteer-cluster (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:07.780353+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-29T18:35:36.518642+00:00, confidence not recorded.
  - readme: https://github.com/thomasdondorf/puppeteer-cluster (fetched 2026-08-28T04:08:07.780353+00:00, sha c4035f0dad17)
  - registry_npm: https://registry.npmjs.org/puppeteer-cluster (fetched 2026-08-29T09:29:44.898413+00:00, sha 284218c5ba46)
- Data as of 2026-08-30T08:39:29.467469+00:00.
