One of AI Mode's two page-reading tools — it retrieves a batch of structured sources at once, versus browsing a single URL.
Content fetcher is one of the two ways Google's AI Mode pulls text from pages. Where browsing takes a single URL — like typing an address into a browser — content fetcher takes a list of structured source references and retrieves them in batch, for a more systematic, workflow-driven kind of retrieval.
The distinction is in the inputs: browsing's browse(query, url) handles one arbitrary page, while content fetcher's fetch(query, source_references) takes many pre-identified sources (each with an id and type) at once. In practice, a system searches first, gets back several result IDs, then uses content fetcher to grab all of them efficiently.
For AI visibility it shows how a generative system moves from a spread of search results to the specific page content it will ground on. It's the reading step that feeds grounding, and it complements document grounding via the URL Context tool.