π£ Scrape business leads from Google Maps and extract decision-maker info with Olostep
β‘ 681 views Β· π£ Lead Generation & Enrichment
π‘ Pro Tip β HTTP Request scraping tends to break when sites update their markup. If youβre scraping a major platform, check if ScraperNode covers it β it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.
Description
Olostep Google Maps Lead Generation Automation
This n8n template automates lead generation by scraping Google Maps using the Olostep API.
It extracts business names, locations, websites, phone numbers, and decision-maker names (CEO, Founder, etc.) directly from the business website β and saves everything into a Google Sheet.
Whoβs it for
- Marketers and agencies doing local business outreach.
- SaaS founders looking for prospects.
- Freelancers and growth hackers scraping Google Maps leads.
- Anyone who wants automated business research without manual data entry.
How it works / What it does
-
Form Trigger:
- User submits a form with: City + Business Type (e.g., βDentist in Miamiβ).
-
Google Maps Scraping:
- The workflow sends the query to the Olostep scraping API.
- Extracts:
- Business name
- Location
- Website
- Phone number
-
Clean the Data:
- Parsed JSON is split into items.
- A Remove Duplicates node ensures only unique leads continue.
-
Loop Through Each Business:
- For every business, the workflow triggers a second Olostep scrape β this time on the businessβs website.
- It extracts:
- First name of decision-maker
- Last name of decision-maker
- (Optional) general contact email found on the website
-
Store the Lead:
- The final combined lead is appended to a Google Sheet with these fields:
- Business Name
- Location
- Website
- Phone Number
- Decision-Maker Name
- Contact Email (if found)
- The final combined lead is appended to a Google Sheet with these fields:
-
Loop & Wait:
- A wait step ensures you stay within rate limits while scraping multiple websites.
This produces a clean, enriched list of leads ready for outreach or CRM import.
How to set up
- Import the template into your n8n workspace.
- Add your Olostep API key.
- Connect Google Sheets for output storage.
- Publish your form to collect search requests.
- Run the workflow β leads will appear automatically in your sheet.
Requirements
- Olostep API key.
- Google Sheets account.
- n8n account or self-hosted instance.
How to customize the workflow
- Add CRM destinations (HubSpot, Airtable, Notion).
- Expand LLM-extraction to capture: social links, descriptions, ratings, etc.
- Add validation rules before saving a lead.
- Enable notification steps (Telegram, Slack) when batches finish.
- Add additional enrichment steps (e.g., scrape About pages, contact pages, multiple URLs).
π This workflow gives you a complete lead generation system from Google Maps + business website analysis β with no manual scraping needed.
π Nodes Used
Google Sheets, HTTP Request, n8n Form Trigger
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File