App Store & Google Play Reviews Scraper avatar

App Store & Google Play Reviews Scraper

Pricing

from $0.28 / 1,000 review scrapeds

Go to Apify Store
App Store & Google Play Reviews Scraper

App Store & Google Play Reviews Scraper

Scrape customer reviews from the Apple App Store and Google Play — ratings, text, author, version, date — for any app. Pay per review.

Pricing

from $0.28 / 1,000 review scrapeds

Rating

0.0

(0)

Developer

Datamule

Datamule

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Categories

Share

Scrape customer reviews from the Apple App Store and Google Play — ratings, review text, author, app version, and date — for any app, in any country storefront. Pay per review.

What it does

Give it one or more apps (by ID or store URL) and it returns their reviews as clean, structured records. Useful for:

  • App developers & PMs — monitor sentiment, catch regressions after a release, track ratings by version.
  • ASO / marketing agencies — watch client and competitor reviews at scale.
  • Researchers & analysts — sentiment analysis, feature-request mining, market research.

Input

FieldDescription
appsList of app IDs or store URLs. App Store: 324684580 or https://apps.apple.com/us/app/spotify/id324684580. Google Play: com.spotify.music or its Play URL.
storeapp_store or google_play.
countryTwo-letter storefront code (us, gb, sg, de…). Reviews are country-specific.
languageTwo-letter language (Google Play only).
sortrecent or helpful.
maxReviewsMax reviews per app (App Store caps ~500; Google Play higher).

Output

One record per review:

{
"store": "app_store",
"appId": "324684580",
"country": "us",
"reviewId": "...",
"author": "jane_doe",
"rating": 5,
"title": "Love it",
"text": "Works great, but…",
"appVersion": "9.1.60",
"voteSum": "3",
"updated": "2026-07-04T12:00:00-07:00"
}

Data sources

  • Apple: the public iTunes RSS customer-reviews feed (stable JSON, no login).
  • Google Play: the maintained google-play-scraper library, which tracks Google's review endpoint so results stay reliable.

Pricing

Pay-per-event: you're charged per review returned. No subscription — you only pay for what you pull.


Built with the Apify SDK for Python. Runs serverless on the Apify platform.