Apple AppStore
This API returns apps information, reviews, developers info, and much more from Apple Store.
5 subscribers
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Apple AppStore endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Developer Information /developer |
This endpoint Retrieves a list of applications by the give developer id. Options: -> devId: the AppStore dev Id of the developer, for example 284882218 for Facebook. country: the… |
| GET |
Search Apps /search |
This endpoint Retrieves a list of apps that results of searching by the given term. Options: -> term: the term to search for (required). -> num: the amount of elements to… |
| GET |
Get the Suggested Apps /suggest |
This endpoint Given a string returns up to 50 suggestions to complete a search query term. |
| GET |
Get App Privacy /privacy |
This endpoint Retrieves the ratings for the app. Currently only for US App Store. Options: id: the AppStore "trackId" of the app, for example 553834731 for Candy Crush Saga. |
| GET |
App Full Details /appinfo |
This endpoint Retrieves the full detail of an application. Options: ->i d: the AppStore "trackId" of the app, for example 553834731 for Candy Crush Saga. -> country: the two… |
| GET |
Apps Listing (Deprecated) /list |
This endpoint Retrieves a list of applications from one of the collections at Apple Store. Options collection: the collection to look up. Defaults to collection.TOP_FREE_IOS,… |
Apple AppStore pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.99 / month | — |
|
| ULTRA | $7.99 / month | — |
|
| MEGA | $19.99 / month | — |
|