Google Play Reviews Scraper — Android Ratings & Reviews
Pricing
Pay per usage
Google Play Reviews Scraper — Android Ratings & Reviews
Scrape Google Play reviews and ratings for any Android app: rating, text, version, author, thumbs-up and date. Multiple countries per run, app metadata and rating breakdown included. No login, no API keys.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
FEDOR TRYAKIN
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Scrape Google Play reviews and ratings for any Android app — by package name, by Play Store URL, or by searching app names. No login, no API keys: the Actor reads Google Play's public endpoints directly.
The Android companion to our App Store Reviews Scraper — cover both stores with the same clean output and explicit per-app status.
What you get
Per review:
| Field | Example |
|---|---|
rating | 1 … 5 |
text | full review body |
version | 12.8.1 — app version reviewed |
author | reviewer name |
thumbsUp | helpfulness count |
date | 2026-06-12 |
country | us |
Per app (always returned, even with zero reviews): app name, developer, store rating, total ratings count, genre, and a ready-made rating breakdown (how many 1★/2★/.../5★ among scraped reviews) plus the average of what was scraped.
Why this scraper
- Search or direct — give package names/URLs, or type a name and the Actor finds the apps and scrapes them.
- Multiple countries & languages per run — reviews are localized;
collect
us,gb,de,kz… and compare. - Deep pagination — go far beyond a single page; collect thousands of reviews per app.
- Always explicit — every app returns metadata and a status, never a silent empty result.
- Built-in analytics — rating breakdown and averages, no post-processing.
Use cases
- App Store Optimization (ASO) — track sentiment and rating trends per version and country.
- Product feedback — see what users complain about right after a release.
- Competitor monitoring — compare ratings and review volume of rivals.
- Market research — find apps by keyword and measure their reception.
- Alerting — run on a Schedule, diff datasets, get notified of new 1★ reviews via integrations (Slack, email, webhooks).
Input
{"appIds": ["org.telegram.messenger", "https://play.google.com/store/apps/details?id=com.whatsapp"],"searchTerms": ["pdf scanner"],"countries": ["us", "gb"],"language": "en","maxReviews": 200,"sort": "newest"}
appIds— package names or full Play Store URLs.searchTerms— find apps by name (each returns up to 10 apps).countries— two-letter Play country codes; reviews are localized.language— language code for metadata and reviews.maxReviews— collected per app per country (paginated automatically).sort—newest,mostRelevantorrating.
Output example
{"type": "review","appId": "org.telegram.messenger","country": "us","rating": 1,"text": "Please fix the latest update...","version": "12.8.1","author": "Omkar J.","thumbsUp": 0,"date": "2026-06-12"}
{"type": "app","appId": "org.telegram.messenger","country": "us","name": "Telegram","seller": "Telegram FZ-LLC","rating": 3.88,"ratingsCount": 16986900,"genre": "COMMUNICATION","reviewsScraped": 200,"avgScrapedRating": 3.48,"ratingBreakdown": { "1": 60, "2": 14, "3": 4, "4": 7, "5": 115 }}
FAQ
Do I need a Google account or API key? No — only public endpoints.
How many reviews can I get? Pagination lets you collect thousands per app;
set maxReviews to your needs. Scrape multiple countries for even more.
Can I monitor an app on a schedule? Yes — create a Task, attach a Schedule, and consume new reviews via API, webhooks or integrations.
Apple / App Store? See our companion App Store Reviews Scraper.