get_similar_apps
Find similar apps on iOS or Android by entering an app ID, platform, and optional parameters like country, language, and result count. Ideal for competitive analysis or app discovery.
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 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). | |
platform | Yes | The platform of the app ('ios' or 'android'). |