Google Play Scraper - Apps, Details & Reviews
Pricing
Pay per usage
Google Play Scraper - Apps, Details & Reviews
Scrape Google Play: search apps, get full details (installs, rating, price, developer, version, screenshots) and extract user reviews. Any country store & language, no API key or browser. Export JSON, CSV or Excel for app market research and review sentiment.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Get Anything
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 hours ago
Last modified
Categories
Share
Google Play Scraper — Apps, Details & Reviews (Android)
Scrape the Google Play Store in one run: search apps by keyword, pull full app details (installs, rating, price, developer, version, screenshots, description), and extract user reviews across any country store and language. Everything comes from Google Play's own internal endpoints — no API key, no headless browser, no proxies.
Why this one
Most Play Store actors do one thing — usually reviews only. This one covers the whole workflow in a single run and returns clean, flat records ready for a spreadsheet, a database, or an LLM:
- Search → find every app matching a keyword.
- Details → 40+ fields of metadata for any package name or Play URL.
- Reviews → user reviews with rating, thumbs-up, version and developer reply.
Runs are fast, cheap, and reliable. Pair it with the App Store Scraper to cover both mobile app stores for full market research.
What it does
- Search Google Play with multiple keywords at once.
- Look up specific apps by package name (
com.whatsapp) or Play URL. - Any country store (
us,gb,ae,in,de, …) and language (en,ar, …). - Optional review scraping — newest, by rating, or most relevant; filter by star rating.
- Deduplicates apps found via both search and direct lookup.
- Export to JSON, CSV, or Excel, or pull via the Apify API.
Input
| Field | Description |
|---|---|
searchTerms | Keywords to search, e.g. habit tracker, vpn, budget. |
appIds | Specific apps by package name or Play store URL. |
country | Two-letter store code (us, gb, ae, …). |
language | Two-letter language code (en, ar, de, …). |
maxAppsPerSearch | Cap per search term. |
scrapeReviews | Also pull each app's reviews. |
maxReviewsPerApp | Cap per app. |
reviewsSort | newest, rating, or relevance. |
reviewsFilterScore | Keep only reviews with a given star rating (or any). |
Example
{"searchTerms": ["habit tracker"],"appIds": ["com.whatsapp"],"country": "us","language": "en","maxAppsPerSearch": 20,"scrapeReviews": true,"maxReviewsPerApp": 100,"reviewsSort": "newest"}
Output
One dataset item per app or review. App records include appId, title, installs, score, ratings, price, developer, genre, version, updated, screenshots and more. Review records include score, content, thumbsUp, at, and any developer replyContent.
{"resultType": "app","appId": "com.whatsapp","title": "WhatsApp Messenger","installs": "5,000,000,000+","score": 4.2,"ratings": 189234567,"free": true,"developer": "WhatsApp LLC","genre": "Communication","version": "Varies with device","url": "https://play.google.com/store/apps/details?id=com.whatsapp"}
Use cases
- App market research — track ratings, installs and pricing across competitors.
- Review sentiment / ASO — feed reviews to an LLM to mine feature requests and complaints.
- Cross-store analysis — combine with the App Store Scraper for iOS + Android in one dataset.
- Localised monitoring — compare an app's reviews per country and language.
FAQ
Do I need a Google or API key? No. It uses Google Play's public endpoints.
Can I get reviews in a specific language or country? Yes — set country and language.
How many reviews can I get? Set maxReviewsPerApp; reviews are paginated automatically.
🤖 Use with Claude or ChatGPT (MCP)
Run this actor from Claude, ChatGPT, Cursor or any MCP client via the Apify MCP server. In Claude Desktop: Settings → Connectors → Add custom connector → https://mcp.apify.com. Or expose just this tool:
{ "mcpServers": { "apify": { "url": "https://mcp.apify.com?tools=get_anything/google-play-scraper" } } }
Full guide: Connect Apify actors to Claude & ChatGPT.
⭐ Found this useful?
If this Actor saved you time, please leave a rating on its Apify page — reviews genuinely help others discover it and help me keep improving it.