# Changelog of Apple App Store Reviews Scraper (`cliqtomedia/apple-app-store-reviews-scraper`) Actor

- **URL**: https://apify.com/cliqtomedia/apple-app-store-reviews-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/cliqtomedia/apple-app-store-reviews-scraper.md

## Changelog

### 0.1.14 - 2026-09-02

#### Added

- export up to 2,000 reviews for each app and country;
- export up to 10,000 reviews in one run;
- request up to 100 Apple source pages for each app and country;
- explain every stop and error in `RUN_SUMMARY`;
- keep stable review IDs for updates and later comparisons.

#### Changed

- the small defaults stay at 10 reviews for each app-country and 10 reviews
  for the whole run;
- large runs use slower request pacing and a 30-minute timeout;
- public help text, examples, schemas, limits, and pricing examples now use
  the same values.

#### Fixed

- manual runs now use the accepted Apple web source without a hidden setting;
- failed input can still save a valid `RUN_SUMMARY`;
- missing pagination after a valid page is treated as the end of the current
  Apple review window;
- Apple continuation links are validated before the next request;
- repeated, skipped, or invalid pages stop safely without duplicate charges.

### 0.1.0 - 2026-08-30

#### Added

- Apple App Store review export by app ID or App Store URL and country;
- one Dataset row and one review charge for each unique saved review;
- JSON, CSV, Excel, XML, and Apify API output;
- input, output, Dataset, and key-value store schemas;
- bounded retries, deduplication, stable IDs, and clear partial-result states;
- Docker and deterministic automated tests.
