# github/lightcrawler

Crawl a website and run it through Google lighthouse

Repository: https://github.com/github/lightcrawler
Canonical: https://ross.abutalabs.com/products/lightcrawler
Language: JavaScript
License: ISC
License Family: permissive
Topics: google-lighthouse, chrome, crawler
Archived: true
Last push: 2022-04-27T18:45:18+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3361, "days_push": 1589, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1564, forks 143 (observed 2026-08-28T04:05:04.183320+00:00)

## What it is
Lightcrawler is a Node.js CLI tool that crawls a website by following links and runs each discovered page through Google Lighthouse audits. It is configured via a JSON file controlling crawl depth, Chrome instances, and which Lighthouse categories or audits to run.

## Use cases
- audit every page of a website with lighthouse
- crawl a site and check accessibility across all pages
- run performance audits on multiple pages automatically
- find lighthouse violations site-wide instead of page by page
- batch-run lighthouse audits in ci

## When to choose
- you need lighthouse results for many pages of a site, not just one
- you want a simple -configured crawler around lighthouse
- you are auditing accessibility or performance across a whole site

## When to avoid
- you only need to audit a single url (use lighthouse directly)
- you need actively maintained tooling (project has seen little activity since 2022)
- you need crawling features like authentication or javascript-driven discovery beyond lighthouse's chrome instance

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: web-scraping, testing, developer-tools
- domain: web-development, developer-tools, crawlers
- platform: cli, cross-platform
- tags: lighthouse, crawler, accessibility-auditing, performance-auditing, chrome, nodejs

## Member repositories
- github/lightcrawler (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:04.183320+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-30T04:00:13.402301+00:00, confidence not recorded.
  - readme: https://github.com/github/lightcrawler (fetched 2026-08-28T04:05:04.183320+00:00, sha 144641aba0e5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
