app_data_app_store_locations
Retrieve App Store location data for local SEO analysis and app market research. Filter results by country to target specific geographic markets.
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"
}