API Group

AppStore API endpoints

10 AppStore API endpoints for web scraping workflows, with REST paths, authentication requirements, parameters, examples, and MCP tool metadata where supported.

GET/appstore/appapiKey1 credit/request

Retrieve full App Store app details

Returns normalized app metadata from the App Store lookup API. Provide either `id` or `app_id`.

Params: id:query, app_id:query, country:query, lang:query, ratings:query, x-api-key:header

GET/appstore/developer/{dev_id}apiKey1 credit/request

Retrieve apps by developer ID

Returns App Store apps associated with a specific developer artist ID.

Params: dev_id:path, country:query, lang:query, x-api-key:header

GET/appstore/listapiKey1 credit/request

Retrieve App Store collection rankings

Returns ranked App Store apps from an iTunes RSS collection, optionally expanded to full lookup details.

Params: collection:query, category:query, country:query, lang:query, num:query, full_detail:query, x-api-key:header

GET/appstore/privacy/{id}apiKey1 credit/request

Retrieve App Store privacy disclosures

Returns the app privacy cards shown on the App Store page, including data categories and purposes.

Params: id:path, country:query, lang:query, x-api-key:header

GET/appstore/ratingsapiKey1 credit/request

Retrieve App Store ratings histogram

Returns total ratings count and the 1-5 star histogram shown on the App Store product page.

Params: id:query, app_id:query, country:query, lang:query, x-api-key:header

GET/appstore/reviewsapiKey3 credits/request

Retrieve App Store reviews

Returns one page of customer reviews for an app. Provide either `id` or `app_id`.

Params: id:query, app_id:query, country:query, page:query, sort:query, lang:query, x-api-key:header

GET/appstore/searchapiKey1 credit/request

Search the App Store

Returns App Store search results for a term. Set `ids_only=true` to return only app IDs.

Params: term:query, num:query, page:query, country:query, lang:query, ids_only:query, x-api-key:header

GET/appstore/similarapiKey1 credit/request

Retrieve "You Might Also Like" apps

Returns the related apps shown on the App Store product page. Provide either `id` or `app_id`.

Params: id:query, app_id:query, country:query, lang:query, x-api-key:header

GET/appstore/suggest/{term}apiKey1 credit/request

Retrieve App Store search suggestions

Returns suggested search terms for the given partial keyword.

Params: term:path, country:query, x-api-key:header

GET/appstore/version-history/{id}apiKey1 credit/request

Retrieve App Store version history

Returns the version history entries shown in the App Store "What's New" section.

Params: id:path, country:query, lang:query, x-api-key:header

Back to docs