get_app_details
Retrieve detailed metadata for apps on iOS and Android platforms by specifying the app ID, platform, country, and language. Ideal for analyzing app details and store-specific data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | The unique identifier for the app. For Android: the package name (e.g., 'com.google.android.gm'). For iOS: the numeric ID (e.g., '553834731') or the bundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). | |
country | No | Two-letter country code for store localization (e.g., 'us', 'de'). Affects availability and potentially some metadata. Default 'us'. | us |
lang | No | Language code for the results (e.g., 'en', 'de'). If not provided, defaults to the 'country' code. If 'country' is also missing, defaults to 'en'. Determines the language of text fields like description and recent changes. | en |
platform | Yes | The platform of the app ('ios' or 'android'). |