get_pricing_details
Retrieve pricing information for mobile apps from Google Play Store or Apple App Store using app identifiers and platform specifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The unique identifier for the app (Android package name, iOS numeric ID or bundle ID). | |
| platform | Yes | The platform of the app ('ios' or 'android'). | |
| 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 |