App Store and Google Play API
Retrieve information of iOS and Android apps from Apple App Store and Google Play: - App Details (with Reviews!) - Top Apps - Categories - Search Details about chrome extension and searches can be retrieved from Chrome Web Store using this API. Details about Roku apps and searches can be retrieved from Roku using this API.
App Store and Google Play API endpoints
| Method | Endpoint | Description |
|---|---|---|
| AppleAppStore | ||
| GET |
Apple App Details /v1/app-store/app-details/{id} |
App details from Apple App Store |
| GET |
Top Free Apps for iPhone /v1/app-store/top-free-apps/iphone |
Top free apps for iPhone in Apple App Store of a given country, genre id and language |
| GET |
Top Free Apps for iPad /v1/app-store/top-free-apps/ipad |
Top free apps for iPad in Apple App Store of a given country, genre id and language |
| GET |
Top Paid Apps for iPhone /v1/app-store/top-paid-apps/iphone |
Top paid apps for iPhone in Apple App Store of a given country, genre id and language |
| GET |
Top Paid Apps for iPad /v1/app-store/top-paid-apps/ipad |
Top paid apps for iPad in Apple App Store of a given country, genre id and language |
| GET |
Genres List /v1/app-store/genres/ |
List of App Store genres |
| GET |
Search in Apple App Store /v1/app-store/search |
List of searched apps in Apple App Store |
| GooglePlayStore | ||
| GET |
Google App Details /v1/google-play/app-details/{bundle_id} |
App details from Google Play Store |
| GET |
Google App Reviews /v1/google-play/app-reviews/{bundle_id} |
App Reviews from Google Play Store |
| GET |
Top Free Apps for Android /v1/google-play/top-free-apps |
Top free apps for Android in Google Play Store of a given country and category and language |
| GET |
Top Paid Apps for Android /v1/google-play/top-paid-apps |
Top paid apps for Android in Google Play Store of a given country and category and language |
| GET |
Top Grossing Apps for Android /v1/google-play/top-grossing-apps |
Top grossing apps for Android in Google Play Store of a given country and category and language |
| GET |
Top Trending Apps for Android /v1/google-play/top-trending-apps |
Top trending apps for Android in Google Play Store of a given country and category and language |
| GET |
New Free Apps for Android /v1/google-play/new-free-apps |
New free apps for Android in Google Play Store of a given country and category and language |
| GET |
New Paid Apps for Android /v1/google-play/new-paid-apps |
New paid apps for Android in Google Play Store of a given country and category and language |
| GET |
Categories List /v1/google-play/categories/ |
List of Google Play Categories |
| GET |
Search in Google Play /v1/google-play/search |
List of searched apps in Google Play |
| ChromeWebStore | ||
| GET |
Chrome Extension Details /v1/chrome-web-store/extension-details/{bundle_id} |
Extension Details from Chrome Web Store |
| GET |
Search in Chrome Web Store /v1/chrome-web-store/search |
List of searched extensions in Chrome Web Store |
| Roku | ||
| GET |
Search in Roku /v1/roku/search |
List of searched apps in Roku |
| GET |
Roku App Details /v1/roku/app-details/{channel_id} |
App details from Roku |
| LG | ||
| GET |
Search in LG /v1/lg/search |
List of searched apps in LG |
| GET |
LG App Details /v1/lg/app-details/{app_id} |
App details from LG |
App Store and Google Play API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 10 / second |
|
| ULTRA Recommended | $50 / month | 20 / second |
|
| MEGA | $120 / month | 50 / second |
|