Google Play Reviews Scraper avatar

Google Play Reviews Scraper

Pricing

$0.30 / 1,000 result items

Go to Apify Store
Google Play Reviews Scraper

Google Play Reviews Scraper

Get Google Play app reviews and app details (ratings, installs, developer info) by app ID or search term.

Pricing

$0.30 / 1,000 result items

Rating

0.0

(0)

Developer

Fetch Smith

Fetch Smith

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 minutes ago

Last modified

Share

Get Google Play app reviews and app details (ratings, installs, developer info) by app ID or search term. HTTP-only (no browser), so runs are fast and cheap, and you're charged only for the rows you actually get.

What it does

  • Fetches reviews for one or more Google Play apps, plus an optional app-details record (title, developer, score, installs, price, description, rating histogram).
  • Accepts either exact appIds (package names, e.g. com.spotify.music) or searchTerms — the top matching app for each term is resolved automatically.
  • Supports country/language targeting and sort order (newest / rating / helpfulness).

Input

FieldTypeDescription
appIdsarray of stringsGoogle Play package names, e.g. com.spotify.music (from the app's Play Store URL ?id= param)
searchTermsarray of stringsAlternative to appIds: search terms; the top match for each is used
countrystringPlay Store country code (default us)
languagestringLanguage for reviews/details (default en)
sortstringNEWEST (default), RATING, or HELPFULNESS
maxReviewsPerAppintegerStop after this many reviews per app (default 100)
includeAppDetailsbooleanAlso push one app-details record per app (default true)
maxResultsintegerHard cap across all apps and records (default 500)

Output

One item per row, either an app-details record (recordType: "app") or a review (recordType: "review").

Sample review row:

{
"recordType": "review",
"appId": "com.spotify.music",
"reviewId": "24191734-8bd7-4aac-a714-46193c46b4d4",
"userName": "Nikhil Rathod",
"score": 5,
"title": null,
"text": "my motivation",
"date": "2026-09-08T03:01:35.135Z",
"thumbsUp": 0,
"version": null,
"replyText": null,
"replyDate": null,
"url": "https://play.google.com/store/apps/details?id=com.spotify.music&reviewId=..."
}

Sample app-details row includes: title, developer, score, ratings, reviewsCount, histogram, installs, price, free, genre, contentRating, released, updated, url.

Pricing

result — $0.0003 per returned item (review or app-details row). The run start is free.

FAQ

Can I get reviews in a specific country or language? Yes, set country and language (Play Store returns different review sets per locale — run the Actor for each locale you need). Can I search by app name instead of package ID? Yes, use searchTerms; the top matching app is resolved automatically. Why did I get fewer reviews than the app's total rating count? Google Play's review API only returns a subset of written reviews, not every rating — this is a platform limitation, not a bug.

Notes

Only public Google Play data is collected. Issues or feature requests: support@fetchsmith.com. Also available as a hosted API at https://fetchsmith.com

Source code: https://github.com/Fetchsmith/fetchsmith/tree/main/actors/google-play-reviews-scraper