Nostimates

ChatGPT share of voice tracking

chatgptshare_of_voiceAnonymous

ChatGPT share of voice combines linked and unlinked appearances across n logged-out samples, returned with a confidence interval. Around 900 million weekly users sit behind this number.

How it renders

Derived from mentions and citations across the sample set.

Sampling

This is the field where n matters most. At n=1 the metric is noise; at n=30 the interval is typically tight enough to defend in a client report.

Gotcha

ChatGPT is non-deterministic by design. A single reading of a recommendation prompt can name a completely different set of brands from the next one, which makes n=1 reporting actively misleading.

What the API returns

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

{
  "engine": "chatgpt",
  "field": "share_of_voice",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "share_of_voice": [
    {
      "brand": "Nostimates",
      "share": 0.34,
      "ci95": {
        "low": 0.2,
        "high": 0.52
      },
      "n": 30
    },
    {
      "brand": "Competitor",
      "share": 0.21,
      "ci95": {
        "low": 0.1,
        "high": 0.38
      },
      "n": 30
    }
  ]
}
GET /v1/collect?engine=chatgpt&field=share_of_voice

Response fields

KeyTypeNotes
brandstringBrand from the configured competitor set.
sharefloatPoint estimate across the sample set.
ci95object95% Wilson interval as { low, high }.
nintegerSamples behind the estimate.
delta_priorfloat | nullChange against the previous run of the same prompt set.

What it costs

Derived at no extra credit cost, but it scales with n — the interval is bought with samples.

See credit pricing →

ChatGPT share of voice FAQ

How stable is ChatGPT share between runs?
Less stable than the Google surfaces on recommendation prompts. Thirty samples is our floor and volatility scoring flags the prompts that need more.
Can I split linked from unlinked share?
Yes. Both are returned separately as well as combined.

Report ChatGPT share with the interval attached

We'll size the sampling so your ChatGPT figures survive scrutiny.

No newsletter. One reply from a human.

Across every engine

Compare how share of voice behaves on every engine we track.

Share of voice across all engines →