Multi-country exports
Apple shows different reviews per storefront. Bulk URL upload on a paid plan accepts one row per (app, country) combination — paste the same app ID with /us/, /gb/, /de/, etc. and download all the resulting files in one ZIP (one file per market). Critical for international apps where DACH-region complaints differ from US ones.
Common workflows
- Release-version regression triage — filter
app_version = "1.4.2"after a release, sentiment-score the body to find regression complaints fast. - Developer-reply audit — count reviews where
developer_response_textis empty — those are missed engagement opportunities. Apple's algorithm rewards reply rate. - Competitor benchmarking — bulk-export 3 competitor apps' reviews, compare avg rating, complaint themes, reply rate.
- UX research — feed the CSV into ChatGPT with "cluster the body text by topic" to surface the top 5 user pains.
- Marketing copy mining — filter
rating = 5for testimonial pull-quotes (subject to Apple's UGC ToS). - Crisis monitoring — schedule a daily export — when 1-star reviews suddenly spike, your customer-success team gets pinged via webhook.
About App Store review caps
Apple\'s public review API caps at the most recent ~500 reviews per country storefront — older reviews aren\'t accessible via the public surface. The exporter respects this; if your app has 50,000 lifetime reviews, the export gives you the most recent 500 per country (so a multi-country pull across 50 storefronts can return up to 25,000 distinct reviews).
Plan limits
Per-app size scales with your plan. Free (no signup): up to 100 reviews per app. Personal: 5,000. Premium: 50,000. Business: 250,000 — see pricing for the full feature comparison and API tiers for the API-specific limits.