Skip to main content
GET
Get App Reviews
Customer reviews for an app — 50 per page, pages 1 to 10, per storefront. Credits: 5

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Numeric track id, e.g. 310633997. Apple’s review feed has no bundle-id form — a bundle id here returns 400. Resolve it through /apps/{bundle_id} and use the app_id from that response.

Query Parameters

string
default:"us"
Storefront code, lowercase ISO 3166-1 alpha-2.
integer
default:"1"
Page number, 110. Apple hard-rejects page 11+, so the ceiling is enforced here with a clear error instead of an upstream failure.
string
default:"mostRecent"
mostRecent or mostHelpful.

Response

string
string
Storefront the reviews came from.
integer
string
integer
Reviews in this page.
Review[]

Example

Response
Reviews are per-storefront: the us and de feeds for one app are different review sets, not translations of one set. Sweep the storefronts you care about rather than assuming us covers them.

Errors