Nostimates

ChatGPT sentiment tracking

chatgptsentimentAnonymous

ChatGPT is the surface most likely to make an explicit recommendation, which makes sentiment more decisive here than anywhere else we track.

How it renders

Derived from the answer text with the classifying sentence retained.

Sampling

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

Gotcha

Being listed is not being recommended. On comparison prompts ChatGPT will name a brand specifically to argue against it, and mention counts alone read that as a win.

What the API returns

A single collection call against ChatGPT for the sentiment field, sampled n times and returned as one object per prompt.

{
  "engine": "chatgpt",
  "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=chatgpt&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.

What it costs

Add-on field. Priced per collection at a small multiple of the base credit.

See credit pricing →

ChatGPT sentiment FAQ

Why track sentiment on ChatGPT specifically?
Because it gives direct recommendations. Knowing whether you are the pick or the cautionary example changes what the client should do next.
How do you audit labels?
Every label ships with its evidence sentence in the export.

Find out whether ChatGPT recommends your client

Send a prompt set and we'll return the sentiment distribution with evidence.

No newsletter. One reply from a human.

Across every engine

Compare how sentiment behaves on every engine we track.

Sentiment across all engines →