GetApp
batch_keyword_difficulty
Score up to 10 keywords in one call. Cost: 10 credits per keyword.
Remote getappniche/aso-research
Remote (network-hosted)
Other tools also called batch_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')."
},
"keywords": {
"type": "array",
"items": {
"type": "string"
},
"title": "Keywords",
"maxItems": 10,
"minItems": 1,
"description": "Up to 10 search terms to score in one call, e.g. ['habit tracker', 'daily planner']."
},
"language": {
"type": "string",
"title": "Language",
"default": "en",
"maxLength": 5,
"minLength": 2,
"description": "Language code the keywords are written in, e.g. 'en', 'de' (default 'en')."
}
}
}