Klaviyo Analytics Exporter
Pricing
from $0.01 / 1,000 results
Klaviyo Analytics Exporter
Export Klaviyo email marketing data including campaigns, flows, list growth, and revenue attribution. Campaign analytics Flow performance List growth Segment data Revenue attribution API-powered Use Cases Performance reporting Data warehousing Cross-platform analysis Benchmarking Audit & backup
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer

John Rippy
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Export Klaviyo email marketing data including campaigns, flows, list growth, and revenue attribution.
Features
- Campaign analytics - Open rates, click rates, revenue, conversions
- Flow performance - Automation effectiveness and revenue
- List growth - Subscriber trends and growth rates
- Segment data - Audience segment performance
- Revenue attribution - Email-driven revenue tracking
- API-powered - Uses official Klaviyo API
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
{"apiKey": "pk_your_klaviyo_api_key","exportType": "ALL","dateRange": "30_DAYS","includeMetrics": true}
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
apiKey | string | - | Klaviyo Private API Key (required for live mode) |
exportType | string | "ALL" | Data to export (CAMPAIGNS, FLOWS, LISTS, SEGMENTS, METRICS, ALL) |
dateRange | string | "30_DAYS" | Time period (7_DAYS, 30_DAYS, 90_DAYS, 1_YEAR, ALL_TIME) |
includeMetrics | boolean | true | Include performance metrics |
demoMode | boolean | true | Run with sample data (no API key required) |
Output Format
{"account": {"id": "acc_demo123","name": "Demo E-commerce Store","totalProfiles": 52000,"totalLists": 5,"totalFlows": 12},"campaigns": [{"id": "camp_1","name": "January Newsletter","subject": "🎉 New Year, New Products!","status": "sent","sentAt": "2026-01-02T10:00:00Z","recipients": 45000,"delivered": 44550,"opened": 15892,"clicked": 3567,"openRate": 35.7,"clickRate": 8.0,"revenue": 12450,"ordersPlaced": 89}],"flows": [{"id": "flow_1","name": "Welcome Series","status": "live","trigger": "Subscribed to list","emails": 5,"recipients30d": 3200,"revenue30d": 15600,"openRate": 62.5,"clickRate": 18.2}],"lists": [{"id": "list_1","name": "Newsletter Subscribers","type": "list","profileCount": 52000,"growth30d": 2100,"growthRate": 4.2}],"summary": {"totalEmailsSent": 135000,"avgOpenRate": 38.6,"avgClickRate": 9.0,"totalRevenue": 69700,"dateRange": "30_DAYS"}}
Pricing
This actor uses pay-per-event billing: This actor uses pay-per-event pricing:
| Event | Description | Price |
|---|---|---|
export_completed | Per export run | $0.10 |
Example costs:
- Export account data: 1 × $0.10 = $0.10
- Daily exports for a month: 30 × $0.10 = $3.00
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