The LLM answers that named one entity
Returns the answers behind a leaderboard row, in the same shape as Raw LLM Results, newest first. Defaults to one per page so a reader can step through them.
In: header
Path Parameters
Domain under analysis
Query Parameters
Start date for the report range (ISO 8601). On aggregated endpoints, omit to default to the last 6 months (there is no "all time"); an explicit start is honoured at any length.
End date for the report range (ISO 8601). Defaults to now when omitted.
Filter by specific models
Filter by specific topic ID
Filter raw results to a single prompt ID. Used by the sentiment heatmap drawer to lazy-load one cell's LLM response instead of bundling all responses in the aggregate.
Include variation calculation comparing to previous period
truePage number for paginated responses
1 <= value1Items per page for paginated responses
1 <= value <= 10050Filter by specific market/language pair ID
Filter by tag IDs (visibility_result joined with prompt_tag)
Restrict to namings of this brand, as the analyzer resolved it.
Restrict to this product line, as a folded product key.
Restrict to this place, as a folded country|city|locality key.
Restrict to namings that carry no product line. An entity row whose product is empty counted exactly those, so its drill-down must exclude namings that have one.
falseRestrict to namings that carry no place. The counterpart of withoutProduct for an entity row whose location is empty.
falseResponse Body
application/json
curl -X GET "https://example.com/api/domains/string/mention-entities/raw-results"{ "results": [ { "id": "507f1f77bcf86cd799439011-0", "prompt": "What are the best payment processing solutions?", "response": "Based on my research, several payment processing solutions stand out...", "carouselText": "**Hôtel Ibis Lille Centre Gares** 4.1Hôtel124 $US", "carouselOffset": 0, "model": "chatgpt", "resolvedModel": "gpt-4o", "brandMentioned": true, "citations": [ { "url": "https://techcrunch.com/2025/01/10/payment-apis-compared", "title": "Payment APIs Compared", "text": "Stripe continues to lead in developer experience...", "website": "techcrunch.com", "brandMentioned": true, "brandMentionContext": "...Stripe continues to lead..." } ], "topOfMind": [ "Stripe", "PayPal" ], "mentions": [ { "name": "Ibis", "type": "ourbrand", "position": 2, "mentionCount": 3 } ], "mentionEntities": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "brandName": "Ibis", "rawText": "ibis Budget Porte de la Chapelle", "productText": "Budget", "countryCode": "FR", "cityText": "Paris", "localityText": "Porte de la Chapelle" } ], "responseDomains": [ { "domain": "techcrunch.com", "urls": [ "https://techcrunch.com/2026/01/10/footwear-trends" ], "categories": [ "Internet and Telecom > Technology News" ] } ], "reportDate": "2019-08-24T14:15:22Z", "reportId": "507f1f77bcf86cd799439011" } ], "pagination": { "page": 1, "limit": 50, "total": 24, "totalPages": 1 }}