Skip to main content

Scrape Google Maps data & discover email addresses with SerpAPI and EmailListVerify

Workflow preview

Workflow preview
100%
Scrape Google Maps data & discover email addresses with SerpAPI and EmailListVerify preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow allows to : scrape Google Maps data using SerpAPI discovery generic email addresses like contact@ using EmailListVerify API Who’s it for This template is designed to prepare cold outr...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.itemlists, n8n-nodes-base.filter, n8n-nodes-base.set, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Scrape Google Maps data & discover email addresses with SerpAPI and EmailListVerify
Workflow name
Scrape Google Maps data & discover email addresses with SerpAPI and EmailListVerify

This workflow allows to :

  • scrape Google Maps data using SerpAPI
  • discovery generic email addresses like contact@ using EmailListVerify API

Who’s it for

This template is designed to prepare cold outreach for local businesses like restaurants or hotels (you need to target a type of business that is listed on Google Maps).

This template will generate a list of leads with phone numbers and email addresses.

The email addresses you will get are generic, like contact@. This isn’t a problem if you are targeting small businesses, as the owner will most likely monitor those emails. However, if your ideal customer profile has more than 20 employees, I do not recommend using those email addresses for cold outreach.

Requirement

This template uses: Google Sheet to handle input and output data SerpAPI to scrape Google Maps (250 searches/month in the free plan) EmailListVerify to discover email (from $0.05 per email)

Notes

This template is an extension of Lucas Perret template (adding email discovery module).

If there is some interest in it, I can make a similar template using Apify as an alternative to SerpAPI for Google Map scraping.

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 - When clicking "Execute Workflow"

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

Block 2 - Extract next start value

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

Block 3 - Merge all values from SERPAPI

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

Block 4 - Transform data in the right format

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

Block 5 - Add rows in Google Sheets

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

Block 6 - SERPAPI - Scrape Google Maps URL

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

Block 7 - Remove duplicate items

Type / Role
n8n-nodes-base.itemLists - itemLists
Config choices
Version 3.1

Block 8 - Split out items

Type / Role
n8n-nodes-base.itemLists - itemLists
Config choices
Version 3.1

Block 9 - Remove empty values

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

Block 10 - Google Sheets - Get searches to scrap

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

Block 11 - Extract keyword and location from URL

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note

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

Block 16 - Continue IF Loop is complete

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

Block 17 - Sticky Note4

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

Block 18 - Sticky Note5

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

Block 19 - Sticky Note6

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

Block 20 - Run workflow once a week

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

Block 21 - Sticky Note7

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

Block 22 - Save google map data to googlesheet

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

Block 23 - Check if the listing has a website

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

Block 24 - Transform website into domain name

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

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

3. Summary Table

Workflow Scrape Google Maps data & discover email addresses with SerpAPI and EmailListVerify
Complexity advanced
Nodes 25
Categories Lead Generation, Multimodal AI
Author EmailListVerify
Published 26 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7906/7906.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 Scrape Google Maps data & discover email addresses with SerpAPI and EmailListVerify do?

This workflow allows to : scrape Google Maps data using SerpAPI discovery generic email addresses like contact@ using EmailListVerify API Who’s it for This template is designed to prepare cold outr...

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, Multimodal AI use case.