Ahrefs
brand-radar-cited-pages
Provides the pages cited in AI-generated responses that mention your brand or competitors' brands in an LLM you specify, including how many responses referenced each page (broken down by brand) and estimated monthly search volume where each page was mentioned. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called brand-radar-cited-pages?
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"
},
"report_id": {
"type": "string"
},
"competitors": {
"type": "string"
},
"data_source": {
"items": {
"type": "string"
}
}
}
}