get_similar_apps
Find apps similar to a specified app by providing its ID and platform, with options to customize results by region, language, and quantity.
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 the App Store/Play Store region. Default 'us'. | us |
| lang | No | Language code for the results. Default 'en'. | en |
| num | No | Number of similar apps to return (default 20). |