app-store-similar
Identify similar apps from the App Store by providing an app ID or bundle ID. Returns detailed data, including app name, developer, category, price, and description, for competitive analysis and market research.
Instructions
Get similar apps ('customers also bought') from the App Store. Returns a list of apps with:
- id: App Store ID number
- appId: Bundle ID (e.g. 'com.company.app')
- title: App name
- icon: Icon image URL
- url: App Store URL
- price: Price in USD
- currency: Price currency code
- free: Boolean indicating if app is free
- description: App description
- developer: Developer name
- developerUrl: Developer's App Store URL
- developerId: Developer's ID
- genre: App category name
- genreId: Category ID
- released: Release date (ISO string)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | No | Bundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). Either this or id must be provided. | |
id | No | Numeric App ID (e.g., 553834731). Either this or appId must be provided. |