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['gemini-2.5-pro', 'gemini-2.5-flash', 'gemini-2.0-flash', 'gemini-1.5-pro', 'gemini-1.5-flash'] The Gemini model to use for search gemini-2.0-flash

Outputs

Output Type Description
results List[str]  
sources List[source]  

Metadata

Browse other nodes in the gemini.text namespace.