Nostimates

Gemini app sources tracking

geminisourcesAccount required

Gemini's sources drawer holds more than the visible grounding chips. Nostimates opens the drawer on every grounded sample so you see the full consulted set, not the shortlist Google chose to surface.

How it renders

A drawer behind the sources control, wider than the inline chip row.

Sampling

Source panels are wider and more stable than inline citations, so they reach a usable confidence interval at lower n.

Gotcha

The drawer is only present on grounded answers. We return an explicit availability flag per sample rather than an empty array that reads like a parse failure.

What the API returns

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

{
  "engine": "gemini",
  "field": "sources",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "sources": [
    {
      "url": "https://nostimates.com/docs",
      "domain": "nostimates.com",
      "inline": true,
      "sample_frequency": 0.7
    },
    {
      "url": "https://example.org/report",
      "domain": "example.org",
      "inline": false,
      "sample_frequency": 0.23
    }
  ]
}
GET /v1/collect?engine=gemini&field=sources

Response fields

KeyTypeNotes
urlstringSource URL from the panel.
domainstringRegistrable domain.
titlestring | nullPanel title as rendered.
inlinebooleanWhether this source was also cited inline.
sample_frequencyfloatShare of n samples containing this source.

What it costs

Included in the base collection wherever the engine exposes a panel.

See credit pricing →

Gemini app sources FAQ

How does the drawer differ from the chips?
It is usually wider and includes domains the answer never links inline.
What happens when grounding does not fire?
Sources are marked unavailable for that sample, keeping your averages honest.

Get the full Gemini source set

We will run a grounded sample of your prompts and show you the drawer-versus-chip difference in your category.

No newsletter. One reply from a human.

Across every engine

Compare how sources behaves on every engine we track.

Sources across all engines →