Ahrefs
keywords-explorer-search-suggestions
Provides keyword search suggestions and related keyword metrics (e.g., search volume, difficulty, CPC) for specified queries or keyword lists, with options to filter, sort, and customize returned fields by country. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called keywords-explorer-search-suggestions?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"where": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"country": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"keywords": {
"type": "string"
},
"order_by": {
"type": "string"
},
"keyword_list_id": {
"type": "integer"
}
}
}