labs_google_play_ranked_apps
Research Google Play Store app rankings for specific keywords to analyze mobile app SEO performance and competitive positioning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Filters to apply to the results | |
| include_seed_keyword | No | Include the seed keyword in the results | |
| keyword | Yes | Keyword(s) to research | |
| language_code | No | The language code for the search | |
| limit | No | Maximum number of results to return | |
| location_code | No | The location code for the search | |
| offset | No | Offset for pagination |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"description": "Filters to apply to the results",
"type": "array"
},
"include_seed_keyword": {
"description": "Include the seed keyword in the results",
"type": "boolean"
},
"keyword": {
"description": "Keyword(s) to research",
"type": "string"
},
"language_code": {
"description": "The language code for the search",
"type": "string"
},
"limit": {
"description": "Maximum number of results to return",
"type": "number"
},
"location_code": {
"description": "The location code for the search",
"type": "number"
},
"offset": {
"description": "Offset for pagination",
"type": "number"
}
},
"required": [
"keyword"
],
"type": "object"
}