Nostimates
← All data types

Citations tracking across AI answer engines

citations12 engines

Citation tracking across AI answer engines means recording which URLs each engine links from its answer, on every sample, for every prompt. Nostimates returns citations per engine with domain, position and sample frequency, so you can report citation share with a confidence interval rather than a single reading.

How it differs by engine

Citations surface as linked chips, numbered footnotes or an expandable source list depending on the engine.

Sampling

Citation sets are the least stable field we return. The same prompt run n times will produce overlapping but non-identical URL sets, which is why we report frequency across samples rather than a list from one run.

What the API returns

{
  "engine": "google_ai_overviews",
  "field": "citations",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "citations": [
    {
      "url": "https://nostimates.com/engines",
      "domain": "nostimates.com",
      "position": 1,
      "sample_frequency": 0.63
    },
    {
      "url": "https://example.org/guide",
      "domain": "example.org",
      "position": 3,
      "sample_frequency": 0.4
    }
  ]
}
GET /v1/collect?engine=google_ai_overviews&field=citations

Response fields

KeyTypeNotes
urlstringAbsolute URL as the engine rendered it, redirects resolved.
domainstringRegistrable domain, normalised for grouping.
positionintegerOrder within the citation set for that sample.
sample_frequencyfloatShare of the n samples in which this URL appeared.
anchor_textstring | nullVisible anchor or chip label, when the engine renders one.
first_seendateFirst run in which this URL appeared for this prompt.

Citations FAQ

What is citations tracking?
Citation tracking across AI answer engines means recording which URLs each engine links from its answer, on every sample, for every prompt. Nostimates returns citations per engine with domain, position and sample frequency, so you can report citation share with a confidence interval rather than a single reading.
How is citations sampled?
Citation sets are the least stable field we return. The same prompt run n times will produce overlapping but non-identical URL sets, which is why we report frequency across samples rather than a list from one run.
What does citations cost?
1 credit per prompt per sample. Citations are included in the base collection — no surcharge.

Get citations 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.