get_pricing_details
Retrieve app pricing details by specifying the app ID, platform, and optional country or language for accurate store localization and currency display.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | The unique identifier for the app (Android package name, iOS numeric ID or bundle ID). | |
country | No | Two-letter country code for store localization (affects currency and price). Default 'us'. | us |
lang | No | Language code for results. Default 'en'. | en |
platform | Yes | The platform of the app ('ios' or 'android'). |