Ahrefs
brand-radar-sov-overview
Provides the share of voice for your and competitors's brands in an LLM you specify, with filters for locations, query text, URL, and more. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called brand-radar-sov-overview?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"brand": {
"type": "string"
},
"where": {
"type": "string"
},
"market": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"country": {
"type": "array",
"items": {
"type": "string"
}
},
"prompts": {
"type": "string"
},
"report_id": {
"type": "string"
},
"competitors": {
"type": "string"
},
"data_source": {
"items": {
"type": "string"
}
}
}
}