appstore_app
Retrieve App Store app metadata by numeric track ID or bundle ID. Get normalized details for iPhone, iPad, or Mac apps, with optional ratings histogram and platform compatibility.
Instructions
Retrieve full App Store app details. Returns normalized app metadata from the App Store lookup API. Provide either id (numeric track ID) or app_id (bundle ID). id/app_id can identify an iPhone, iPad, or Mac App Store listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | App Store numeric track ID (digits only) | |
| lang | No | Result language tag | |
| app_id | No | App Store bundle ID | |
| country | No | Two-letter storefront country code | |
| ratings | No | Include ratings histogram | |
| platforms | No | Include the full device-platform compatibility list (adds one extra upstream fetch) |