Google Lighthouse Checker Core Web Vitals & Performance Audits avatar

Google Lighthouse Checker Core Web Vitals & Performance Audits

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Google Lighthouse Checker Core Web Vitals & Performance Audits

Google Lighthouse Checker Core Web Vitals & Performance Audits

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.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

50

Total users

13

Monthly active users

7 days ago

Last modified

Share

Google Lighthouse Checker

Run Google Lighthouse audits at scale. Get Core Web Vitals, performance, accessibility, SEO, and best practices scores for any URL or batch of URLs.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"urls": [
"https://example.com"
],
"url": "https://example.com"
}

Run with real data

{
"demoMode": false,
"urls": [
"https://example.com"
],
"url": "https://example.com",
"device": "mobile",
"categories": [
"performance",
"accessibility",
"best-practices",
"seo"
],
"throttling": "mobile4G",
"includeFullReport": false,
"includeScreenshots": true,
"maxConcurrency": 1
}

Input Parameters

ParameterTypeDefaultRequiredDescription
urlsarray-NoList of URLs to run Lighthouse audits on
urlstring-NoSingle URL to audit (alternative to urls array)
devicestring"mobile"NoDevice to emulate for the audit
categoriesarray["performance","accessibility","best-practices","seo"]NoWhich Lighthouse categories to run
throttlingstring"mobile4G"NoNetwork throttling preset
includeFullReportbooleanfalseNoInclude the full Lighthouse JSON report (larger output)
includeScreenshotsbooleantrueNoInclude screenshots of the page (final screenshot and thumbnails)
maxConcurrencyinteger1NoMaximum number of concurrent audits
webhookUrlstring-NoURL to POST results to when complete (Zapier, Make, n8n)
demoModebooleantrueNoRun in demo mode with sample data (no actual audits)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Audit RunPer Lighthouse audit$0.08

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal