Skip to main content
GET
Get App Detail
Full detail for one app. Merges two sources: Apple’s iTunes lookup (the core fields, always present) and the storefront product page (extras, best-effort — a storefront failure degrades the response rather than failing it). Credits: 5

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Numeric track id (e.g. 310633997) or bundle id (e.g. com.whatsapp). A value containing a dot is treated as a bundle id.

Query Parameters

string
default:"us"
Storefront code, lowercase ISO 3166-1 alpha-2 — sets pricing, availability and the localised copy.
string
Result language, e.g. en_us. Defaults to the storefront’s.
boolean
default:"true"
Fetch the storefront page for the rating histogram, in-app-purchase list, full-resolution screenshots and App Privacy detail. Set false to skip that second fetch when only the core iTunes fields are needed.

Response

Every field from search, plus:
AppExtras
Storefront enrichment. null when include_extras=false or when the storefront fetch failed.

Example

Response
A numeric id runs both fetches concurrently, so enrichment usually costs no extra latency. A bundle id costs one extra round trip: the storefront page is addressable by numeric id only, so the lookup has to resolve first.

Errors