Skip to main content

Enrich leads from Google Sheets with ScraperCity emails, phones, and validation

Workflow preview

Workflow preview
100%
Enrich leads from Google Sheets with ScraperCity emails, phones, and validation preview
Open on n8n.io

1. Workflow Overview

Who is this for This template is for B2B sales teams, SDRs, growth marketers, and founders who maintain a spreadsheet of prospects and need verified contact details emails and mobile numbers withou...

Best for

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

Tools used

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

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Enrich leads from Google Sheets with ScraperCity emails, phones, and validation
Workflow name
Enrich leads from Google Sheets with ScraperCity emails, phones, and validation

Who is this for

This template is for B2B sales teams, SDRs, growth marketers, and founders who maintain a spreadsheet of prospects and need verified contact details -- emails and mobile numbers -- without manual research.

How it works

  1. Reads a list of contacts (first name, last name, company domain) from a Google Sheet.
  2. Formats the contacts and submits them to the ScraperCity Email Finder API to discover business email addresses.
  3. Polls until the email-finder job completes, then downloads and parses the results.
  4. Submits the found emails to the ScraperCity Mobile Finder API to look up phone numbers.
  5. Polls until the mobile-finder job completes, then downloads and parses results.
  6. Submits all found emails to the ScraperCity Email Validator API for deliverability and catch-all checks.
  7. Polls until validation completes, merges all enriched data together, and writes the final enriched rows back to a Google Sheet.

How to set up

  1. Add your ScraperCity API key as an HTTP Header Auth credential named "ScraperCity API Key".
  2. Set your input Google Sheets document ID and sheet name in the "Configure Workflow" node.
  3. Set your output Google Sheets document ID and sheet name in the same node.
  4. Click "Execute workflow" to run.

Requirements

  • ScraperCity account with Email Finder, Mobile Finder, and Email Validator products enabled.
  • Google Sheets OAuth2 credential connected to n8n.
  • Input sheet with columns: first_name, last_name, domain.

How to customize the workflow

  • Swap Google Sheets for Airtable or a webhook trigger.
  • Add a Filter node after validation to keep only emails with status "valid".
  • Extend the output Set node to include additional fields from either API response.

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 - Start Enrichment

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

Block 2 - Configure Workflow

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Read Contacts from Sheet

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

Block 4 - Format Contacts for Email Finder

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

Block 5 - Start Email Finder Job

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

Block 6 - Store Email Finder Run ID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Wait Before Checking Email Finder

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

Block 8 - Poll Email Finder Loop

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 9 - Check Email Finder Status

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

Block 10 - Is Email Finder Complete?

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

Block 11 - Wait Before Next Email Finder Poll

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

Block 12 - Download Email Finder Results

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

Block 13 - Parse Email Finder CSV

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

Block 14 - Remove Duplicate Emails

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

Block 15 - Filter Valid Emails Only

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 16 - Format Emails for Mobile Finder

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

Block 17 - Start Mobile Finder Job

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

Block 18 - Store Mobile Finder Run ID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Wait Before Checking Mobile Finder

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

Block 20 - Poll Mobile Finder Loop

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 21 - Check Mobile Finder Status

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

Block 22 - Is Mobile Finder Complete?

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

Block 23 - Wait Before Next Mobile Finder Poll

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

Block 24 - Download Mobile Finder Results

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

Showing the first 24 of 46 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Enrich leads from Google Sheets with ScraperCity emails, phones, and validation
Complexity advanced
Nodes 46
Categories Lead Generation
Author Alex Berman
Published 04 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13854/13854.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 leads from Google Sheets with ScraperCity emails, phones, and validation do?

Who is this for This template is for B2B sales teams, SDRs, growth marketers, and founders who maintain a spreadsheet of prospects and need verified contact details emails and mobile numbers withou...

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.