google-play-similar
Analyze competitor apps on Google Play by retrieving similar apps with key details like ratings, descriptions, pricing, and developer info to enhance market research and strategy.
Instructions
Get similar apps from Google Play. Returns a list of apps with:
- url: Play Store URL
- appId: Package name (e.g. 'com.company.app')
- summary: Short description
- developer: Developer name
- developerId: Developer ID
- icon: Icon image URL
- score: Rating (0-5)
- scoreText: Rating display text
- priceText: Price display text
- free: Boolean indicating if app is free
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | Google Play package name (e.g., 'com.dxco.pandavszombies') | |
country | No | Country code to get results from (default: us) | us |
fullDetail | No | Include full app details in results (default: false), If fullDetail is true, includes all fields from app details endpoint. | |
lang | No | Language code for result text (default: en) | en |