Ahrefs
keywords-explorer-related-terms
Returns keyword metrics and related terms—such as "also rank for" keywords and "also talk about" keywords—for a given keyword or keyword list, with filtering and sorting options. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called keywords-explorer-related-terms?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"terms": {
"type": "string"
},
"where": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"country": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"keywords": {
"type": "string"
},
"order_by": {
"type": "string"
},
"view_for": {
"type": "string"
},
"keyword_list_id": {
"type": "integer"
}
}
}