Tavily is now available for no-code integration through n8n.
Step 1: Log in to n8n
Log in to your n8n account or self-hosted instance.
Step 2: Create a New Workflow
Create a new workflow and select a trigger node to start your automation.
Step 3: Add Tavily to Your Workflow
Option 1: Add Tavily as a Node
In the node library, search for Tavily. Add it to your workflow and choose between Search or Extract actions.
Option 2: Add Tavily as a Tool to an AI Agent
If you are building an AI agent workflow, you can add Tavily as a tool to your agent. This allows your agent to use Tavily for web search or content extraction as part of its reasoning process.
Connection: Connect your Tavily account by entering your Tavily API key.
Configuration: Set up your parameters:
For Search:
query
(can be manually entered or populated from another node’s output)topic
(“general” or “news”)For Extract:
Test: Run a test to verify your configuration.
Step 4: Process and Use Tavily Results
Utilize the search or extraction results in your workflow:
Workflow Steps