iOS App Store API
Get App Reviews Endpoint This is a simple API that retuns a the last 50 reviews for any given app on the iOS app store. In order to use this API, you will need the app id of a given app. To get the app id, simply use your desktop web browser to look up the app on the app store. The ID is in the url of that app. For example: https://apps.apple.com/us/app/kingpin-sports-betting-tips/id1390339038…
iOS App Store API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Keyword Rankings /v1/ios-list |
Simply put in a keyword and a country code, and get a list of apps and how the rank for that given keyword, in the respective country. Country must be in capital letters, and… |
| GET |
Get Reviews /v1/app-reviews/{id} |
Use this API to get reviews for any app on the app store. All you need is the app id, which can be found in the url of the app. Example: For example:… |
iOS App Store API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $19.99 / month | — |
|
| MEGA | $99.99 / month | — |
|