Skip to main content

Extract business leads from Google Maps with Dumpling AI to Google Sheets

Workflow preview

Workflow preview
100%
Extract business leads from Google Maps with Dumpling AI to Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who is this for? This workflow is built for marketers, sales teams, agencies, virtual assistants, and anyone who regularly researches or contacts local businesses. It's ideal for building lead list...

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.httprequest, n8n-nodes-base.splitout, 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 Yang.

Original n8n.io source

1.1 Workflow description

Title
Extract business leads from Google Maps with Dumpling AI to Google Sheets
Workflow name
Extract business leads from Google Maps with Dumpling AI to Google Sheets

Who is this for?

This workflow is built for marketers, sales teams, agencies, virtual assistants, and anyone who regularly researches or contacts local businesses. It's ideal for building lead lists, tracking competitors, or creating location-specific outreach campaigns.


What problem is this workflow solving?

Instead of manually searching Google Maps and copying business info into spreadsheets, this automation pulls structured business data (e.g. restaurants, gyms, service providers) and logs it directly into Google Sheets. It saves hours of work and ensures cleaner, more usable data.


What this workflow does

The workflow takes a Google Maps search query (like "best restaurants in New York") and sends it to Dumpling AI. It returns a list of places including their name, address, website, phone number, rating, and more. Each result is split into a row and automatically added to a Google Sheet.


Setup

  1. Dumpling AI

    • Sign up at Dumpling AI
    • Generate your API key
    • In the HTTP Request node, select Header Auth and paste your key in the Authorization field
  2. Google Sheets

    • Create a sheet with tab name Leads
    • Add the following column headers to row 1:
      Name, Address, Phone number, Website, Rating, Price Level, Type, Booking Link, Position
    • Connect your Google Sheets account and link this sheet in the node
  3. Customize the Query

    • In the HTTP node, replace the query string (e.g., "best+restaurants+in+New+York") with your own search term
  4. Run It

    • Use the manual trigger to test
    • Optionally swap in a Schedule or Webhook node to run it automatically

How to customize this workflow to your needs

  • Change the search query to target different cities or business types
  • Use filters to only save leads with a minimum rating or price level
  • Add GPT to summarize listings or qualify leads
  • Swap Google Sheets for Airtable or a CRM system for deeper integration

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 - Trigger: Manual Test Run

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

Block 3 - Search Google Maps via Dumpling AI

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

Block 4 - Split Places List for Processing

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

Block 5 - Save Results to Google Sheet (Place Info)

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

3. Summary Table

Workflow Extract business leads from Google Maps with Dumpling AI to Google Sheets
Complexity intermediate
Nodes 5
Categories Lead Generation
Author Yang
Published 17 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3593/3593.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 Extract business leads from Google Maps with Dumpling AI to Google Sheets do?

Who is this for? This workflow is built for marketers, sales teams, agencies, virtual assistants, and anyone who regularly researches or contacts local businesses. It's ideal for building lead list...

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.