Get App Store app profile
get_app_store_appRetrieve a public App Store profile for an app by its numeric ID or apps.apple.com URL. Optionally include page-sourced fields like subtitle, in-app purchases, and privacy labels, plus raw Apple lookup data.
Instructions
Fetch the full public App Store profile for one app by numeric ID or apps.apple.com URL. Page-sourced fields (subtitle, has_iap, privacy) are best-effort; set include_page_data=false to skip that second request. Set include_raw=true to also get Apple's unmodified lookup payload (large - only when normalized fields are not enough).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO 3166-1 alpha-2 storefront code, e.g. 'us', 'de', 'jp'. Defaults to the country in the URL if one was passed, else 'us'. | |
| include_raw | No | Also return Apple's unmodified lookup payload under `raw` (large - only when normalized fields are not enough). | |
| app_id_or_url | Yes | Numeric App Store app ID (e.g. '570060128') or a full apps.apple.com URL. | |
| include_page_data | No | Also fetch subtitle, has_iap, and privacy labels from the public App Store page (best-effort, one extra request). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | ||
| raw | No | ||
| meta | Yes | ||
| sources | Yes |