VOOZH about

URL: https://apify.com/blue_hero/lighthouse-checker

โ‡ฑ Lighthouse Checker ยท Apify


Pricing

from $12.00 / 1,000 results

Go to Apify Store

Run Google Lighthouse audits on any URL or entire website via sitemap. Get performance, accessibility, SEO, and best practices scores with mobile/desktop emulation.

Pricing

from $12.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Lucas

Lucas

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

0

Monthly active users

5 months ago

Last modified

Share

Run Google Lighthouse audits on any URL or entire website via sitemap. Get performance, accessibility, SEO, and best practices scores with mobile/desktop emulation.

Features

  • Single URL or Batch Processing - Audit one page or hundreds at once
  • Sitemap Discovery - Automatically extract URLs from sitemap.xml (supports sitemap indexes and gzipped sitemaps)
  • URL Filtering - Filter sitemap URLs with regex patterns
  • Device Emulation - Test as mobile or desktop with configurable viewports
  • Network Throttling - Simulate slow 3G, fast 3G, or custom network conditions
  • Authenticated Pages - Support for cookie injection and automated form login
  • Concurrent Processing - Run multiple audits in parallel (up to 5)
  • Smart Retries - Automatic retry with third-party resource blocking for flaky pages
  • Detailed Reports - Full Lighthouse HTML and JSON reports stored for each URL

Input

FieldTypeDescription
urlstringSingle URL to audit
urlsstring[]Array of URLs to audit
sitemapUrlstringSitemap URL to discover pages from
maxUrlsnumberMaximum URLs to audit from sitemap
urlPatternstringRegex pattern to filter URLs
devicestringmobile or desktop (default: mobile)
categoriesstring[]Categories to audit: performance, accessibility, best-practices, seo, pwa
presetstringquick (perf only, no throttling), full (all categories), default
concurrencynumberParallel audits (1-5, default: 1)
timeoutnumberTimeout in seconds (30-300, default: 60)
cookiesobject[]Session cookies for authenticated pages
loginobjectAutomated login configuration

Output

Each audited URL produces a dataset item with:

{
"summary":{
"url":"https://example.com",
"finalUrl":"https://example.com/",
"fetchTime":"2024-01-15T10:30:00.000Z",
"scores":{
"performance":85,
"accessibility":92,
"bestPractices":100,
"seo":90,
"pwa":null
},
"coreWebVitals":{
"lcp":1250,
"cls":0.05,
"fcp":800,
"ttfb":320,
"inp":null
}
},
"artifacts":{
"htmlReportUrl":"https://api.apify.com/v2/key-value-stores/.../records/report-example-com.html",
"jsonReportUrl":"https://api.apify.com/v2/key-value-stores/.../records/report-example-com.json",
"screenshotUrl":"https://api.apify.com/v2/key-value-stores/.../records/screenshot-example-com.jpg"
}
}

Examples

Single URL

{
"url":"https://example.com",
"device":"mobile",
"categories":["performance","accessibility"]
}

Batch from Sitemap

{
"sitemapUrl":"https://example.com/sitemap.xml",
"maxUrls":100,
"urlPattern":"/blog/",
"device":"desktop",
"categories":["performance","seo"],
"concurrency":3
}

Quick Performance Check

{
"urls":[
"https://example.com",
"https://example.com/about",
"https://example.com/contact"
],
"preset":"quick",
"concurrency":3
}

Authenticated Pages (Cookies)

{
"url":"https://example.com/dashboard",
"cookies":[
{
"name":"session_id",
"value":"abc123",
"domain":"example.com"
}
]
}

Authenticated Pages (Login Flow)

{
"url":"https://example.com/dashboard",
"login":{
"loginUrl":"https://example.com/login",
"usernameSelector":"#email",
"passwordSelector":"#password",
"submitSelector":"button[type='submit']",
"username":"user@example.com",
"password":"your-password"
}
}

Key-Value Store Output

In addition to the dataset, the actor stores:

  • summary.json - Aggregate statistics for the batch
  • report-{slug}.html - Interactive Lighthouse HTML report for each URL
  • report-{slug}.json - Full Lighthouse JSON report for each URL
  • screenshot-{slug}.jpg - Final rendered screenshot for each URL

Use Cases

  • Monitor Core Web Vitals across your entire site
  • Track accessibility compliance at scale
  • Compare mobile vs desktop performance
  • Audit authenticated/logged-in pages
  • Integrate Lighthouse into CI/CD pipelines via Apify API
  • Generate performance reports for clients

Limitations

  • Maximum 5 concurrent audits (Chrome is resource-intensive)
  • Timeout range: 30-300 seconds per audit
  • Some sites may block automated browsers

Resources

You might also like

Google Lighthouse Checker

aurumworks/google-lighthouse-checker

Run Google Lighthouse audits on any URL to measure performance, accessibility, best practices, and SEO. Supports mobile/desktop, selective categories, and saves structured results to Apify datasets.

27

Google Lighthouse Web Quality Checker

gentle_cloud/google-lighthouse-checker

Run Lighthouse audits on web pages for Performance, Accessibility, SEO, and Best Practices scores using built-in Lighthouse CLI + Chrome. No API key required.

Lighthouse Website Auditor

constant_quadruped/lighthouse-auditor

Run Google Lighthouse audits on any URL. Get performance, accessibility, SEO, and best practices scores with Core Web Vitals (LCP, FCP, TBT, CLS). Supports mobile and desktop emulation, configurable throttling, and optional HTML reports. Fast, accurate, pay-per-use pricing.

๐Ÿ’ก Lighthouse Bulk Checker โ€” Performance at Scale

nexgendata/google-lighthouse-checker

Run Lighthouse audits on hundreds of URLs simultaneously. Get performance, SEO, accessibility & best practices scores. Monitor Core Web Vitals across your entire domain. Pay per audit.

Google Lighthouse Performance Auditor

volitional_quota/lighthouse-checker-actor

Audit website performance, accessibility, SEO, and best practices using Google Lighthouse. Get detailed scores, metrics, optimization tips, and actionable insights for improving your web pages.

Quick LH

genuine_scarecrow/quick-lh

Google Lighthouse Performance Checker runs comprehensive audits for performance, accessibility, SEO, and best practices. Test on mobile or desktop with customizable scoring thresholds and multiple output formats for automated monitoring and optimization.

Google Lighthouse Audit

hulkscrape/google-lighthouse-audit

A simple Google Lighthouse audit actor for a single URL. Generate performance, accessibility, SEO, and best practices reports with optional HTML, JSON, and CSV outputs. Fast, clean, and API-friendly for developers and automation workflows.

Google Lighthouse Checker Core Web Vitals & Performance Audits

alizarin_refrigerator-owner/google-lighthouse-checker

Google Lighthouse Checker - Core Web Vitals & Performance Audits at Scale. Stop paying $500+/month for PageSpeed Insights API. Run Lighthouse audits for a fraction of the cost. Get Core Web Vitals performance, accessibility, SEO & recommendations for any website, or thousands of URLs in batch.

Lighthouse Batch Auditor โ€” Performance, SEO & Core Web Vitals

accurate_pouch/lighthouse-auditor

Batch Lighthouse audits via Google PageSpeed Insights API. Performance, SEO, accessibility scores + Core Web Vitals (LCP, FID, CLS) for 100s of URLs. 3 audits free per run.

๐Ÿ‘ User avatar

Manchitt Sanan

4