GetApp
get_keyword_difficulty
Score one App Store keyword for difficulty and opportunity. Cost: 10 credits.
Remote getappniche/aso-research
Remote (network-hosted)
Other tools also called get_keyword_difficulty?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"store": {
"enum": [
"apple",
"google"
],
"type": "string",
"title": "Store",
"default": "apple",
"description": "Store to score against: 'apple' or 'google'."
},
"country": {
"type": "string",
"title": "Country",
"default": "US",
"maxLength": 2,
"minLength": 2,
"description": "Two-letter ISO country code of the storefront, e.g. 'US', 'DE' (default 'US')."
},
"keyword": {
"type": "string",
"title": "Keyword",
"maxLength": 80,
"minLength": 2,
"description": "Search term to score as an ASO target, e.g. 'habit tracker'."
},
"language": {
"type": "string",
"title": "Language",
"default": "en",
"maxLength": 5,
"minLength": 2,
"description": "Language code the keyword is written in, e.g. 'en', 'de', 'pt-BR' (default 'en')."
}
}
}