Google Play Store Scraper
Pricing
from $2.99 / 1,000 results
Google Play Store Scraper
Google Play Store scraper that extracts app listings, ratings, downloads, developer info, and user reviews by keyword search, category browse, or top charts, so you can track competitors and analyze any app market without writing a single line of code.
Pricing
from $2.99 / 1,000 results
Rating
0.0
(0)
Developer
ZeroBreak
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
Extract app listings, details, and reviews from Google Play Store. Search by keyword, browse by category, or pull top charts. Collect app names, ratings, download counts, prices, developer info, screenshots, and user reviews — all in structured JSON with no browser required.
What it does
- Keyword search — find apps matching any search query
- Category browsing — list apps in any Play Store category (GAME, SOCIAL, PRODUCTIVITY, etc.)
- Top charts — fetch top free, top paid, or top grossing apps
- Direct lookup — fetch details for specific app package names (e.g.,
com.discord) - App details — description, version, minimum Android, download count, content rating, screenshots, developer contact
- User reviews — reviewer name, rating, text, likes, date, app version, and developer replies
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Keyword to search (e.g., photo editor) |
productIds | array | App package names to look up directly |
appsCategory | string | Browse by category (e.g., GAME_PUZZLE, HEALTH_AND_FITNESS) |
chart | select | Top free / Top paid / Top grossing |
storeDevice | select | Filter by device (Phone, Tablet, TV, etc.) |
includeDetails | boolean | Fetch full app profile (default: true) |
includeReviews | boolean | Fetch user reviews (default: false) |
maxReviewsPerApp | integer | Max reviews per app, up to 200 (default: 20) |
language | string | Language code, e.g., en, de, fr (default: en) |
country | string | Country code, e.g., us, gb, de (default: us) |
maxItems | integer | Max number of apps to return, up to 1000 (default: 20) |
requestTimeoutSecs | integer | Per-request timeout in seconds (default: 30) |
At least one of searchQuery, productIds, appsCategory, or chart must be provided.
Example input
{"searchQuery": "fitness tracker","includeDetails": true,"includeReviews": true,"maxReviewsPerApp": 50,"language": "en","country": "us","maxItems": 10}
Output
Each record represents one app:
{"productId": "com.google.android.apps.fitness","appName": "Google Fit: Activity Tracker","appLink": "https://play.google.com/store/apps/details?id=com.google.android.apps.fitness","author": "Google LLC","appCategory": "Health & Fitness","appCategoryId": "HEALTH_AND_FITNESS","contentRating": "Everyone","rating": 3.7,"ratingCount": 1234567,"isFree": true,"priceText": null,"priceNumeric": 0.0,"downloads": "100,000,000+","inAppPurchases": null,"appVersion": "2.14.50","minAndroid": "8","lastUpdated": "April 10, 2025","releaseNotes": "Bug fixes and performance improvements.","appDescription": "Track your health goals...","icon": "https://play-lh.googleusercontent.com/...","thumbnail": "https://play-lh.googleusercontent.com/...","headerImage": "https://play-lh.googleusercontent.com/...","screenshots": ["https://play-lh.googleusercontent.com/..."],"video": null,"developerName": "Google LLC","developerUrl": "https://www.google.com/fit","developerEmail": "googlefit-support@google.com","developerAddress": null,"reviews": [{"reviewId": "abc123","reviewerName": "Jane Doe","reviewerAvatar": "https://play-lh.googleusercontent.com/...","reviewRating": 5,"reviewText": "Great app for tracking daily steps.","likes": 42,"reviewDate": "March 15, 2025","reviewIsoDate": "2025-03-15T10:30:00Z","appVersion": "2.13.00","developerReply": null,"developerReplyDate": null}],"searchQuery": "fitness tracker","scrapedAt": "2025-05-18T12:00:00+00:00","error": null}
Common category values
GAME, GAME_PUZZLE, GAME_ACTION, GAME_ARCADE, SOCIAL, PRODUCTIVITY, EDUCATION, HEALTH_AND_FITNESS, FINANCE, PHOTOGRAPHY, TOOLS, COMMUNICATION, ENTERTAINMENT, SHOPPING, TRAVEL_AND_LOCAL, SPORTS, MUSIC_AND_AUDIO, NEWS_AND_MAGAZINES, BOOKS_AND_REFERENCE, LIFESTYLE
Usage tips
- Combine
searchQueryandproductIdsin the same run to enrich search results with known apps - Set
includeDetails: falsefor faster, lighter runs when you only need basic search metadata - Use
chart: topselling_freewithappsCategory: GAMEto get top free games - Reviews are paginated in batches of 20; set
maxReviewsPerAppup to 200 to collect more