VOOZH about

URL: https://apify.com/nexgendata/page-speed-analyzer?fpr=2ayu9b

โ‡ฑ โšก Page Speed Analyzer โ€” PageSpeed Insights & GTmetrix Alt ยท Apify


๐Ÿ‘ โšก Page Speed Analyzer โ€” Lighthouse & Web Vitals avatar

โšก Page Speed Analyzer โ€” Lighthouse & Web Vitals

Pricing

from $20.00 / 1,000 results

Go to Apify Store

โšก Page Speed Analyzer โ€” Lighthouse & Web Vitals

Run Google Lighthouse audits at scale โ€” Core Web Vitals, performance scores, SEO analysis. Track site speed across all pages.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

66

Total users

23

Monthly active users

9 days ago

Last modified

Categories

Share

Run real Google Lighthouse audits at scale โ€” Core Web Vitals, performance scores, accessibility, SEO, and ranked optimization opportunities โ€” for any URL, with pay-per-audit billing.

๐Ÿ“Š Sample Output

๐Ÿ‘ Bulk Lighthouse page speed analyzer โ€” Core Web Vitals + Performance, Accessibility, Best Practices, SEO scores across multiple URLs for technical SEO audits, site optimization tracking, competitive performance benchmarking

What it does

This Actor runs a full Google Lighthouse audit against any public URL and returns the same metrics you'd get from running Lighthouse in Chrome DevTools โ€” performance score (0โ€“100), Core Web Vitals (LCP, FCP, CLS, TBT, SI), accessibility score, best-practices score, SEO score, and a ranked list of optimization opportunities with estimated savings.

It runs real Lighthouse 12.x as a subprocess against bundled Chromium inside the Actor container โ€” it does not depend on the Google PageSpeed Insights public API (whose anonymous quota is permanently 0 and which Google has effectively deprecated for unauthenticated callers). You always get a real audit, even on URLs that PSI refuses to score.

If you do have a Google PageSpeed Insights API key, you can pass it as googleApiKey for a faster path (~5โ€“15s vs ~30โ€“90s for in-container Lighthouse). Most users don't need this.

Buyers use this for site-wide performance monitoring, pre-launch QA, SEO audits, agency client reports, and Core Web Vitals regression tracking after deploys.

Use cases

  • Bulk site audits โ€” feed a list of URLs from a sitemap and audit every page
  • Performance regression monitoring โ€” schedule daily runs to catch deploys that tanked LCP
  • Agency client reports โ€” generate Lighthouse data for monthly performance reviews
  • Pre-launch QA โ€” score every page on staging before pushing to production
  • Core Web Vitals tracking โ€” measure LCP/CLS/INP trends over time across your top pages
  • Competitive benchmarking โ€” audit competitor sites alongside your own for sales decks

Inputs

FieldTypeRequiredDefaultDescription
urlstringyeshttps://www.example.comFull URL to audit (must include scheme)
strategystring (enum)nomobilemobile (slower 4G + lower-end CPU profile) or desktop (faster hardware profile)
categoriesstring (CSV)noPERFORMANCEComma-separated list โ€” any of PERFORMANCE, ACCESSIBILITY, BEST_PRACTICES, SEO, PWA. Multiple = more thorough but slower.
googleApiKeystring (secret)noโ€”Optional Google PSI API key for the faster REST path (~5โ€“15s instead of ~30โ€“90s). Get a free key (25,000 queries/day).

Output

{
"url":"https://www.shopify.com/pricing",
"strategy":"mobile",
"auditedAt":"2026-05-23T14:22:11Z",
"method":"lighthouse-local",
"scores":{
"performance":78,
"accessibility":92,
"bestPractices":96,
"seo":100
},
"coreWebVitals":{
"lcp":{"value":2.8,"unit":"s","score":0.72},
"fcp":{"value":1.4,"unit":"s","score":0.91},
"cls":{"value":0.04,"score":1.0},
"tbt":{"value":220,"unit":"ms","score":0.65},
"si":{"value":3.1,"unit":"s","score":0.83}
},
"opportunities":[
{"title":"Reduce unused JavaScript","estimatedSavingsMs":1240,"displayValue":"Potential savings of 380 KiB"},
{"title":"Properly size images","estimatedSavingsMs":680,"displayValue":"Potential savings of 220 KiB"}
]
}

Pricing

Pay-per-event: $0.02 per audit result, plus a tiny $0.00005 per-GB Actor Start charge. A typical single-URL audit costs ~$0.02 total. There's no monthly minimum โ€” you only pay for audits that actually complete.

Comparison

ProviderCost per auditNotes
NexGenData Page Speed Analyzer$0.02Real Lighthouse 12.x, no API key required, pay-per-audit
GTmetrix Pro$14.95/mo for 4,500 tests (~$0.0033/test)Cheaper per audit but requires monthly commitment; UI-first, scripting requires API tier
WebPageTest API$0.005โ€“$0.05 per test (tier dependent)Very feature-rich; requires API key + WPT account; minimum monthly commits at scale
Lighthouse CI / self-hosted"Free" (infrastructure cost only)Real cost is server time + maintenance; no pay-per-run cleanliness
Google PSI public APIFree (with key)25K/day quota, sometimes refuses scoring, no scheduling/dataset infrastructure

Use this Actor when you want zero infrastructure, pay-per-audit billing, and a real Lighthouse audit (not the PSI API) wired into Apify's scheduling, retries, and dataset storage.

Cross-links

Other NexGenData SEO & performance tools you may want to chain with this:

๐Ÿš€ New to Apify?

Don't have an Apify account yet? Get $5 in platform credit to try this Actor and 30,000+ others โ€” no credit card required.


NexGenData โ€” thenextgennexus.com

๐Ÿ’ฐ Pricing Example

This actor uses Pay-Per-Event pricing โ€” you only pay for results.

  • Typical run (small): 100 results ร— $0.02 = $2.00
  • Medium run: 500 results ร— $0.02 = $10.00
  • Large run (power user): 2,000 results ร— $0.02 = $40.00

Free Apify accounts get $5/mo in platform credit. A typical SEO + web performance workflow at this scale typically exceeds the free credit โ€” upgrade to a paid Apify plan for unrestricted use.

๐Ÿ”— Related Actors

Pair with these for a complete workflow:


โญ Found this useful?

If this Actor saved you time, a quick review on the Apify Store genuinely helps other teams discover it. Have a feature request or hit a problem? Open it from the Issues tab โ€” we read every one.

Quick start

Input (paste into the input editor or pass via API):

{
"url":"https://www.example.com",
"strategy":"mobile",
"categories":"PERFORMANCE"
}

Example output (one record; representative fields):

{
"url":"https://www.example.com",
"strategy":"mobile",
"performanceScore":82,
"lcpSeconds":2.1,
"cls":0.03,
"inpMs":180
}

Pricing: $0.02 per audit. You pay only for results, billed per run by Apify.

Data freshness: Google Lighthouse run live against the URL at run time โ€” results are as fresh as the moment you run it.

Use it in a workflow: chain this with related NexGenData actors, or drop it into n8n via the n8n-nodes-nexgendata community nodes. Browse the full NexGenData storefront by workflow.

You might also like

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

๐Ÿ’ก 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 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.

Website Speed Checker

onescales/website-speed-checker

Easily get Website Speed Data with Google Lighthouse performance metrics & Core Web Vitals Tool (Performance Score, FCP, LCP, TBT, CLS, Speed Index) from any webpage/URL, whether you're analyzing or testing a single URL or thousands in bulk. Run scraper in seconds for one time, on schedule, or API.

161

5.0

Google PageSpeed Insights

seemuapps/google-pagespeed-insights

Run a list of URLs through Google PageSpeed Insights and get Lighthouse scores plus Core Web Vitals for each one.