This website requires JavaScript.

Exportador de Reseñas de App Store

Descarga todas las reseñas de iOS App Store de cualquier app — en las 175 tiendas por país — con estrellas, versión, respuesta del desarrollador y marcas de tiempo. A Excel, CSV o JSON.

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_text is 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 = 5 for 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.

FAQ

App Store Reviews Exporter — FAQ

Is the App Store reviews exporter free?
The free tier (no signup) returns up to 100 reviews per app. Larger reviews and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
Does it work across all country storefronts?
Yes — the country code in the URL (/us/, /gb/, /de/, /fr/, /jp/, etc.) selects the storefront. Bulk URL upload lets you pull the same app across many countries in one job.
Is the app version included on each review?
Yes — app_version column. Essential for triaging which release a complaint maps to.
Are developer replies included?
Yes — developer_response_text, developer_response_at_utc, and developer_response_app_version columns. Empty when no reply.
How far back can I export?
Apple's public review API caps at ~500 most-recent reviews per country storefront. Multi-country bulk pulls work around this for global apps.
Will Apple notice that I exported?
No. We use Apple's public RSS / lookup endpoints the same way third-party app-tracking tools do.
Can I export reviews for many apps at once?
Yes — bulk URL upload on a paid plan returns one ZIP with one file per URL covering all the apps and / or all the storefronts.
Can I schedule recurring exports?
Yes — paid plans support cron-style schedules with delivery to S3, Google Drive, or webhook. Daily exports are the typical setup for actively-developed apps.
Is there an API?
Yes — the same pipeline is exposed as a JSON-over-HTTP API on Premium and Business plans.