Try Rivioo Free

The Complete Guide to App Review Exports (2026)

Whether you're researching a competitor, analysing your own users, or building a feedback pipeline, you need to get app reviews out of the App Store or Google Play and into a spreadsheet. This guide covers every method available in 2026 — manual exports, public APIs, free tools, and paid SaaS — with verified pricing and real platform limits.

Why people actually export reviews

App reviews are the single richest source of unfiltered user feedback you'll ever get for free. Every review is a sentence (or paragraph) someone wrote voluntarily, with skin in the game — they paid for the app, used it, formed an opinion, and decided that opinion was worth typing out. That's a higher signal-to-noise ratio than almost any survey or interview you can run.

People export reviews for five main reasons.

1. Sentiment and feature-request mining

The most common use case. You pull a few thousand reviews, run them through sentiment analysis or theme extraction, and surface the top 10 things users love and the top 10 they hate. Product roadmaps that start from review data tend to ship features users actually asked for, instead of features the team thought users would ask for.

2. Competitor research

Reviews of competitor apps tell you what their users find painful — which is a list of features you can win on. They also tell you what users praise — which is a list of features you'd better not be missing. This is some of the cheapest competitive intelligence available; everything is public. (We've written a deeper guide on analysing competitor reviews if you want to go further.)

3. Bug triage and trend detection

If your 1-star reviews suddenly spike after a release, that's a bug report at scale. Exporting reviews on a regular cadence and watching for keyword clusters ("crash", "login", "after update") will surface regressions days before they show up in your error logs.

4. ASO and review-velocity tracking

App Store Optimisation isn't only about keywords — review volume, freshness, and average rating all influence rankings. Exporting reviews lets you track velocity (reviews per week), rating trajectory, and the impact of marketing pushes on review acquisition.

5. Compliance, legal, and archival

Some teams need to keep a permanent record of public reviews for legal, regulatory, or contractual reasons. App Store and Google Play don't give you that archive — you have to build it yourself by exporting and storing.

App Store vs Google Play, side by side

The two stores treat reviews very differently. Knowing the differences saves you a lot of confused expectations later.

Dimension Apple App Store Google Play
Public review cap ~500 per app per country (RSS limit) No equivalent cap on public data
Country splits Reviews are stored per country storefront Reviews are global with optional language filters
Public feed format RSS / JSON via itunes.apple.com HTML scraping or Google Play Developer API (developer-only)
Owner-only access App Store Connect API — full review history Google Play Console + Reply-to-Reviews API
Available metadata Rating, title, body, author, date, version Rating, body, author, date, device model, app version
Default export format None native — must be built or use a tool CSV (per app, per country) inside Play Console

The two big takeaways: Apple's 500-review cap on public data is a real ceiling if you're researching apps you don't own, and Google Play's per-country structure is much more forgiving, but the metadata it returns includes device fingerprints that the App Store doesn't.

The four ways to export app reviews

There are exactly four ways to get reviews out of the stores in 2026. Pick whichever fits your scale, ownership, and budget.

Method 1 — Manual export from App Store Connect or Google Play Console

If you own the app, both stores let you download reviews directly from the developer console. App Store Connect exposes reviews via the App Store Connect API (and a UI export). Google Play Console gives you a CSV per app per country.

Verdict: Best for owners who need their own historical data and don't care about competitor reviews. Skip it if you're doing market research.

Method 2 — Public APIs and feeds

Both stores expose review data publicly: Apple via the iTunes RSS customer reviews feed, Google through the Play Developer API (with limits) or HTML scraping (which carries terms-of-service risk).

Apple's public RSS pattern looks like this:

https://itunes.apple.com/rss/customerreviews/page=N/id=APPID/sortby=mostrecent/json

Where N is the page number (1–10) and APPID is the App Store ID. Each page returns up to 50 reviews, so the total ceiling per country is 500.

Verdict: Good for engineers who want to build their own pipeline. Most non-engineers should skip this and use Method 3.

Method 3 — Free tools (Rivioo)

Free tools wrap the public APIs in a UI. You search for the app, pick the store, click export. Rivioo is the option we built — no account, no API keys, no rate limits beyond what the platforms enforce, CSV and Excel output, works for any app.

Verdict: Best for one-off exports, market research, and feeding reviews into your own analysis pipeline. If you need an always-on monitoring dashboard, see Method 4.

Method 4 — Paid SaaS (Appbot, Appfigures, App Radar, AppFollow)

Paid tools bundle review export with dashboards, sentiment analysis, alerts, multi-app monitoring, and team collaboration. They're built for ASO teams and product-ops functions that need always-on review intelligence, not one-off exports.

Here's where they sit in 2026:

Tool Cheapest paid tier Top published tier Free plan? CSV export
Appbot $49/mo (annual) / $59/mo (monthly) $166+/mo (Large) and up No (14-day trial) Large plan and up
Appfigures $9.99/mo (Connect) $599.99/mo (Grow) Yes (basic features) Most paid tiers
App Radar €69/mo (~$75) €299/mo (~$325) No (7-day trial) Yes
AppFollow ~$136/mo (Premium, modular) Custom (Enterprise) Yes (2 apps, 100 replies) Premium and up
Rivioo Free Free Yes (full access) Yes (CSV + XLSX)

Pricing verified 2026-05-05 from each tool's official pricing page. Some plans bill in EUR; USD figures are approximate. AppFollow uses calculator-based modular pricing — the ~$136/mo figure is the entry-tier Premium estimate; actual pricing varies by selected apps, keywords, and replies. See our deeper comparisons of Appbot alternatives and the side-by-side breakdown of Appbot vs Appfigures vs Rivioo for full feature matrices.

Verdict: Worth it if review monitoring is a daily team activity. Skip it if you do analysis quarterly or on demand — Method 3 is faster and free.

The 500-review App Store limit

Apple's public RSS customer reviews feed caps you at 500 reviews per app per country, full stop. The cap is a deliberate platform decision, not a tool limitation. Every public-data tool — Rivioo, Appbot, Appfigures, anyone scraping the RSS feed — hits the same ceiling.

The structure: the RSS endpoint returns up to 50 reviews per page across pages 1–10. Page 11 returns nothing. Math: 50 × 10 = 500. (We've documented this in detail in our App Store 500-review limit explainer.)

If you own the app, the App Store Connect API gives you full historical access — no cap. If you don't own the app, you have three workarounds:

  1. Export from multiple country storefronts. US, UK, Canada, Australia, Germany, France, Japan — each has its own 500-review pool. For globally popular apps, combining country exports can give you several thousand recent reviews.
  2. Export on a schedule. If you export the most recent 500 every week, over time you build a history. This is what paid SaaS tools do under the hood.
  3. Use the Search API for older reviews. Some tools index historical reviews from earlier polls; you'd need a paid tool that's been ingesting on your behalf.

Google Play's review pool and API limits

Google Play has no equivalent to Apple's 500-review cap on public data. You can typically pull all the reviews a public listing exposes, which for popular apps runs into the hundreds of thousands.

The Google Play Developer API (publisher-only) operates on a quota system. Per Google's official quota documentation:

"The default quota limit for each bucket is 3000 queries per minute."

— Google Play Developer API documentation, accessed May 2026

The reviews endpoint sits inside the "Publishing, Monetization, and Reply to Reviews APIs" bucket, sharing that 3,000 QPM allocation. For any sane review export workflow that's effectively unlimited.

For non-publisher access (anyone wanting reviews of an app they don't own), there's no official Google API. Free and paid tools work by handling the public-data extraction for you. (See our step-by-step Google Play reviews to Excel guide for the manual walkthrough.)

Step-by-step: export reviews in 60 seconds

Here's the fastest path from "I need these reviews" to "they're in a spreadsheet". This is the Rivioo flow, but the same shape applies to most free tools.

  1. Open Rivioo. Go to rivioo.app. No account, no signup, no credit card.
  2. Search or paste a URL. Type the app name in the search box or paste an App Store / Google Play URL. Rivioo recognises both.
  3. Pick the store and country. If you want reviews from a specific storefront (US App Store, UK App Store, etc.), choose it. Otherwise the default works.
  4. Click Export. The CSV downloads instantly with all available reviews — rating, title, body, author, date, version, and any other metadata the platform exposes.

The CSV is universal: open it in Excel, Google Sheets, Numbers, or pipe it into your analysis script. Most people start with a sort by date or rating, then filter for keywords ("crash", "slow", the name of a feature) to find specific signals.

Try it now — no signup required

Export App Store + Google Play reviews to CSV in under a minute. Free, no credit card.

Open Rivioo

Exporting competitor reviews — legal, ethical, tactical

Exporting and analysing competitor reviews is one of the highest-leverage uses of public review data. Every public review is something a real user typed about a real product — that's worth more than most market research firms charge thousands for.

Is it legal? Reading and analysing publicly visible reviews is generally legal. It's the same data anyone with a browser can see. Where it gets murky is republishing reviews verbatim or using them in advertising — that crosses into copyright and platform-policy territory. For internal market research, competitive analysis, or product strategy, exporting and analysing public reviews is standard practice across the industry.

What can you actually learn? Three things stand out:

For a deeper playbook on this, see our guide to analysing competitor reviews.

What to do with reviews after you export them

Exporting is the easy part. The leverage is in what you do next. Three common workflows:

Spreadsheet workflows

The fastest analysis: load the CSV into Google Sheets, sort by date or rating, and use FILTER + keyword matches to slice the data. "All 1-star reviews from the last 30 days mentioning 'crash'" takes about ten seconds. For lightweight sentiment, conditional formatting on the rating column gets you 80% of the way to a heat map without writing any code.

Sentiment scoring and theme extraction

For larger datasets (1,000+ reviews), running automated sentiment scoring and theme extraction gives you a structured view of what users are saying. Free options: any LLM with a good prompt can tag a few hundred reviews per minute. Paid options: dedicated NLP pipelines or the built-in sentiment in tools like Appbot and Appfigures. The output you want is a table that says "X% of reviews mention theme Y, with average rating Z" — which is the foundation of any review-driven roadmap discussion.

Feeding reviews into product roadmap discussions

The highest-value use. Take the top 10 themes (positive and negative) from your last 90 days of reviews and put them on the wall during roadmap planning. Teams that do this consistently ship features users actually want, instead of features the team imagined users would want. The exercise also kills bad ideas early — if no one is asking for it in reviews, it's probably not worth shipping first.

Choosing a tool — a decision flow

Here's the shortest path to picking a method, in order of decreasing simplicity:

  1. Need reviews from one app, once? → Use a free tool like Rivioo. Export, analyse, done.
  2. Need reviews from one app on a schedule (monthly or quarterly)? → Free tool, run on demand. Save the CSVs in Drive or S3.
  3. Need always-on review monitoring with alerts and dashboards? → Paid SaaS. Pick the cheapest plan that covers your app count. Start with Appfigures Connect at $9.99/mo if budget is tight, or Appbot Small at $49/mo (annual) if you want a more polished UI.
  4. Need historical reviews older than the public window? → Paid SaaS that's been ingesting your apps for a while, or App Store Connect API if you own the app.
  5. Building your own pipeline as an engineer? → Method 2 (public APIs). Apple's RSS feed for App Store, Play Developer API for Google Play (publisher-only).

For more granular comparisons, see our free vs paid app review export tool comparison.

Frequently asked questions

Can I export app reviews without a developer account?
Yes. Rivioo and other public-data tools work for any app on the App Store or Google Play, including apps you don't own. You only need a developer account if you want internal-only data like user-installed devices or in-app survey responses.
What's the maximum number of App Store reviews I can export?
Apple's public RSS feed caps you at 500 reviews per app per country (50 reviews per page across 10 pages). This is a platform limit, not a tool limit — every public-data tool, including Rivioo, hits the same ceiling. If you own the app, the App Store Connect API gives you access to all reviews.
How many Google Play reviews can I export?
Google Play has no equivalent 500-review cap on public review data, so you can typically export all available reviews. The Google Play Developer API itself allows up to 3,000 queries per minute on the publishing bucket, which is more than enough for any review export workflow.
Is exporting competitor reviews legal?
Reading and analysing publicly visible reviews is generally legal — it's the same data anyone with a browser can see. Republishing reviews verbatim or using them in advertising can run into copyright or platform-policy issues. For internal market research, competitive analysis, or product strategy, exporting and analysing public reviews is standard practice.
What format do reviews export in?
Most tools, including Rivioo, export to CSV (universal, opens in Excel, Google Sheets, Numbers) and XLSX (Excel-native, preserves formatting). CSV is the safest default — every analysis tool reads it.
Can I export historical reviews?
Yes — public review feeds return reviews in chronological order, so you get whatever the platform exposes (subject to the 500-review App Store cap). For older reviews beyond the public window, you'd need historical API access through a paid SaaS tool that has been ingesting reviews on your behalf.
How do paid tools differ from free ones?
Paid tools (Appbot, Appfigures, App Radar, AppFollow) bundle review export with dashboards, sentiment analysis, alerts, multi-app monitoring, and team features. Free tools like Rivioo focus on the export itself. If you just need the data — to analyse it elsewhere or feed it into your own pipeline — free is enough. If you need an always-on monitoring dashboard, paid makes sense.
Do AI-generated reviews count as real reviews?
Both Apple and Google flag and remove obvious AI-generated or bot reviews, but some slip through. When exporting reviews for analysis, treat extreme outliers (reviews that arrive in clusters with similar phrasing) with skepticism. Real human reviews dominate the dataset on most apps.
Can I automate review exports?
Yes — paid SaaS tools offer scheduled exports, webhooks, and Slack/Zapier integrations. With Rivioo you can run an export on demand any time you need fresh data; for scheduled monitoring, a paid tool is a better fit.
Which countries are supported?
App Store reviews are split by country — every storefront has its own review pool. Rivioo supports the major English-speaking storefronts and most European, Asian, and Latin American markets. Google Play reviews are global by default, with optional language filtering.
How fresh is the data?
Public review feeds typically lag the live store by a few hours to a day. For most analysis use cases — feedback synthesis, competitor research, monthly reporting — that's fine. If you need real-time review monitoring, that's a paid-tool job.
What if my app has more than 500 reviews on the App Store?
If you own the app, use App Store Connect API for full access. If you don't, you're limited to the 500 most recent reviews per country — but you can multiply your sample by exporting from multiple country storefronts (US, UK, Canada, Australia, etc.) and combining the results.

Ready to export?

Free, no signup, no API keys. Works for any app on the App Store or Google Play.

Try Rivioo Now

Go deeper