Nostimates

ChatGPT brand mentions tracking

chatgptbrand_mentionsAnonymous

ChatGPT names brands far more often than it links them, particularly on recommendation prompts where the answer is a list of names with no sources attached at all.

How it renders

Plain text within the answer, often as a numbered or bulleted list of brands.

Sampling

Mentions are more stable across samples than citations, because the model's underlying association with a category changes more slowly than its choice of sources.

Gotcha

On pure-model answers there are no citations to count, so mention tracking is the only visibility signal that exists. Citation-only tools report nothing for exactly the prompts clients care most about.

What the API returns

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

{
  "engine": "chatgpt",
  "field": "brand_mentions",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "mentions": [
    {
      "brand": "Nostimates",
      "alias_matched": "Nostimates",
      "count": 2,
      "mention_rate": 0.57,
      "linked": true
    },
    {
      "brand": "Competitor",
      "alias_matched": "Competitor AI",
      "count": 1,
      "mention_rate": 0.3,
      "linked": false
    }
  ]
}
GET /v1/collect?engine=chatgpt&field=brand_mentions

Response fields

KeyTypeNotes
brandstringCanonical brand from your configured list.
alias_matchedstringThe exact surface form found in the answer text.
countintegerOccurrences within a single answer.
mention_ratefloatShare of the n samples in which the brand appeared.
linkedbooleanWhether the mention was also a citation.
contextstringSurrounding sentence, for evidence export.

What it costs

Included in the base collection. Alias lists are configured per project at no extra cost.

See credit pricing →

ChatGPT brand mentions FAQ

How do I measure ChatGPT visibility when there are no links?
Brand mentions. On recommendation prompts they are frequently the only signal, and they are the one that reflects what the user reads.
Do you match brand variants?
Yes, through a configured alias list with negative terms, and every match returns its sentence for audit.

Measure the ChatGPT prompts that have no links at all

We'll run your brand list against a recommendation prompt set and show you mention share.

No newsletter. One reply from a human.

Across every engine

Compare how brand mentions behaves on every engine we track.

Brand mentions across all engines →