Nostimates
← All data types

Sentiment tracking across AI answer engines

sentiment12 engines

Sentiment in AI answers is how an engine characterises a brand when it names it. Appearing in an answer as the cautionary example is not the same as being the recommendation, and citation counts cannot tell the two apart.

How it differs by engine

Derived from the answer text with the classifying sentence retained as evidence.

Sampling

Classifications are reported as distributions across n, because the same engine will frame the same brand differently between samples.

What the API returns

{
  "engine": "google_ai_overviews",
  "field": "sentiment",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "sentiment": [
    {
      "brand": "Nostimates",
      "label": "recommended",
      "confidence": 0.86,
      "distribution": {
        "recommended": 0.6,
        "neutral": 0.33,
        "hedged": 0.07
      }
    }
  ]
}
GET /v1/collect?engine=google_ai_overviews&field=sentiment

Response fields

KeyTypeNotes
brandstringBrand the classification applies to.
labelstringrecommended | neutral | hedged | negative.
confidencefloatClassifier confidence for this sample.
evidencestringThe sentence the label was drawn from.
distributionobjectLabel shares across the n samples.

Sentiment FAQ

What is sentiment tracking?
Sentiment in AI answers is how an engine characterises a brand when it names it. Appearing in an answer as the cautionary example is not the same as being the recommendation, and citation counts cannot tell the two apart.
How is sentiment sampled?
Classifications are reported as distributions across n, because the same engine will frame the same brand differently between samples.
What does sentiment cost?
Add-on field. Priced per collection at a small multiple of the base credit.

Get sentiment on your prompt set

Track it in the dashboard or pull it in through the API. Send us the prompts, the brands and the markets, and we'll come back with a per-engine coverage plan and the credit arithmetic behind it.

No newsletter. One reply from a human.