google-play-developer
Retrieve detailed app listings for a specific developer on Google Play. Access app URLs, package names, ratings, pricing, and more to analyze developer portfolios and market presence.
Instructions
Get apps by a developer on Google Play. Returns a list of apps with:
- url: Play Store URL
- appId: Package name (e.g. 'com.company.app')
- title: App name
- summary: Short app 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 |
---|---|---|---|
country | No | Country code to get results from (default: us) | us |
devId | Yes | Developer name (e.g., 'DxCo Games') | |
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 |
num | No | Number of results to retrieve (default: 60) |