Brand mentions with source, snippet, platform, and sentiment.
query.queryText) — the query that led to this mention — so you can see which prompt surfaced each result.
Endpoint: POST https://api.geoark.ai/api/customer/v1/reports/mentions
X-API-Key header or as api_key query parameter (see Authentication).
Body (JSON, all optional):
| Field | Type | Description |
|---|---|---|
brand_id | string | Filter by brand ID. Omit for all brands. |
project_id | string | Alias for brand_id. |
start_date | string | Start date YYYY-MM-DD. |
end_date | string | End date YYYY-MM-DD. |
limit | number | Max items. Default: 1000. |
offset | number | Pagination offset. Default: 0. |
data includes the mention details plus query — with queryText (the prompt that was asked), id, and platform (CHATGPT, CLAUDE, GEMINI, PERPLEXITY, GROK, DEEPSEEK, or LLAMA) — so you know which query produced the mention.
API key from Dashboard → API Keys (Custom plan).
Filter by brand ID. Omit for all brands.
Alias for brand_id (integration compatibility).
Start date (YYYY-MM-DD). Default: 30 days ago.
End date (YYYY-MM-DD). Default: today.
Max items to return.
1 <= x <= 10000Offset for pagination.
x >= 0