app-store-similar
Identify similar apps on the App Store based on 'customers also bought' data. Retrieve app details including ID, title, developer, category, price, and release date for market analysis.
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. |