@tavily/n8n-nodes-tavily is a node for n8n that integrates the Tavily API, enabling powerful web search and content extraction within your no-code automation workflows.
Tavily Search allows you to query the web with powerful filtering capabilities, including options to refine results by topic, time range, and specific domains to include or exclude. You can choose to retrieve a generated answer, raw content, or even related images, depending on your workflow needs. It also supports different search depths—basic or advanced.
Tavily Extract allows you to effortlessly retrieve raw content from a list of websites, making it ideal for data collection, content analysis, and research. You can also combine Tavily Extract with our Search method: first, obtain a list of relevant documents, then perform further processing on selected links to gather additional information and use it as context for your research tasks.
- Go to the Tavily website and create an account
- Navigate to the Tavily dashboard to get your API key
- In your n8n instance, go to the "Credentials" section
- Click "Create Credential"
- Search for or select "Tavily API"
- Enter your Tavily API key in the appropriate field
- Save the credential
- Add the "Tavily" node to your n8n workflow
- Connect it to the preceding node in your workflow
- Click on 'Search'
- In the node's settings:
- Select your Tavily API
- Enter your search query
- Configure any other desired search parameters (topic, search depth, etc.)
- Run the workflow to execute the search
- Add the "Tavily" node to your n8n workflow
- Connect it to the preceding node
- Click on 'Extract'
- In the node's settings:
- Select your Tavily API credential
- Enter the URLs you want to extract content from
- Configure any other extraction parameters (include images, extract depth)
- Run the workflow to extract the content
Parameter | Description |
---|---|
Query | The search query to execute |
Topic | The category of the search (General, News, or Finance) |
Search Depth | The depth of the search (Basic or Advanced) |
Chunks Per Source (Advanced Search only) | Number of content chunks to retrieve from each source (1-3) |
Max Results | Maximum number of search results to return (1-20) |
Time Range | Time range filter for results (day, week, month, year) |
Days (News Only) | Number of days back from the current date to include (for News topic) |
Include Answer | Include an LLM-generated answer in the response (Basic or Advanced) |
Include Raw Content | Include cleaned and parsed HTML content of each search result |
Include Images | Perform an image search and include the results in the response |
Include Image Descriptions | When including images, also add a descriptive text for each image |
Include Domains | A list of domains to specifically include in the search results |
Exclude Domains | A list of domains to specifically exclude from the search results |
Parameter | Description |
---|---|
URLs | One or more URLs to extract content from |
Include Images | Include a list of images extracted from each URL |
Extract Depth | How deeply to parse each URL (Basic or Advanced) |
Error Code | Description | Solution |
---|---|---|
400 Bad Request | Invalid request parameters or unsupported values | Check all parameters and their formats |
401 Unauthorized | Missing or invalid API key | Verify API key or generate a new one |
429 Too Many Requests | Rate limit exceeded | Reduce request frequency or implement backoff |
432 Plan Limit Exceeded | Exceeds plan limits | Upgrade your plan via Tavily Dashboard |
433 Pay-As-You-Go Limit Exceeded | Exceeds pay-as-you-go limit | Increase limit via Tavily Dashboard |
500 Internal Server Error | Server-side issue | Retry request after a few minutes |
Head to the API Credits Overview in our documentation to learn more about how many API Credits each request costs.
This project is licensed under the terms of the MIT license.
If you are encountering issues while using Tavily, please email us at support@tavily.com. We'll be happy to help you.
If you want to stay updated on the latest Tavily news and releases, head to our Developer Community to learn more!