Bulk Core Web Vitals & PageSpeed Audit
Pricing
from $3.00 / 1,000 results
Bulk Core Web Vitals & PageSpeed Audit
Bulk Core Web Vitals and PageSpeed audit: Lighthouse performance, SEO and accessibility scores, LCP, CLS, INP, TBT and the top fixes — one row per URL and device.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Murat Uzun
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
What is Bulk Core Web Vitals & PageSpeed Audit?
Bulk Core Web Vitals & PageSpeed Audit is an Apify Actor that runs Google PageSpeed Insights (Lighthouse plus Chrome UX Report field data) over a whole list of URLs and returns one flat row per URL and device — Lighthouse performance, SEO, accessibility and best-practices scores, LCP, CLS, INP, TBT, FCP, Speed Index and TTFB, a pass/fail on Google's Core Web Vitals thresholds, and the five biggest fixes Lighthouse found. It is the same data pagespeed.web.dev shows you one URL at a time, for 500 URLs in one run, straight into a dataset, CSV or your API.
What data does the Core Web Vitals audit extract?
Every row mixes lab data (a fresh Lighthouse run on Google's hardware) with field data (real Chrome users, trailing 28 days, when the origin has enough traffic to be in CrUX):
| Field | Type | Description |
|---|---|---|
url / finalUrl | string | Submitted URL and the URL Lighthouse measured after redirects |
strategy | string | mobile or desktop |
performanceScore | integer | Lighthouse performance, 0–100 |
accessibilityScore / bestPracticesScore / seoScore | integer | 0–100, null when the category was not requested |
lcpMs / cls / tbtMs | number | Lab Largest Contentful Paint, Cumulative Layout Shift, Total Blocking Time |
fcpMs / speedIndexMs / ttiMs / ttfbMs | integer | Lab First Contentful Paint, Speed Index, Time to Interactive, server response time |
fieldData | object | Real-user lcpMs, cls, inpMs, fcpMs, ttfbMs, overallCategory — null when CrUX has no data for the origin |
passesCoreWebVitals | boolean | True when field LCP ≤ 2500 ms, CLS ≤ 0.1 and INP ≤ 200 ms |
labGrade | string | good (≥ 90), needs-improvement (≥ 50), poor |
topOpportunities | array | Up to 5 failed Lighthouse opportunities as {id, title, savingsMs}, biggest saving first |
lighthouseVersion / fetchedAt | string | Lighthouse version and the timestamp of Google's run |
error / scrapedAt | string | Why a URL has no metrics (e.g. a rate limit), and when the row was produced |
How to use Bulk Core Web Vitals & PageSpeed Audit
- Get a free Google PageSpeed Insights API key (one click, no billing: https://developers.google.com/speed/docs/insights/v5/get-started) and paste it into Google PageSpeed Insights API key. Without a key Google's shared anonymous quota is almost always exhausted and every row comes back with an HTTP 429
error. - Paste your URLs into URLs to audit — one per row, full URLs, the exact pages you care about.
- Pick the Device strategy (
mobileis what Google ranks on;bothreturns two rows per URL) and any extra Lighthouse categories. - Leave Max concurrency at 2–3, click Start, then download JSON, CSV, Excel or HTML from the Output tab.
Example input
{"urls": ["https://apify.com", "https://example.com"],"apiKey": "YOUR_FREE_PSI_API_KEY","strategy": "mobile","categories": ["performance", "seo"],"maxConcurrency": 2}
Example output
{"url": "https://apify.com","finalUrl": "https://apify.com/","strategy": "mobile","performanceScore": 62,"seoScore": 92,"lcpMs": 4219,"cls": 0.041,"tbtMs": 891,"ttfbMs": 310,"fieldData": { "lcpMs": 2212, "cls": 0.04, "inpMs": 152, "ttfbMs": 612, "overallCategory": "AVERAGE" },"passesCoreWebVitals": true,"labGrade": "needs-improvement","topOpportunities": [{ "id": "unused-javascript", "title": "Reduce unused JavaScript", "savingsMs": 2150 },{ "id": "render-blocking-resources", "title": "Eliminate render-blocking resources", "savingsMs": 780 }],"lighthouseVersion": "12.2.1","fetchedAt": "2026-09-12T15:28:41.903Z","error": null,"scrapedAt": "2026-09-12T15:30:00.000Z"}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
urls | array | ["https://apify.com"] | Page URLs to audit, one row per URL × device |
apiKey | string (secret) | none | Free Google PSI API key — 25,000 requests/day |
strategy | enum | mobile | mobile, desktop or both |
categories | array | ["performance"] | performance, accessibility, best-practices, seo |
locale | string | en | Language of Lighthouse titles |
maxConcurrency | integer | 2 | Parallel PSI requests (1–5) |
Pricing
Pay-per-event: $0.005 per audited URL × device ($5 per 1,000 rows), plus a negligible $0.00005 actor-start fee, platform usage included. All the heavy lifting happens on Google's servers, so compute stays tiny — auditing 1,000 URLs costs $5 and a few cents of usage. strategy: "both" doubles the row count, so it doubles the price. Set Maximum cost per run and the Actor trims the list to what the budget covers instead of overspending.
Bulk Core Web Vitals audit vs. pagespeed.web.dev and monitoring subscriptions
pagespeed.web.dev tests one URL per click and keeps no history. SEO monitoring suites (SpeedCurve, DebugBear, Semrush Site Audit) sell monthly seats. This Actor is pay-per-event with no subscription: run 500 prospect homepages overnight, schedule the same 50 URLs weekly to watch a regression, or call it from your own code — results land in a dataset you can join to anything else.
Using Bulk Core Web Vitals & PageSpeed Audit with AI agents and MCP
The Actor is pay-per-event with limited permissions, the two requirements for an Actor to be callable through the Apify MCP server at mcp.apify.com. An agent passes urls (and ideally apiKey) and gets flat, numeric rows back — no HTML, no nesting to unpack — and the same call works from n8n, Make, Zapier or LangChain through Apify's integrations.
FAQ
Do I need a Google API key? Runs of up to 5 URLs work without a key on a shared demo quota, so you can try the Actor straight away. For bigger batches paste your own free PageSpeed Insights API key (25,000 requests per day) into the API key field - Google's anonymous quota is shared by everyone and is usually exhausted.
Do I really need an API key? For anything beyond a smoke test, yes. The keyless quota is shared by every anonymous caller on the internet and is usually spent; those rows come back with error set and null metrics instead of failing the run. A key is free and allows 25,000 requests/day.
Why is fieldData null? CrUX only has data for origins with enough real Chrome traffic. Small sites get lab data only — passesCoreWebVitals is then null, because INP cannot be measured in a lab run.
Why does the score differ between two runs of the same URL? Lighthouse is a live measurement on shared hardware; performance scores move a few points between runs. Field data is stable, lab data is directional.
How long does a run take? 10–30 seconds per URL × device, two or three in parallel — about 5–10 minutes per 100 URLs.
Is this legal? The Actor only calls Google's public PageSpeed Insights API and collects no personal data.
Can I export to CSV or Excel? Yes, from the Output tab or the API, and every field is flat except fieldData and topOpportunities.
Related Actors
Part of the webdatatools web-intelligence suite — every Actor is pay-per-event, runs without proxies or a headless browser, and returns one clean row per entity:
Website & domain intelligence
- Website Contact & Social Extractor — e-mails, phones and social profiles per domain
- Website Tech Stack Detector — CMS, e-commerce, analytics, pixels and payments per domain
- Domain DNS & Email Security Checker — SPF, DKIM, DMARC, MX provider, registrar and domain age
- Domain Security Audit — TLS expiry, security headers, redirect chain, robots and llms.txt
- Subdomain Finder (Certificate Transparency) — every subdomain seen in CT logs, with a live DNS check
- On-Page SEO Audit — title, meta, headings, links, images and schema issues per page
- Sitemap URL Extractor & Change Monitor — every sitemap URL, or new and removed pages between runs
- Wayback Machine Snapshot & Page Change Tracker — how a page changed over time, or every archived snapshot
Content for AI, LLMs and RAG
- AI Web Search & Read — a query turned into clean Markdown from the top search results
- Website to Markdown Crawler for LLM & RAG — any site as clean Markdown per page, no browser
- Article & News Extractor — clean article text, author, date and Markdown per URL
- Structured Data & JSON-LD Extractor — Schema.org and Open Graph data from any page
- Google News Scraper — news results by keyword, topic or site
- Press Release Monitor — PR Newswire, Business Wire and GlobeNewswire releases
Search, video and social
- Google Search Results Scraper — organic SERP results per keyword and country
- YouTube Comments Scraper — comments and replies with likes, no API key
- YouTube Channel Latest Videos — the latest 15 videos of any channel from RSS
- YouTube Channel Videos Scraper — a channel's full video, shorts and stream list
- YouTube Search Results Scraper — videos, channels and playlists per query
- YouTube Video Details Scraper — views, likes, description, tags and chapters per video
- Apple Podcasts Lookup & Episodes Scraper — podcast metadata and episodes from iTunes and RSS
- Bluesky Scraper — posts, profiles, followers and threads from the AT Protocol API
Leads, jobs and company data
- Company 360 — one row per domain: contacts, tech, security, hiring and company facts
- Hiring Signals Scraper — open jobs and hiring velocity from 10 public ATS boards
- Y Combinator Companies & Founders Scraper — YC startups by batch, industry and hiring status
- Wikidata Entity & Company Enrichment — HQ, founders, employees, revenue and social IDs per company
- Bulk Email Validator — syntax, MX, disposable, role and free-provider checks
- OpenStreetMap POI Extractor — shops and amenities by radius, bbox or area
Developer, app and research data
- npm, PyPI & Crates.io Package Health Checker — releases, downloads, deprecation and a health score
- GitHub Repository Health & Activity Report — stars, commits, contributors and risk flags per repo
- VS Code Marketplace Extension Scraper — installs, ratings and versions per extension
- Chrome Web Store Extension Scraper — users, rating, version and developer per extension
- Google Play Store Scraper — apps, ratings, installs, developer contact and reviews
- App Store (iOS) App Metadata & Top Charts — ratings, price, version and charts per app
- CrossRef DOI & Citation Metadata Lookup — papers, authors, journals and citation counts
- FDA Recalls & Adverse Events Monitor — food, drug and device recalls from openFDA
- iCal / ICS Calendar Feed to Events Extractor — any public calendar feed as event rows
- Shopify Store Products Scraper — catalog, prices, variants and stock per store
Support and feedback
Missing a metric or an opportunity you need in the row? Open an issue on the Issues tab.