app-store-details
Retrieve comprehensive App Store app data, including ID, description, ratings, screenshots, version details, and developer information, to analyze market trends and competitor insights.
Instructions
Get detailed information about an App Store app. Returns an object with:
- id: App Store ID number
- appId: Bundle ID (e.g. 'com.company.app')
- title: App name
- url: App Store URL
- description: Full app description
- icon: Icon URL
- genres: Array of category names
- genreIds: Array of category IDs
- primaryGenre: Main category name
- primaryGenreId: Main category ID
- contentRating: Content rating (e.g. '4+')
- languages: Array of language codes
- size: App size in bytes
- requiredOsVersion: Minimum iOS version required
- released: Initial release date (ISO string)
- updated: Last update date (ISO string)
- releaseNotes: Latest version changes
- version: Current version string
- price: Price in USD
- currency: Price currency code
- free: Boolean indicating if app is free
- developerId: Developer's ID
- developer: Developer name
- developerUrl: Developer's App Store URL
- developerWebsite: Developer's website URL if available
- score: Current rating (0-5)
- reviews: Total number of ratings
- currentVersionScore: Current version rating (0-5)
- currentVersionReviews: Current version review count
- screenshots: Array of screenshot URLs
- ipadScreenshots: Array of iPad screenshot URLs
- appletvScreenshots: Array of Apple TV screenshot URLs
- supportedDevices: Array of supported device IDs
- ratings: Total number of ratings (when ratings option enabled)
- histogram: Rating distribution by star level (when ratings option enabled)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | No | Bundle ID (e.g., 'com.midasplayer.apps.candycrushsaga'). Either this or id must be provided. | |
country | No | Country code to get app details from (default: us). Also affects data language. | us |
id | No | Numeric App ID (e.g., 553834731). Either this or appId must be provided. | |
lang | No | Language code for result text. If not provided, uses country-specific language. | |
ratings | No | Load additional ratings information like ratings count and histogram |