Package Exports
- n8n-nodes-gemini-search
- n8n-nodes-gemini-search/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (n8n-nodes-gemini-search) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
n8n-nodes-gemini-search
This is an n8n community node package that provides nodes to interact with Google's Gemini AI models for search and content generation capabilities.
Features
- Gemini Search Node: A comprehensive node that can perform web searches and generate content using Google's Gemini models
- Gemini Search Tool: A simplified tool version optimized for quick searches with Google Gemini
Installation
In n8n Desktop
- Go to Settings > Community Nodes
- Select "Install"
- Enter
n8n-nodes-gemini-searchin the "npm package name" field - Click "Install"
In n8n Cloud
Use the Community Nodes feature to add this node to your cloud instance.
Usage
Gemini Search Node
This node offers two operations:
- Web Search: Performs a web search using Gemini's capabilities
- Generate Content: Generates content using Gemini without web search
You'll need to provide:
- Google Gemini API key
- Prompt/query
- Optional organization context (for search)
- Model selection
Gemini Search Tool
This is a simplified version focused on search:
- Enter your search query
- Optional organization context to limit search scope
- Customize parameters like temperature and token limits
Credentials
This node requires a Google Gemini API key. You can get one from the Google AI Studio.
Support
For issues or feature requests, please open an issue on GitHub.