Vercel Analytics Exporter
"Core Web Vitals & Performance Data Export" by John Rippy | johnrippy.link🏆 2025 Zapier Automation Hero of the Year — Project 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
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:
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 datatraffic.csv- Traffic and engagement data
---
Built by John Rippy | johnrippy.link🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →