App Store Google Play Data API
Provides app store data from both Apple App Store and Google Play Store. Features: - App Details - Complete metadata (name, ratings, reviews, screenshots, price) - Search - Find apps by keyword with country/language filters - Reviews - Fetch user reviews with pagination - Top Charts - Trending apps by category - Categories - Browse store categories
App Store Google Play Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| iOS App Store | ||
| GET |
Search IOS Apps /ios/search |
Search for apps in the iOS App Store |
| GET |
Get IOS Categories /ios/categories |
Retrieve list of all available categories in the iOS App Store |
| GET |
Get IOS App Details /ios/apps/{app_id} |
Retrieve detailed information about an iOS app from the App Store |
| GET |
Get Top IOS Apps /ios/top/{collection} |
Get top apps from a collection (e.g., topfreeapplications, toppaidapplications) |
| GET |
Get IOS App Reviews /ios/apps/{app_id}/reviews |
Retrieve reviews for an iOS app from the App Store |
| Android / Google Play | ||
| GET |
Search Android App /android/search |
Search for apps in the Google Play Store |
| GET |
Get Android Categories /android/categories |
Retrieve list of all available categories in the Google Play Store |
| GET |
Get Top Android Apps /android/top/{collection} |
Get top apps from a collection (e.g., topselling_free, topselling_paid) |
| GET |
Get Android App Details /android/apps/{package_name} |
Retrieve detailed information about an Android app from Google Play Store |
| GET |
Get Android App Reviews /android/apps/{package_name}/reviews |
Retrieve reviews for an Android app from Google Play Store |
App Store Google Play Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / minute |
|
| PRO | $20 / month | 15 / second |
|
| ULTRA Recommended | $45 / month | 30 / second |
|
| MEGA | $100 / month | 50 / second |
|