Sync Reviews
Fetch latest reviews from all connected platforms
Since Last Sync — Fetches only new reviews since last successful sync. Fast, for daily use. iOS uses App Store Connect API with date filter. Android uses Play Developer API (real-time).
Full Sync — Re-fetches all reviews. Use monthly to validate data, catch rating changes, and update reply statuses. iOS fetches entire history. Android uses all GCS CSV exports.
AApp Store
Ready to sync
GGoogle Play
Ready to sync
GGoogle Business
Ready to sync
TTrustpilot
Ready to sync
Backfill Old Reviews
Fill in missing sentiment analysis and SLA deadlines for older reviews. Runs automatically in batches until complete.
Auto-sync Setup
Daily incremental (every 6 hours)
POST https://your-domain.com/api/sync/all
Authorization: Bearer $CRON_SECRETMonthly full validation (1st of each month)
POST https://your-domain.com/api/sync/all?mode=full
Authorization: Bearer $CRON_SECRETUse cron-job.org (free) or Vercel Cron. Incremental syncs are fast (seconds). Full syncs can take minutes.