Vercel Analytics Exporter avatar
Vercel Analytics Exporter

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Vercel Analytics Exporter

Vercel Analytics Exporter

Export Core Web Vitals and performance data from Vercel Analytics. Track LCP, FID, CLS, TTFB across deployments and generate SEO-ready performance reports. Core Web Vitals Export Percentile Data Traffic Analytics Deployment Comparison Multiple Export Formats Status Classifications

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

"Core Web Vitals & Performance Data Export" by John Rippy | johnrippy.link

🏆 2025 Zapier Automation Hero of the YearProject Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →


Export Core Web Vitals and performance data from Vercel Analytics. Track LCP, FID, CLS, TTFB across deployments and generate SEO-ready performance reports.

Features

  • Core Web Vitals Export: LCP, FID, CLS, TTFB, FCP, INP
  • Percentile Data: p50, p75, p90, p99 for each metric
  • Traffic Analytics: Page views, unique visitors, bounce rates
  • Deployment Comparison: Track performance across releases
  • Multiple Export Formats: JSON and CSV
  • Status Classification: Good/Needs Improvement/Poor based on Google thresholds

Use Cases

  • SEO performance monitoring and reporting
  • Core Web Vitals tracking for search rankings
  • Pre/post deployment performance comparison
  • Client reporting and dashboards
  • Historical performance trend analysis

Input

FieldTypeDescription
demoModebooleanTest with sample data (default: true)
vercelTokenstringYour Vercel API token
projectIdstringVercel project ID or name
taskstringExport type (export_vitals, export_traffic, etc.)
dateFromstringStart date (YYYY-MM-DD)
dateTostringEnd date (YYYY-MM-DD)
outputFormatstringjson, csv, or both

Output

Web Vitals Data

{
"path": "/",
"lcp": 1850,
"fid": 45,
"cls": 0.08,
"ttfb": 280,
"visits": 12450,
"status": "good",
"percentiles": {
"lcp": { "p50": 1600, "p75": 2100, "p90": 2800, "p99": 4200 }
}
}

Summary

{
"avgLcp": 2134,
"avgFid": 60,
"avgCls": 0.10,
"avgTtfb": 292,
"totalVisits": 30450,
"pagesAnalyzed": 5,
"overallStatus": "needs-improvement"
}

Core Web Vitals Thresholds

Based on Google's official thresholds:

MetricGoodNeeds ImprovementPoor
LCP≤ 2.5s2.5s - 4s> 4s
FID≤ 100ms100ms - 300ms> 300ms
CLS≤ 0.10.1 - 0.25> 0.25

Pricing

Pay-per-event pricing:

  • $0.01 per page analyzed
  • $0.02 for deployment comparison
  • $0.03 for report generation

Getting Your Vercel Token

  1. Go to vercel.com/account/tokens
  2. Create new token with appropriate scope
  3. Copy the token value

CSV Export

When using CSV output, files are saved to the Key-Value store:

  • vitals.csv - Core Web Vitals data
  • traffic.csv - Traffic and engagement data

Built by John Rippy | johnrippy.link

🏆 2025 Zapier Automation Hero of the YearProject Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →