n8n-nodes-seltz community node lets you search the live web from inside n8n workflows.
n8n Community Node
View the Seltz node on NCNodes
Installation
Install the Seltz node from the n8n community node settings in a self-hosted n8n instance. You need an Owner or Admin role in n8n to install community nodes.- Open your n8n instance
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-seltzas the npm package name - Confirm that you understand the risks of installing community nodes
- Select Install
Community nodes installed from npm are for self-hosted n8n instances. For full requirements and troubleshooting, see the n8n community node installation guide.
Configuration
Create a Seltz API credential in n8n:- In n8n, add or open the Seltz node
- Create a new Seltz API credential
- Paste your Seltz API key
- Save the credential
Get your API key from the Seltz Console.
Usage
Add the Seltz node to any workflow where you need live web context.Web Search
The Seltz node provides a Web Search operation with the following fields:Example Workflow
- A workflow trigger receives a user question or topic
- Seltz searches the live web for relevant sources
- Your AI node uses the returned documents as context
- The workflow returns a grounded answer or continues automation
Requirements
- Self-hosted n8n instance with community nodes enabled
- Owner or Admin role in n8n
- Seltz API key
n8n-nodes-seltzcommunity node package
Resources
Node Package
Browse the Seltz n8n package on NCNodes
GitHub Repository
View the source code
n8n Installation Guide
Install community nodes from the n8n app
Seltz Console
Create and manage API keys