Ahrefs
brand-radar-ai-responses
Provides questions asked to AI assistants and the corresponding AI-generated responses that mention your brand or competitors’ brands, including cited sources and search volume estimates. Use doc tool first to get the real input schema.
Remote ahrefs
Remote (network-hosted)
Other tools also called brand-radar-ai-responses?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string"
},
"brand": {
"type": "string"
},
"limit": {
"type": "integer"
},
"where": {
"type": "string"
},
"market": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"country": {
"type": "array",
"items": {
"type": "string"
}
},
"prompts": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"order_by": {
"type": "string"
},
"report_id": {
"type": "string"
},
"competitors": {
"type": "string"
},
"data_source": {
"items": {
"type": "string"
}
}
}
}