workflows.fit
Back to n8n workflows
n8n templateFreeBy Yasser Sami

Scrape business leads from Google Maps and extract decision-maker info with Olostep

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-ma...

Data & StorageProductivityDevelopmentCore NodesForm TriggerHttp RequestSetSplit Out
Loading interactive preview...

Template notes

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 1. Form Trigger: - User submits a form with: City + Business Type (e.g., "Dentist in Miami").

2. Google Maps Scraping: - The workflow sends the query to the Olostep scraping API. - Extracts: - Business name - Location - Website - Phone number

3. Clean the Data: - Parsed JSON is split into items. - A Remove Duplicates node ensures only unique leads continue.

4. 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

5. 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)