Nostimates

Perplexity sentiment tracking

perplexitysentimentAnonymous

Perplexity's habit of grounding each claim in a source means its brand characterisations are usually attributable — sentiment here comes with a citation behind it.

How it renders

Derived from the answer text, with the evidence sentence and its citation retained.

Sampling

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

Gotcha

The sentiment often belongs to the cited source rather than to Perplexity. That distinction matters when a client asks who said it.

What the API returns

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

{
  "engine": "perplexity",
  "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=perplexity&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 →

Perplexity sentiment FAQ

Whose opinion is Perplexity sentiment?
Usually the cited source's, restated. We keep the citation with the evidence so you can attribute it correctly.
Is that more actionable?
Considerably — it points at a specific page to address rather than an abstract model impression.

Trace Perplexity sentiment back to the page that caused it

Send a prompt set and we'll return sentiment with its supporting citation.

No newsletter. One reply from a human.

Across every engine

Compare how sentiment behaves on every engine we track.

Sentiment across all engines →