app_data_google_play_locations
Retrieve Google Play app store locations data to analyze mobile app availability and distribution across different countries for SEO research.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | No | Filter locations by country name |
Input Schema (JSON Schema)
{
"properties": {
"country": {
"description": "Filter locations by country name",
"type": "string"
}
},
"type": "object"
}