Skip to main content

Automate Google Maps lead generation with Perplexity AI and email verification

Workflow preview

Workflow preview
100%
Automate Google Maps lead generation with Perplexity AI and email verification 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 template finds businesses on Google Maps → writes to Google Sheets → enriches + verifies email contact so your outreach stays clean and deliverable. It includes Sticky Notes to explain the f...

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.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.stickynote, 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 Antxon Pous.

Original n8n.io source

1.1 Workflow description

Title
Automate Google Maps lead generation with Perplexity AI and email verification
Workflow name
Automate Google Maps lead generation with Perplexity AI and email verification

Overview ✨

This template **finds businesses on Google Maps → writes to Google Sheets → enriches + verifies email contact so your outreach stays clean and deliverable. It includes Sticky Notes to explain the flow and setup.

What it does 🔎➡️📄➡️✅

  1. Search & save: Fetch places and append rows (Name, Address, Website, Rating, Phone) to your sheet.
  2. Enrich: Ask an LLM (Perplexity) for Email + a short company Background.
  3. Verify emails: For Email Verification we use VerificarEmails to validate every email address before writing back (fewer bounces, less blocking).

> ℹ️ VerificarEmails node: install the community node @verificaremails/n8n-nodes-verificaremails (Settings → Community Nodes) and use it until it’s approved as a core node. ✨ Youtube Video

Requirements 🔐

  • Use n8n Credentials for: Google Sheets, Perplexity (Bearer), and VerificarEmails.
  • Keep prompts short and temperature: 0 to lower cost.
  • Create a Google Sheet with the following headers: UUID, Name, Address, Website, Rating Email, Valid, Email, Phone, Valid Phone, Summary

How to run ▶️

  1. Set your search params (query, locale, pages).
  2. Run the flow: it saves results → enriches → verifies emails → updates the sheet.
  3. If the read/update step doesn’t run, ensure the finalization (Done) path and the correct sheet/tab are selected.

Why verify? ✉️🧹

Bad emails cause bounces, throttling, and blocks. Verifying first protects sender reputation and improves deliverability. Beyond emails, VerificarEmails also offers **phone, names. Check Email Validation API documentation to better understand verification results.

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 - Set parameters

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

Block 3 - Split In Batches

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

Block 4 - HTTP Request

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

Block 5 - Append row in sheet (Resultados)

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

Block 6 - JavaScript - Page Management

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

Block 7 - JavaScript1 - Places Objects

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

Block 8 - Sticky Note2

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

Block 9 - If End Batch

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

Block 10 - Loop Over Items

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

Block 11 - Convert to JSON Object1

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

Block 12 - Filter

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

Block 13 - Sticky Note3

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

Block 14 - Get Contact Details via Perplexity

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

Block 15 - Update row in sheet

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

Block 16 - If

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

Block 17 - VerificarEmails

Type / Role
@verificaremails/n8n-nodes-verificaremails.verificaremails - verificaremails
Config choices
Version 1

Block 18 - Google Sheets Trigger

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

3. Summary Table

Workflow Automate Google Maps lead generation with Perplexity AI and email verification
Complexity advanced
Nodes 18
Categories Lead Generation
Author Antxon Pous
Published 24 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8904/8904.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 Automate Google Maps lead generation with Perplexity AI and email verification do?

This template finds businesses on Google Maps → writes to Google Sheets → enriches + verifies email contact so your outreach stays clean and deliverable. It includes Sticky Notes to explain the f...

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.