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

6 days ago

Last modified

Share

Vercel Analytics Exporter - Web Vitals & Performance Data

Export Core Web Vitals and performance data from Vercel Analytics. Track LCP, FID, CLS, TTFB across deployments. Generate SEO performance reports and monitor page speed trends.

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

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

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 Format

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"
}

Pricing

This actor uses pay-per-event billing: Pay-per-event pricing:

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

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

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal