Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow scrapes Google Maps business listings (e.g., carpenters in Tarragona) to extract websites and email addresses — perfect for lead generation, local business prospecting, or agency outr...
n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.filter, n8n-nodes-base.removeduplicates, n8n-nodes-base.limit, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jose Castillo.
Original n8n.io sourceThis workflow scrapes Google Maps business listings (e.g., carpenters in Tarragona) to extract websites and email addresses — perfect for lead generation, local business prospecting, or agency outreach.
🔧 How it works
Manual Trigger – start manually using the “Test Workflow” button.
Scrape Google Maps – fetches the HTML from a Google Maps search URL.
Extract URLs – parses all business links from the page.
Filter Google URLs – removes unwanted Google/tracking links.
Remove Duplicates + Limit – keeps unique websites (default: 100).
Scrape Site – fetches each website’s HTML.
Extract Emails – detects valid email addresses.
Filter Out Empties & Split Out – isolates each valid email per site.
(Optional) Add to Google Sheet – appends results to your Sheet.
💼 Use cases
Local business leads: find emails of carpenters, dentists, gyms, etc., in your city.
Agency outreach: collect websites and contact emails to pitch marketing services.
B2B prospecting: identify businesses by niche and region for targeted campaigns.
🧩 Requirements
n8n instance with HTTP Request and Code nodes enabled.
(Optional) Google Sheets OAuth2 credentials.
Tip: Add a “Google Sheets → Append Row” node and connect it to your account.
🔒 Security
No personal or sensitive data included — only credential references. If sharing this workflow, anonymize the “credentials” field before publishing.
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.
| Workflow | Extract Business Emails from Google Maps Listings for Lead Generation |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Lead Generation |
| Author | Jose Castillo |
| Published | 23 Oct 2025 |
Use the JSON export at /data/workflows/10074/10074.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This workflow scrapes Google Maps business listings (e.g., carpenters in Tarragona) to extract websites and email addresses — perfect for lead generation, local business prospecting, or agency outr...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.