Nostimates
← All data types

Answer text tracking across AI answer engines

answer_text12 engines

Answer text is the raw output of an AI engine, captured per sample. Nostimates stores every answer behind every metric, which is what lets a team show the actual sentence rather than only the percentage.

How it differs by engine

The answer body itself, before any of our parsing runs.

Sampling

Every sample is stored, not just the modal one. Divergence between samples is the raw material for the volatility metrics.

What the API returns

{
  "engine": "google_ai_overviews",
  "field": "answer_text",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "samples": [
    {
      "sample_index": 1,
      "tokens": 214,
      "text": "Several APIs return AI answer data…",
      "captured_at": "2026-08-03T09:14:22Z"
    }
  ]
}
GET /v1/collect?engine=google_ai_overviews&field=answer_text

Response fields

KeyTypeNotes
textstringVerbatim answer, markup stripped.
htmlstringOriginal markup, for citation position reconstruction.
tokensintegerApproximate length, useful for drift detection.
captured_attimestampUTC collection time for this sample.
sample_indexintegerWhich of the n samples this is.

Answer text FAQ

What is answer text tracking?
Answer text is the raw output of an AI engine, captured per sample. Nostimates stores every answer behind every metric, which is what lets a team show the actual sentence rather than only the percentage.
How is answer text sampled?
Every sample is stored, not just the modal one. Divergence between samples is the raw material for the volatility metrics.
What does answer text cost?
Included. Evidence retention defaults to 90 days and is configurable.

Get answer text 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.