Google Play Reviews Scraper & API
Pricing
from $0.08 / 1,000 app reviews
Google Play Reviews Scraper & API
Download Google Play reviews by app, market, language, rating, date, and keywords. Export review text, versions, helpful votes, and developer replies.
Pricing
from $0.08 / 1,000 app reviews
Rating
0.0
(0)
Developer
ScrapeSignal Labs
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 days ago
Last modified
Categories
Share
Download recent public Google Play reviews for one or many Android apps. Filter by app, country, language, star rating, date, keywords, and sort order, then export clean review data as JSON, CSV, Excel, XML, RSS, or through the API.
Use it for app-store optimization, voice-of-customer research, competitor monitoring, product analytics, support triage, sentiment analysis, datasets, and AI-agent workflows.
Common use cases
- Download recent one-star and two-star reviews
- Monitor complaints about crashes, logins, subscriptions, refunds, or ads
- Compare customer feedback across competing Android apps
- Track reviews for a particular country or language
- Collect app-version and developer-reply data
- Build a structured review dataset for an AI product analyst
What the Actor returns
Each review row can include:
- app ID, app title, developer, and Google Play URL
- review ID, author, rating, and review date
- public review text and reviewed app version
- helpful-vote count
- developer reply and reply date
- selected country and language
- direct review URL and collection timestamp
Stable record IDs make repeated scheduled collections easier to deduplicate.
Quick start
{"apps": ["com.spotify.music"],"country": "us","language": "en","sort": "NEWEST","ratings": ["1", "2", "3", "4", "5"],"sinceDate": "","keywords": [],"includeDeveloperReplies": true,"includeAppDetails": true,"maxReviewsPerApp": 100}
Package IDs such as com.spotify.music and full Google Play app URLs are both accepted.
AI agent and API usage
This Actor is designed for tool-calling agents and recurring automations:
appsis the only required input- safe defaults collect the newest English-language US reviews
- hard per-app limits create a predictable result and price ceiling
- filters are explicit and machine-readable
- output rows use a stable documented schema
- the Actor uses limited permissions and needs no customer API key
Use the API, OpenAPI, MCP, Python, JavaScript, CLI, or integration examples in the Actor's API tab. A safe agent test requests one app with maxReviewsPerApp set to 10.
Example workflows
Find recent negative reviews
{"apps": ["com.spotify.music"],"country": "us","language": "en","sort": "NEWEST","ratings": ["1", "2"],"keywords": [],"includeDeveloperReplies": true,"maxReviewsPerApp": 500}
Compare reviews across Android apps
{"apps": ["com.spotify.music", "com.google.android.youtube"],"country": "us","language": "en","sort": "NEWEST","ratings": ["1", "2", "3", "4", "5"],"includeAppDetails": true,"maxReviewsPerApp": 250}
Monitoring new reviews
Save or copy an example Task, keep newest-first sorting, choose an appropriate date window, and schedule it daily or weekly. Use recordId to deduplicate records in a database, spreadsheet, warehouse, or webhook destination.
Pricing
The launch price is $0.00008 per delivered review ($0.08 per 1,000) plus the small Actor-start event and any platform usage shown by Apify before the run. Start with a handful of reviews and use Apify's maximum-charge control when testing.
Limits and responsible use
The Actor extracts public review information. Review content belongs to its authors and may contain inaccurate, offensive, or personal material. Minimize retention of unnecessary personal information and follow applicable laws and platform terms. This Actor is not affiliated with Google or Google Play.