Skip to main content

Scrape Google Maps by area & generate outreach messages for lead generation

Workflow preview

Workflow preview
100%
Scrape Google Maps by area & generate outreach messages for lead generation 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 n8n workflow automates lead extraction from Google Maps, enriches data with AI, and stores results for cold outreach. It uses the Bright Data community node and Brig...

Best for

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

Tools used

n8n-nodes-base.wait, n8n-nodes-base.set, n8n-nodes-base.noop, n8n-nodes-base.formtrigger, n8n-nodes-base.merge, n8n-nodes-base.postgres, n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.mcpclienttool

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Scrape Google Maps by area & generate outreach messages for lead generation
Workflow name
Scrape Google Maps by area & generate outreach messages for lead generation

This n8n workflow automates lead extraction from Google Maps, enriches data with AI, and stores results for cold outreach.

It uses the Bright Data community node and Bright Data MCP for scraping and AI message generation.

How it works

  1. Form Submission

    User provides Google Maps starting location, keyword and country.

  2. Bright Data Scraping

    Bright Data community node triggers a Maps scraping job, monitors progress, and downloads results.

  3. AI Message Generation

    Uses Bright Data MCP with LLMs to create a personalized cold call script and talking points for each lead.

  4. Database Storage

    Enriched leads and scripts are upserted to Supabase.

How to use

Set up all the credentials, create your Postgres table and submit the form. The rest happens automatically.

Requirements

  • LLM account (OpenAI, Gemini…) for API usage.
  • Bright Data account for API and MCP usage.
  • Supabase account (or other Postgres database) to store information.

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 - Wait5

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

Block 2 - Count1

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

Block 3 - Count Increment1

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

Block 4 - No Operation, do nothing4

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

Block 5 - On form submission

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

Block 6 - Merge

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

Block 7 - Create Table

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.6

Block 8 - When clicking ‘Execute workflow’

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

Block 9 - scrape_as_markdown

Type / Role
@n8n/n8n-nodes-langchain.mcpClientTool - mcpClientTool
Config choices
Version 1.1

Block 10 - Request finished

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

Block 11 - Reached retry limit

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

Block 12 - Sticky Note

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

Block 13 - Message Generator

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 14 - Company website exists

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

Block 15 - Organize data

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

Block 16 - Set Limit

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

Block 17 - Sticky Note1

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

Block 18 - Bright Data | Request data

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

Block 19 - Set Fields

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

Block 20 - Sticky Note2

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

Block 21 - Sticky Note3

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

Block 22 - Extract latitude and logitude from URL

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

Block 23 - Check status of data extraction

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

Block 24 - Download the snapshot content

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

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

3. Summary Table

Workflow Scrape Google Maps by area & generate outreach messages for lead generation
Complexity advanced
Nodes 38
Categories Lead Generation, Multimodal AI
Author Solomon
Published 05 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6993/6993.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 by area & generate outreach messages for lead generation do?

This n8n workflow automates lead extraction from Google Maps, enriches data with AI, and stores results for cold outreach. It uses the Bright Data community node and Brig...

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.