Skip to main content

Enrich domain URLs with Hunter.io and export contacts to Google Sheets

Workflow preview

Workflow preview
100%
Enrich domain URLs with Hunter.io and export contacts to Google Sheets preview
Open on n8n.io

1. Workflow Overview

Full walkthrough video: https://youtu.be/uk mJRgYnfs Who it's for This workflow is for sales teams, marketers, and PR professionals who need to bulk enrich a list of company domains with contact...

Best for

  • Lead Generation automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.hunter, 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 Growth AI.

Original n8n.io source

1.1 Workflow description

Title
Enrich domain URLs with Hunter.io and export contacts to Google Sheets
Workflow name
Enrich domain URLs with Hunter.io and export contacts to Google Sheets

📺 Full walkthrough video: https://youtu.be/uk-mJRgYnfs

Who it's for

This workflow is for sales teams, marketers, and PR professionals who need to bulk-enrich a list of company domains with contact data (emails, names, job titles, LinkedIn profiles) and export the results to a spreadsheet for outreach or prospecting.

How it works

  1. The workflow is triggered manually by clicking Execute workflow in the n8n editor.
  2. It reads a list of domain URLs from a source tab in a Google Sheet.
  3. Each domain is passed one by one to the Hunter.io Domain Search API, which returns up to 10 associated contacts per domain, including email address, confidence score, full name, job title, seniority, department, LinkedIn, Twitter, and phone number.
  4. Each contact record returned by Hunter is appended as a new row in a separate Exported data tab of the same Google Sheet.

How to set up

  • Connect your Google account credentials to both the Read Domain Sheet and Append to Exported Data Sheet nodes
  • Set the correct Google Sheet ID and source tab name containing your domain URLs in Read Domain Sheet
  • Set the correct Google Sheet ID and destination tab name in Append to Exported Data Sheet
  • Add your Hunter.io API key to the Lookup Domain via Hunter node
  • Ensure the source sheet has a column named Domain URL

Requirements

  • Google account with access to Google Sheets
  • Hunter.io account with a valid API key

How to customize

  • Replace the manual trigger with a Schedule Trigger to run the enrichment pipeline automatically (e.g., every morning).
  • Add a Filter node between Hunter and the output sheet to only export contacts above a minimum confidence score (e.g., ≥ 80).
  • Insert a Set node to rename, reformat, or add calculated fields (e.g., a combined full-name column) before writing to the sheet.

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - When Manually Triggered

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

Block 6 - Find Emails via Hunter

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

Block 7 - Read Domains from Sheets

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

Block 8 - Append Exported Data to Sheets

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

Block 9 - Sticky Note4

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

Block 10 - Sticky Note16

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

Block 11 - Sticky Note17

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

3. Summary Table

Workflow Enrich domain URLs with Hunter.io and export contacts to Google Sheets
Complexity intermediate
Nodes 11
Categories Lead Generation
Author Growth AI
Published 30 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14453/14453.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 domain URLs with Hunter.io and export contacts to Google Sheets do?

Full walkthrough video: https://youtu.be/uk mJRgYnfs Who it's for This workflow is for sales teams, marketers, and PR professionals who need to bulk enrich a list of company domains with contact...

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 use case.