thomasdondorf/puppeteer-cluster
Puppeteer Pool, run a cluster of instances in parallel observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 70
- Release rhythm 24
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2992
- days_rel: 293
- days_push: 185
- n_releases_24m: 1
Adoption not part of the score
3514 stars · 319 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity stable
web-scraping concurrency http-client web-development crawlers developer-tools cross-platform puppeteer headless-chrome browser-pool parallel-crawling screenshot job-queue automation nodejs
2 sources
- readme: https://github.com/thomasdondorf/puppeteer-cluster · fetched 2026-08-28 · c4035f0dad17
- registry_npm: https://registry.npmjs.org/puppeteer-cluster · fetched 2026-08-29 · 284218c5ba46
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| thomasdondorf/puppeteer-cluster | main | 60 |
For agents
markdown · JSON · MCP: product_card(name="thomasdondorf/puppeteer-cluster")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem