Google Play Reviews Scraper — Multi-Country, Fast, No Proxy
Pricing
from $0.10 / 1,000 results
Go to Apify Store
Google Play Reviews Scraper — Multi-Country, Fast, No Proxy
Scrape Google Play reviews across countries as clean JSON: rating, text, version, thumbs-up, developer replies. HTTP-only, no browser needed.
Pricing
from $0.10 / 1,000 results
Rating
0.0
(0)
Developer
Artwa Dev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape Google Play reviews across many countries as clean JSON, CSV or Excel — star rating, review text, app version, thumbs-up count, developer replies and timestamps.
HTTP-only (no headless browser), no login, no proxy required.
Why this one
- Multi-country aggregation. Pull reviews from every storefront you list — us, gb, br, de, jp, … — deduplicated per (app, country). Far more coverage than single-country tools.
- Sort your way. Newest, highest-rated, or most helpful.
- Cheap & fast. No browser to spin up.
- AI-ready. Clean flat records drop straight into a sentiment pipeline or vector database.
What you get per review
| Field | Description |
|---|---|
appName, appId, country, language | The app + storefront |
score, scoreText | 1–5 stars |
review, title | The review text |
appVersion | Version reviewed |
userName, userImage | Reviewer |
thumbsUp | Community helpfulness |
replyText, replyDate | Developer's reply, if any |
publishedAt | Timestamp |
reviewUrl | Direct link |
Input
{"apps": ["com.whatsapp","https://play.google.com/store/apps/details?id=com.duolingo","Instagram"],"countries": ["us", "gb", "br", "de", "jp"],"language": "en","sort": "NEWEST","maxReviewsPerApp": 0,"starRatings": ["1", "2"]}
apps— package id, store URL, or app name (resolved automatically).countries— two-letter storefront codes to aggregate.language— Google language code (en,pt,de, …).sort—NEWEST,RATING, orHELPFULNESS.maxReviewsPerApp—0= as many as Google exposes.starRatings— filter by stars (e.g. only 1–2 star complaints).
Common uses
- App feedback — pull every recent complaint across your markets and cluster them.
- Competitor research — compare sentiment and version-specific issues across rivals.
- QA / release monitoring — schedule daily runs on your app's package id and catch regressions.
- LLM / sentiment pipelines — clean JSON straight into analysis.
Notes
Uses only Google Play's public review data. Review Google's terms and your local law before large-scale use of personal data.