Ahrefs
brand-radar-impressions-history
Provides the historical number of impressions for your and competitors's brands in an LLM you specify. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called brand-radar-impressions-history?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"brand": {
"type": "string"
},
"where": {
"type": "string"
},
"market": {
"type": "string"
},
"output": {
"type": "string"
},
"country": {
"type": "array",
"items": {
"type": "string"
}
},
"date_to": {
"type": "string"
},
"prompts": {
"type": "string"
},
"date_from": {
"type": "string"
},
"report_id": {
"type": "string"
},
"data_source": {
"items": {
"type": "string"
}
}
}
}