google-play-search
Search for apps on Google Play to retrieve details like title, developer, price, and ratings. Filter results by price, language, or country for targeted app market intelligence.
Instructions
Search for apps on Google Play. Returns a list of apps with:
- title: App name
- appId: Package name (e.g. 'com.company.app')
- url: Play Store URL
- icon: Icon image URL
- developer: Developer name
- developerId: Developer ID
- priceText: Price display text
- free: Boolean indicating if app is free
- summary: Short description
- scoreText: Rating display text
- score: Rating (0-5)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | No | Country code to get results from (default: us) | us |
fullDetail | No | Include full app details in results (default: false) | |
lang | No | Language code for result text (default: en) | en |
num | No | Number of results to retrieve (default: 20, max: 250) | |
price | No | Filter by price: all, free, or paid (default: all) | all |
term | Yes | Search term to query apps |