Google Play Reviews Scraper | Stars, Replies, Versions & Text
Pricing
from $1.50 / 1,000 results
Go to Apify Store

Google Play Reviews Scraper | Stars, Replies, Versions & Text
Scrape Google Play Store app reviews: star rating, review text, date, app version, thumbs up, and developer replies. Filter by score and sort order.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Muzaffer Kadir YILMAZ
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Google Play Reviews Scraper
Scrape Google Play Store app reviews for ASO, competitor research, and sentiment analysis. HTTP-only (no browser) — fast and cheap.
Features
- Reviews by package ID or Play Store URL
- Star rating, text, date, app version, thumbs up
- Developer reply text and date when present
- Sort: newest, rating, or most helpful
- Optional star filter (e.g. only 1–2★)
- Multi-app runs in one job
How it works
- You provide one or more app package IDs (e.g.
com.spotify.music). - The Actor calls Google Play’s public review feed (batchexecute).
- Reviews are normalized and pushed to the dataset until
maxReviewsis reached.
Input
| Field | Type | Default | Description |
|---|---|---|---|
appIds | string[] | — | Package names |
startUrls | links | — | Play detail URLs (?id=) |
maxReviews | int | 100 | Cap per app (1–10000) |
sort | enum | newest | newest / rating / helpfulness |
lang | string | en | Play language (hl) |
country | string | us | Play country (gl) |
filterScores | int[] | — | Keep only these stars |
proxyConfiguration | proxy | — | Fallback only — used after direct 403/429/5xx or empty first page |
Examples
Newest 50 reviews for Spotify (US/EN)
{"appIds": ["com.spotify.music"],"maxReviews": 50,"sort": "newest","lang": "en","country": "us"}
Only 1–2 star reviews from a Play URL
{"startUrls": [{ "url": "https://play.google.com/store/apps/details?id=com.whatsapp" }],"maxReviews": 100,"filterScores": [1, 2],"sort": "newest"}
Two apps, TR market
{"appIds": ["com.instagram.android", "com.zhiliaoapp.musically"],"maxReviews": 30,"lang": "tr","country": "tr"}
Output
Each dataset item:
| Field | Description |
|---|---|
reviewId | Play review id |
appId | Package name |
userName / userImage | Reviewer |
score | 1–5 stars |
text | Review body |
date | ISO timestamp |
version | App version string when shown |
thumbsUp | Helpful votes |
replyText / replyDate | Developer reply |
url | Deep link to the review |
criterias | Optional Play criteria ratings |
scrapedAt | Scrape time |
Results reflect what Google Play exposes publicly for the chosen country/language.