Website Lighthouse & WCAG Regression Report avatar

Website Lighthouse & WCAG Regression Report

Pricing

from $80.00 / 1,000 lighthouse page audits

Go to Apify Store
Website Lighthouse & WCAG Regression Report

Website Lighthouse & WCAG Regression Report

Run Lighthouse and axe-core audits on authorized public websites, then generate performance, accessibility, SEO, and regression reports.

Pricing

from $80.00 / 1,000 lighthouse page audits

Rating

0.0

(0)

Developer

naoki anzai

naoki anzai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Site owners, agencies, and engineering teams use this Actor to audit authorized public pages and catch quality regressions. Input public URLs or a sitemap, device strategy, monitor key, and score-drop threshold. Get Lighthouse scores, axe-core findings, regression alerts, and a multi-page handoff report without a paid API key.

Store Quickstart

{
"urls": ["https://example.com/"],
"maxPages": 1,
"strategy": "mobile",
"runMode": "audit",
"generateReport": true,
"generateExport": false,
"authorizedUseConfirmed": true,
"maxChargeUsd": 4,
"dryRun": false
}

Run the next report

Input examples

One-page mobile audit

{
"urls": ["https://example.com/"],
"strategy": "mobile",
"runMode": "audit",
"generateReport": true,
"authorizedUseConfirmed": true,
"dryRun": false
}

Sitemap portfolio report

{
"urls": [],
"sitemapUrl": "https://example.com/sitemap.xml",
"maxPages": 10,
"strategy": "both",
"runMode": "audit",
"generateReport": true,
"generateExport": true,
"authorizedUseConfirmed": true,
"maxChargeUsd": 12,
"dryRun": false
}

Recurring regression monitor

{
"urls": ["https://example.com/", "https://example.com/pricing"],
"strategy": "mobile",
"runMode": "monitor",
"monitorKey": "example-production-quality",
"initialRunMode": "baseline_only",
"scoreDropThreshold": 5,
"generateReport": true,
"emitUnchanged": false,
"authorizedUseConfirmed": true,
"dryRun": false
}

The first baseline-only monitor stores scores privately and emits zero rows. Later unchanged runs also emit zero rows and zero charges.

Sample output

{
"rowType": "site_quality_report",
"billingEventName": "site-quality-report",
"auditedPageCount": 2,
"averageScores": {
"performance": 86.5,
"accessibility": 94,
"bestPractices": 96,
"seo": 92
},
"regressionCount": 1,
"seriousViolationCount": 2,
"summary": "2 page/strategy audits, 1 material regression.",
"sourceUrl": "https://example.com/"
}

Pricing

EventPriceEmitted when
lighthouse-audit-completed$0.08A page and device-strategy Lighthouse audit completes
accessibility-audit-completed$0.05The same page receives an axe-core audit
quality-regression-alert$0.20A score drops beyond the threshold or a serious finding appears
site-quality-report$3.00A multi-page report is generated
portfolio-export$5.00A full audit handoff export is requested

There is no start charge. Failed pages are warnings and are not billed as completed audits. maxChargeUsd caps planned Actor charges.

Security and compliance

  • Live runs require authorizedUseConfirmed: true. Audit only sites you own, operate, or are authorized to test.
  • Private networks, localhost, metadata endpoints, non-HTTP(S) URLs, and private redirect destinations are blocked.
  • Login walls, CAPTCHAs, and explicit access blocks fail closed.
  • Automated accessibility findings do not replace manual WCAG review or constitute legal certification.
  • This is an independent tool and is not affiliated with Google, Chrome, W3C, or Deque.

Operational limits

Lighthouse is a lab test, so performance scores vary with page and network conditions. maxPages is capped at 50 and each page is audited sequentially to control browser load and source pressure.