Wellness Tourism Data Lab Research Tools 쨌 est. 2026 ??Back to home
Installation Guide 쨌 Tool 03

Apple App Store
Review Collector

A Chrome extension that collects reviews from the Apple App Store via Apple's official public RSS feed ??no scraping, no UI automation. Built for cross-cultural research with native support for 30+ regional stores.

Version  v1.0.0 Released  April 2026 Method  Official RSS API Coverage  30+ countries
??01

Data provenance & legitimacy

Unlike review collectors that operate by scraping rendered HTML pages ??a gray area under most platforms' Terms of Service ??this tool retrieves reviews from Apple's officially documented public RSS feed. No DOM scraping, no UI automation, no ToS violation.

Why this matters for research

Academic research increasingly requires clear data provenance: IRB applications, journal disclosure statements, and replication packages all benefit from data sources that are unambiguously legitimate. Reviews collected through this tool are drawn from a public API explicitly offered by Apple, making the data trail simple to document.

The feed endpoint is itunes.apple.com/{country}/rss/customerreviews/..., which has been part of Apple's public infrastructure since the App Store's early years. The collector simply paginates through this feed and structures the response.

??02

Requirements

The collector runs entirely in your browser as a Chrome extension. No server account, API key, or external service is required.

??03

Download

Download the latest packaged extension. The file is a standard ZIP archive containing the extension's manifest, scripts, and assets.

appstore-collector-v1.0.zip

Approximately 200 KB 쨌 Released April 2026

Download ZIP
Note

After downloading, unzip the file to a folder you'll keep on your computer (e.g., ~/Documents/wtdl-tools/appstore-collector). Chrome will need to access this folder when loading the extension.

??04

Installation

Because this extension is distributed for research use rather than through the Chrome Web Store, it is loaded as an unpacked extension. The process is the same on all platforms.

  1. Open Chrome's extensions page

    In your address bar, type chrome://extensions and press Enter. This opens the extension management page.

    Screenshot
    Chrome extensions page
  2. Enable Developer mode

    In the top-right corner of the extensions page, toggle the Developer mode switch on. New buttons will appear in the top-left.

    Screenshot
    Developer mode toggle (top right)
  3. Load the unpacked extension

    Click Load unpacked, then navigate to and select the folder where you unzipped the collector. Chrome should now show "Apple App Store Review Collector" as an installed extension.

    Screenshot
    Load unpacked dialog
  4. Pin the extension (optional but recommended)

    Click the puzzle-piece icon in Chrome's toolbar, find the collector, and click the pin icon. The blue "A" icon will then sit in your toolbar for quick access during collection sessions.

    Screenshot
    Pin extension to toolbar
Important

Do not delete the unzipped folder after installation. Chrome loads the extension's files from that location each time it starts. If you move or remove the folder, the extension will stop working.

??05

How to use

Step-by-step collection

  1. Open any App Store URL containing an app ID, e.g. https://apps.apple.com/us/app/instagram/id389801252.
  2. Click the blue "A" extension icon in the Chrome toolbar.
  3. The floating panel appears with the detected app's name, developer, rating, and ID.
  4. Tick the countries you want to collect from (see below).
  5. Choose a sort order (Most recent or Most helpful).
  6. Set a stop condition: collect all, a target count, or a date cutoff.
  7. (Optional) Toggle author anonymization.
  8. Click Start Collection. The panel shows live progress.
  9. When complete, choose CSV / Excel / JSON to download.
Screenshot
Collector panel with country picker, sort, and stop conditions

Multi-country collection

The country code in the URL (us, kr, etc.) only determines which storefront page you opened ??the collector can pull reviews from any combination of the 30+ pre-configured countries regardless of which page you started on. This is what makes the tool especially useful for cross-cultural research.

Pre-configured countries include: US, KR, JP, GB, CA, AU, DE, FR, IT, ES, CN, TW, HK, SG, IN, BR, MX, NL, SE, NO, DK, FI, PL, RU, TR, TH, VN, ID, PH, MY.

Collection tips

??06

Output format

Each collection produces a single file (CSV, XLSX, or JSON depending on your choice) with one row per review across 22 fields ?? 9 app-level metadata fields and 13 review-level fields.

App metadata

Review fields

Output files import cleanly into R (read.csv, openxlsx::read.xlsx), Python (pandas), SPSS, or any tool that reads CSV/Excel/JSON.

??07

The 500-per-country limit

Apple's RSS feed exposes up to 500 reviews per app per country (10 pages 횞 50 reviews). This is a hard limit imposed by Apple, not by the collector. Any tool relying on the public feed faces the same ceiling.

Working with this limit

For apps with large global review volumes, the workaround is multi-country collection. Selecting all 30 pre-configured countries yields up to roughly 15,000 reviews per app, with the added analytical benefit of a country-tagged sample suitable for cross-cultural comparison.

For studies that genuinely need exhaustive coverage of a single country's reviews beyond 500, the public RSS approach is not sufficient ??those cases require an App Store Connect agreement with the app's developer. The collector intentionally stays within publicly available data.

??08

Troubleshooting

"Could not detect an app"

The page URL must contain /id followed by digits (e.g., id389801252). Some App Store URLs from search results redirect ??wait for the final URL with the numeric ID before clicking the extension icon.

Some countries return zero reviews

Normal. Many apps are not published in every region, or the app may have no reviews yet in a particular country. The collector skips empty feeds automatically.

I got 500 reviews from the US and want more

Add more countries. Apple's 500-per-country cap is enforced at the API level; multi-country collection is the only path to larger samples within public-feed boundaries.

I want only recent reviews

Use sort: Most recent (the default) combined with Stop at time cutoff. The collector will stop as soon as it crosses your cutoff date.

Reviews look wrong-language

Country selection ??not page language ??determines what reviews you receive. Tick US, GB, CA, AU for English-language reviews regardless of which App Store page you opened.

??09

Citation

If you use this tool in research that leads to publication, please cite the project. A formal citation entry will be added once the accompanying methodological paper is published. For now, you may reference the tool as:

Suggested citation

Kim, H.-S., Ban, H.-J., Joung, D., et al. (2026). Apple App Store Review Collector (Version 1.0) [Chrome extension]. Wellness Tourism Big Data Research Center, Kyungsung University.

Questions or feedback? Contact the lab via the addresses listed on the main site.