adriancooney/puppeteer-heap-snapshot
API and CLI tool to fetch and query Chome DevTools heap snapshots. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1592
- days_rel: n/a
- days_push: 1142
- n_releases_24m: 0
Adoption not part of the score
1350 stars · 66 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TypeScript library and CLI for capturing Chrome DevTools heap snapshots from Puppeteer-controlled pages and querying them for objects with matching properties. It enables web scraping by extracting data directly from JavaScript heap memory.
Use cases
- scrape data from websites via javascript heap snapshots
- extract instagram post metadata like video view counts
- find objects in a page's heap with specific properties
- fetch and query chrome heap snapshots from the command line
- get data not exposed in the DOM from a webpage
When to choose
- you need data embedded in JavaScript objects that isn't in the DOM or network responses
- you're already using Puppeteer and want to inspect page memory
- you want a CLI to quickly query heap snapshots for URLs
When to avoid
- you need a fast, optimized scraping solution - heap traversal is computationally expensive
- your target data is available via DOM selectors or API responses
- memory-constrained environments - snapshots can grow to 250mb or more
Facets
cli-tool · maturity maintenance
web-scraping cli http-client developer-tools developer-tools crawlers cli cross-platform puppeteer heap-snapshot chrome-devtools typescript scraping web-scraping automation nodejs
1 source
- readme: https://github.com/adriancooney/puppeteer-heap-snapshot · fetched 2026-08-28 · aa118791c1dc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| adriancooney/puppeteer-heap-snapshot | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="adriancooney/puppeteer-heap-snapshot")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem