Google Play Reviews Scraper
Pricing
from $0.15 / 1,000 review or app info extracteds
Google Play Reviews Scraper
Extract Google Play app reviews and metadata without proxy. Get rating, review text, author, version, date, developer replies — for any Android app in any language/country. Pair with App Store Reviews for cross-platform coverage.
Pricing
from $0.15 / 1,000 review or app info extracteds
Rating
0.0
(0)
Developer
Obsidian IT Consulting SRL
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Extract Google Play reviews and app metadata without proxy. Get ratings, review text, developer replies, install counts — for any Android app, in any language and country.
What you get
App metadata (type: "app_info")
| Field | Description |
|---|---|
appId | Package name (e.g. com.whatsapp) |
appName | App name |
developer | Developer name |
category | App category |
price | Price (0 = free) |
rating | Average star rating |
reviewCount | Total number of ratings |
installs | Install count (e.g. "1,000,000+") |
version | Current version |
updated | Last update timestamp |
Reviews (type: "review")
| Field | Description |
|---|---|
reviewId | Unique review ID |
author | Reviewer username |
rating | Star rating (1–5) |
review | Full review text |
date | Review date (ISO) |
thumbsUp | Helpful vote count |
appVersion | App version reviewed |
developerReply | Developer response text (if any) |
developerReplyDate | Date of developer response |
Watchlist mode — delta tracking
Enable watchlistMode: true to only get reviews published since your last run. The actor saves a timestamp after each run and uses it automatically next time.
{"apps": ["com.spotify.music"],"watchlistMode": true}
Run on a schedule → only new reviews flow into your pipeline each time. When sorted by newest, the actor stops pagination as soon as it reaches already-seen reviews — fast and efficient.
You can also set a one-time start date manually with sinceDate:
{"apps": ["com.spotify.music"],"sinceDate": "2026-06-01T00:00:00Z"}
Use cases
- Product feedback — monitor your own app reviews across all markets
- ASO (App Store Optimization) — find what users request most
- Competitor analysis — track rival app ratings and sentiment over time
- Developer reply monitoring — learn how top apps respond to negative reviews
- Recurring watchlist — schedule runs and only process new reviews each time
- Cross-platform — pair with App Store Reviews Scraper for full iOS + Android coverage
Example input
{"apps": ["com.spotify.music", "https://play.google.com/store/apps/details?id=com.whatsapp"],"languages": ["en", "fr"],"countries": ["us", "fr"],"maxReviews": 200,"sortBy": "newest","minRating": 0}
Example output
{"type": "review","store": "google_play","appId": "com.spotify.music","author": "MusicLover42","rating": 4,"review": "Great app overall, but the offline mode has been buggy lately","date": "2026-05-15T10:23:00.000Z","thumbsUp": 12,"appVersion": "8.9.14","developerReply": "Thanks for the feedback! We're looking into the offline issue.","developerReplyDate": "2026-05-16T09:00:00.000Z","lang": "en","country": "us"}
Sorting options
| Value | Description |
|---|---|
newest | Most recent reviews first (default) |
rating | Highest rated first |
helpfulness | Most helpful first |
Pricing
$0.15 per 1,000 results ($0.00015/item). Only pay for what you extract.
FAQ
Does it require a proxy? No — reads public data from Google Play without needing any proxy.
Can I scrape multiple apps at once?
Yes — pass a list of app IDs or full Google Play URLs in the apps field.
Can I filter by minimum rating?
Yes — set minRating: 4 to only get reviews with 4+ stars.
How many reviews can I get?
Controlled by maxReviews per app/language/country combination. No hard cap.
What formats are supported? Output is available as JSON, CSV, Excel, or XML via the Apify dataset viewer.