$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "mode": "items",
< "items": [
< {
< "competitorName": "Acme CRM",
< "source": "G2",
< "rating": 2,
< "reviewTitle": "Powerful automations, painful onboarding",
< "reviewText": "The workflow builder is flexible, but onboarding took weeks. Our RevOps team struggled with integrations and reporting exports. Support was slow when the sync broke.",
< "pros": "Automation rules are powerful once configured.",
< "cons": "Onboarding, integrations, reporting, and support were painful.",
< "date": "2026-06-28",
< "role": "RevOps Manager",
< "companySize": "51-200",
< "reviewUrl": "https://reviews.example/g2/acme-crm/onboarding-gap"
< },
< {
< "competitorName": "Acme CRM",
< "source": "G2",
< "rating": 5,
< "reviewTitle": "Reliable dashboard for the sales team",
< "reviewText": "The dashboards are reliable and the team likes the clean UI. We still wish implementation was faster for smaller teams.",
< "pros": "Reliable dashboards and clean UI.",
< "cons": "Implementation can be slow.",
< "date": "2026-06-20",
< "role": "Sales Ops Lead",
< "companySize": "11-50",
< "reviewUrl": "https://reviews.example/g2/acme-crm/reliable-dashboard"
< },
< {
< "competitorName": "GrowthStack",
< "source": "Capterra",
< "rating": 3,
< "reviewTitle": "Good product, pricing surprise at renewal",
< "reviewText": "Good automation and templates, but pricing jumped at renewal. The billing page was confusing and integrations with our data warehouse needed custom work.",
< "pros": "Templates and automation saved time.",
< "cons": "Pricing, billing clarity, and data integrations were weak.",
< "date": "2026-06-12",
< "role": "Founder",
< "companySize": "1-10",
< "reviewUrl": "https://reviews.example/capterra/growthstack/pricing-renewal"
< }
< ],
< "yourProduct": "Lightweight CRM automation platform for SaaS teams that need fast onboarding, clean integrations, and transparent pricing",
< "targetCompetitors": [
< "Acme CRM",
< "GrowthStack"
< ],
< "targetSegments": [
< "RevOps",
< "SaaS founders",
< "sales operations"
< ],
< "themeKeywords": [
< "data warehouse",
< "renewal"
< ],
< "scrapedAt": "2026-07-07T00:00:00.000Z"
<}
<EOF
$curl "https://api.apify.com/v2/acts/rotvuvo~saas-review-gap-battlecard-scorer/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'