BrandKarma
research_keywords
Look up search volume, keyword difficulty, CPC, and competition for a list of seed keywords via DataForSEO. Use this to validate or expand the localized keyword set for a brand+language. 'country' is an ISO 3166-1 alpha-2 country code (e.g. 'US', 'DE', 'IT'); defaults to the brand's default country. 'language' defaults to the brand's default language. Returns 'results' for keywords that resolved + 'failures' for keywords DataForSEO dropped (no record returned, task error, etc.). Empty 'results' is genuine no-data only when 'failures' is also empty.
Remote Account required revuo:brandkarma-4084
Remote (network-hosted) · Requires an account with the vendor · OAuth
Other tools also called research_keywords?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"brandId": {
"description": "Brand ID (ObjectId)",
"type": "string"
},
"keywords": {
"description": "Seed keywords to look up.",
"type": "array",
"items": {
"type": "string"
}
},
"language": {
"description": "Optional ISO language code, e.g. 'de'. Defaults to brand default.",
"type": [
"string",
"null"
],
"default": null
},
"country": {
"description": "Optional ISO country code, e.g. 'DE'. Defaults to brand default.",
"type": [
"string",
"null"
],
"default": null
}
},
"required": [
"brandId",
"keywords"
]
}