A Gemini API grounding flow crosses a clear local-storage boundary

How to see Gemini search queries through the API

A Gemini API interaction with Google Search can expose query strings in search-call data. ai-fanout.com shows them for the current run, but does not retain or publish restricted Grounded Results and Search Suggestions.

Read this before interpreting or saving a Gemini Native Fanout result.

Run an observable Gemini searchChoose Gemini and inspect the query strings exposed in the current run before deciding whether to save it locally.Show Gemini queries

Gemini search queries are not a Google AI Mode query fan-out trace

Google documents query fan-out as part of AI Mode in Search. A Gemini API interaction with Google Search is a separate product surface with its own response fields, storage behavior and terms.

A query string exposed by the Gemini API can be reported as a Gemini API observation. It cannot be relabelled as the complete set of searches performed by Google AI Mode.

The Gemini API can call Google Search while answering. Its interaction response can contain a google_search_call with query strings as arguments, along with grounding and citation fields returned elsewhere in the response.

Those fields describe one named API interaction. They do not prove that gemini.google.com ran the same searches, expose private model reasoning or provide a complete history of every retrieval step.

Read the response at four separate levels

Start with the interaction: selected model, time and request status. Then inspect search-call objects, the query strings inside those calls, and the grounding or citation data returned for the response. Do not collapse these levels into one list.

A search call can contain several queries. Sources can arrive at a broader scope than a single query. The tool therefore reports action count, exposed queries and sources separately instead of implying a relationship the response did not provide.

The visible result records topic, exact Gemini model, language, country, timestamp, search-action count and any exposed query strings. Source links appear only during the current result and only at the scope the provider supplied.

Zero exposed queries is a valid observation. A timeout, invalid response, quota limit or provider failure is a different state and must be shown as an error rather than being flattened into an empty success.

  • Interaction and status
  • Google Search call
  • Exposed query strings
  • Grounding and citations at supplied scope

Provider processing and local storage are different

The server requests an interaction with storage disabled, and ai-fanout.com does not build a raw server archive. Google nevertheless documents unavoidable 30-day provider retention for prompts, context and output when Grounding with Google Search is used.

Optional browser history begins only after you choose Save. It is limited to this browser and device, holds at most twenty entries and expires after thirty days. That local choice does not change the provider's own processing rules.

Google's additional terms restrict caching, analysis, syndication and reuse of Grounded Results and Search Suggestions. Before a Gemini result enters local history, ai-fanout.com removes those fields while retaining the allowed run metadata and exposed query strings needed for local comparison.

The site does not publish a retained Gemini transcript or public Gemini grounding dataset. A responsible guide explains the response contract and lets a visitor inspect their own current run; it does not reproduce restricted output to make the article look more complete.

Compare Gemini responsibly

Keep the topic, language and country fixed when switching between Gemini and OpenAI, and run the observations close together. Compare exact wording first, then label any grouping by user job as your own interpretation.

Provider responses can expose different field structures and source granularity. Describe the result as two dated observations, not a model ranking. A general benchmark would need a declared topic sample, repetitions, failure rules, fixed versions and an analysis plan.

An exposed query is not human search volume, keyword difficulty, a Google rank or evidence that the phrase deserves a page. It also cannot tell you whether another Gemini run will repeat the query.

Use the observation to find questions worth checking. Validate demand and page performance with appropriate search data, Search Console, analytics and business evidence before making a publishing decision.

  • Same topic and locale
  • Exact model and time
  • Exact query overlap
  • Interpretive grouping labelled separately

Questions after the first tool run

These questions come from practical tool use. They are not claimed search-volume data.

Are these the searches from gemini.google.com?
Not necessarily. The page describes query strings exposed by one Gemini API interaction with Google Search. It does not claim access to a private Gemini consumer-session trace.
Why are some Gemini sources not saved?
Google applies additional terms to Grounded Results and Search Suggestions. The tool removes restricted grounded data before an optional local save and does not publish it as a corpus.

Sources used

These sources support the functions and limits described here. They do not prove claims beyond that scope.

  1. AI Mode in Google Search: updates from Google I/O 2025

    Google states that AI Mode uses query fan-out to break a question into subtopics and issue multiple searches; it does not provide ai-fanout.com with a private AI Mode query trace.

    Open source
  2. Gemini grounding with Google Search

    Documents Gemini 3.7 Flash Google Search, google_search_call arguments.queries, cited URL annotations and per-query billing.

    Open source
  3. Gemini Developer API zero data retention

    Documents Interactions API store false and the unavoidable 30-day provider retention for prompts, context and output when Grounding with Google Search is used.

    Open source
  4. Gemini API Additional Terms

    Restricts caching, syndication, analysis and reuse of Google Grounded Results and Search Suggestions; drives the Gemini local-save redaction and public-example boundary.

    Open source
  5. Direct OpenAI and Gemini native-fanout implementation

    One direct provider request, strict provider allowlist, provider-exposed query/source parsing, honest zero-query output, CAPTCHA-first shared atomic quota and budget accounting, no raw server archive and separate public flag. Bounded live production fixtures passed for OpenAI and Gemini on 2026-08-26.

    Owner record