---
title: "Grounded Search"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/gemini/text/groundedsearch
markdown: https://docs.nodetool.ai/nodes/gemini/text/groundedsearch.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/gemini/text/groundedsearch.md
---

# Grounded Search

**Type:** `gemini.text.GroundedSearch`

**Namespace:** `gemini.text`

## Description

Search the web using Google's Gemini API with grounding capabilities.
    google, search, grounded, web, gemini, ai

    This node uses Google's Gemini API to perform web searches and return structured results
    with source information. Requires a Gemini API key.

    Use cases:
    - Research current events and latest information
    - Find reliable sources for fact-checking
    - Gather web-based information with citations
    - Get up-to-date information beyond the model's training data

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| query | `str` | The search query to execute | `` |
| model | `enum` | The Gemini model to use for search | `gemini-3.5-flash` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| results | `list[str]` |  |
| sources | `list[source]` |  |
| text | `str` |  |

## Related Nodes

Browse other nodes in the [gemini.text](./) namespace.
