App Stores10 active endpointsapiKey

Apple App Store scraping API

Turn App Store listings and reviews into structured inputs for app intelligence workflows.

Collect Apple App Store app metadata, rankings, reviews, ratings, and search data.

Endpoint families

6

Documented params

52

Examples

10

Live catalog snapshot

Apple App Store coverage

Active endpoints

10

Methods

GET

Required params

15

Schema refs

10

App1
Developer1
List1
Privacy1
{
  "platform": "Apple App Store",
  "endpoint": "appstore-app",
  "method": "GET",
  "path": "/appstore/app",
  "auth": "apiKey"
}

Use cases

Workflows that fit Apple App Store

Collect Apple App Store app metadata, rankings, reviews, ratings, and search data.

App metadata enrichment

Use Apple App Store endpoints to turn app metadata enrichment into repeatable API requests with documented inputs and JSON responses.

Review analysis

Use Apple App Store endpoints to turn review analysis into repeatable API requests with documented inputs and JSON responses.

Ranking and search research

Use Apple App Store endpoints to turn ranking and search research into repeatable API requests with documented inputs and JSON responses.

Coverage map

Know what the API can collect before integrating

These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.

1 endpoints

App

/appstore/app

GETapiKey
1 endpoints

Developer

/appstore/developer/{dev_id}

GETapiKey
1 endpoints

List

/appstore/list

GETapiKey
1 endpoints

Privacy

/appstore/privacy/{id}

GETapiKey
1 endpoints

Ratings

/appstore/ratings

GETapiKey
1 endpoints

Reviews

/appstore/reviews

GETapiKey

Featured endpoints

Apple App Store API endpoints

Browse full docs
GETapiKeyexample
/appstore/app
Details

Retrieve full App Store app details

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

id:queryapp_id:querycountry:query+3 more
GETapiKeyexample
/appstore/developer/{dev_id}
Details

Retrieve apps by developer ID

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

dev_id:pathcountry:querylang:query+1 more
GETapiKeyexample
/appstore/list
Details

Retrieve App Store collection rankings

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

collection:querycategory:querycountry:query+4 more
GETapiKeyexample
/appstore/privacy/{id}
Details

Retrieve App Store privacy disclosures

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

id:pathcountry:querylang:query+1 more
GETapiKeyexample
/appstore/ratings
Details

Retrieve App Store ratings histogram

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

id:queryapp_id:querycountry:query+2 more
GETapiKeyexample
/appstore/reviews
Details

Retrieve App Store reviews

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

id:queryapp_id:querycountry:query+4 more

Related APIs

More app stores coverage

Start building

Test Apple App Store endpoints against the same catalog used by Docs.