Skip to main content

Enrich Google Sheets data with the Tavily Research API

Workflow preview

Workflow preview
100%
Enrich Google Sheets data with the Tavily Research API preview
Open on n8n.io

1. Workflow Overview

Enrich your CSV data with web sourced information using Tavily's AI powered research API. This workflow fills in missing data for existing columns without creating new ones. Video Link: https://you...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mani Srinivasan.

Original n8n.io source

1.1 Workflow description

Title
Enrich Google Sheets data with the Tavily Research API
Workflow name
Enrich Google Sheets data with the Tavily Research API

Enrich your CSV data with web-sourced information using Tavily's AI-powered research API. This workflow fills in missing data for existing columns without creating new ones.

Video Link: https://youtu.be/8g8v3vNyhe4

How it works

  • Reads rows from a Google Sheet
  • For missing values, finds information from the web using Tavily Research
  • Maps results to existing columns
  • Writes the enriched data to a new sheet
  • Retries automatically until results are ready (up to ~5 minutes)

Setup steps

  1. Prepare your sheet
  2. Create the columns you want filled (e.g. CEO, revenue, HQ - if the data is related to company information)
  3. Create an empty output sheet
  4. Add credentials
  5. Google Sheets OAuth for both sheet nodes
  6. Tavily API key for the research nodes
  7. Configure and run
  8. Enter the Google Sheet ID and sheet names (For both the CSV nodes)
  9. Click Start

Requirements: Google account (For sheets) and Tavily API key

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Click to Start

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Combine with Request IDs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Wait 30s

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 4 - Check Research Status

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Combine Status

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Research Done?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 7 - Under 5 min?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 8 - Merge All Data (Existing Columns Only)

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Start Tavily Research

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Enrich CSV file

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 12 - Read CSV file

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 13 - Store Original Columns

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Section: Data Input

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Section: Research Initiation

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Section: Polling Loop

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Section: Data Output

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Enrich Google Sheets data with the Tavily Research API
Complexity advanced
Nodes 18
Categories Lead Generation, AI Summarization
Author Mani Srinivasan
Published 13 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12699/12699.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Enrich Google Sheets data with the Tavily Research API do?

Enrich your CSV data with web sourced information using Tavily's AI powered research API. This workflow fills in missing data for existing columns without creating new ones. Video Link: https://you...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.