google-play-details
Retrieve comprehensive insights for any Google Play app, including ratings, installs, pricing, developer details, and version history, to enhance market research and competitive analysis.
Instructions
Get detailed information about a Google Play app. Returns an object with:
- title: App name
- description: Full app description
- descriptionHTML: Description with HTML formatting
- summary: Short description
- installs: Install count range
- minInstalls: Minimum install count
- maxInstalls: Maximum install count
- score: Average rating (0-5)
- scoreText: Rating display text
- ratings: Total number of ratings
- reviews: Total number of reviews
- histogram: Rating distribution by star level
- price: Price in local currency
- free: Boolean indicating if app is free
- currency: Price currency code
- priceText: Formatted price string
- offersIAP: Boolean indicating in-app purchases
- IAPRange: Price range for in-app purchases
- androidVersion: Minimum Android version required
- androidVersionText: Formatted Android version text
- developer: Developer name
- developerId: Developer ID
- developerEmail: Developer contact email
- developerWebsite: Developer website URL
- developerAddress: Developer physical address
- genre: App category
- genreId: Category ID
- icon: Icon URL
- headerImage: Feature graphic URL
- screenshots: Array of screenshot URLs
- contentRating: Content rating (e.g. 'Everyone')
- contentRatingDescription: Content rating details
- adSupported: Boolean indicating if app shows ads
- released: Release date
- updated: Last update date
- version: Current version string
- recentChanges: Latest version changes
- preregister: Boolean indicating if app is in pre-registration
- editorsChoice: Boolean indicating Editor's Choice status
- features: Array of special features
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | Google Play package name (e.g., 'com.google.android.apps.translate') | |
country | No | Country code to check app availability (default: us) | us |
lang | No | Language code for result text (default: en) | en |