v1
latestOpenAPI 3.0.02026-07-222980136.7 KBList prompts for a brand report
Path parameters
Brand report identifier.
Brand report identifier.
Query parameters
Start date for the prompts window (inclusive).
Start date for the prompts window (inclusive).
End date for the prompts window (inclusive).
End date for the prompts window (inclusive).
Country code to filter prompts by. Lowercase ISO 3166-1 alpha-2; use uk for the United Kingdom.
Country code to filter prompts by. Lowercase ISO 3166-1 alpha-2; use uk for the United Kingdom.
Optional. AI engine(s) to filter by. Repeat the param or pass a single value.
Optional. Filter prompts by tag id.
Optional. Filter prompts by tag id.
Optional. Free-text search.
Optional. Free-text search.
Optional. Zero-based offset for pagination.
Optional. Zero-based offset for pagination.
Optional. Maximum number of items to return.
Optional. Maximum number of items to return.
Optional. Field to sort by.
Optional. Field to sort by.
Optional. Sort direction.
Optional. Sort direction.
Optional. Filter prompts where the brand is mentioned.
Optional. Filter prompts where the brand is mentioned.
Optional. Filter by one or more competitor brand names.
Optional. Domain category/categories to filter by. Repeat the param or pass a single value.
Optional. Filter prompts to specific domains.
Response
A page of prompts for the brand report.
Example response
{
"items": [
{
"rank": 1,
"id": "01HXP1DRTM5G8Z2N3KQ7VAW4PA",
"country": "us",
"prompt": "best running shoes 2025",
"volume": 12500,
"brandMentions": 1705,
"domainMentions": 858,
"adsShare": 21,
"shoppingShare": 30,
"tags": [
{
"id": "01HX8AB3CDE4FG5HJ6KL7MN8PQ",
"name": "Running Shoes",
"color": "orange"
},
{
"id": "01KEKGEXZFX118K4C2NTMBN0TX",
"name": "Funnel - BoFu",
"color": "gold"
}
],
"competitors": [
{
"brand": "Nike",
"brandMentions": 1331,
"domainMentions": 66
},
{
"brand": "Asics",
"brandMentions": 891,
"domainMentions": 77
},
{
"brand": "New Balance",
"brandMentions": 473,
"domainMentions": 0
}
]
}
],
"paging": {
"limit": 25,
"offset": 0
}
}