Block 1 - Limit
- Type / Role
- n8n-nodes-base.limit - limit
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
What It Does This n8n workflow collects leads from Google Maps , scrapes their websites via direct HTTP requests , and extracts valid email addresses — all while mimicking real user behavior to ...
n8n-nodes-base.limit, n8n-nodes-base.formtrigger, @apify/n8n-nodes-apify.apify, n8n-nodes-base.set, n8n-nodes-base.splitinbatches, n8n-nodes-base.markdown, n8n-nodes-base.wait, n8n-nodes-base.merge
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ezema Kingsley Chibuzo.
Original n8n.io sourceThis n8n workflow collects leads from Google Maps, scrapes their websites via direct HTTP requests, and extracts valid email addresses — all while mimicking real user behavior to improve scraping reliability. It rotates User-Agent headers, introduces randomized delays, and refines URLs by removing only query parameters and fragments to preserve valid page paths (like social media links). The workflow blends Apify actors, raw HTTP requests, HTML-to-Markdown conversion, and smart email extraction to deliver clean, actionable lead data — ready to be sent to Airtable, Google Sheets, or any CRM. Perfect for lean, scalable B2B lead generation using n8n’s native logic and no external scrapers.
Modest lead scrapers rely on heavy tools or APIs like Firecrawl. This workflow:
A Form Trigger collects:
- Keyword
- Location
- No. of Leads (defaults to 10)
This makes the workflow dynamic and user-friendly — ready for multiple use cases and teams.
Each business website is processed in a loop.
In this second loop, the markdown data is processed.
This workflow is optimized for stealth:
Open n8n (Cloud or Self-Hosted). Install Apify node
Import the provided .json file into your n8n editor. Set up the required credentials:
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.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Google Maps lead generation with Apify & email extraction for Airtable |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | Lead Generation |
| Author | Ezema Kingsley Chibuzo |
| Published | 23 Jul 2025 |
Use the JSON export at /data/workflows/6307/6307.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.
What It Does This n8n workflow collects leads from Google Maps , scrapes their websites via direct HTTP requests , and extracts valid email addresses — all while mimicking real user behavior to ...
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.