Cold Outreach Automation: Scrape Local Leads with Dumpling AI & Call via Vapi
Last edited 39 days ago
Who is this for?
This template is for sales teams, agencies, or local service providers who want to quickly generate cold outreach lists and automatically call local businesses with a Vapi AI assistant. It’s perfect for automating cold calls from scraped local listings with no manual dialing or research.
What problem is this workflow solving?
Finding leads and initiating outreach calls can be time-consuming. This workflow automates the process: it scrapes business listings from Google Maps using Dumpling AI, extracts phone numbers, filters out incomplete data, formats the numbers, and uses Vapi to make outbound AI-powered calls. Every call is logged in Google Sheets for follow-up and tracking.
What this workflow does
- Starts manually and pulls search queries (e.g., "plumbers in Austin") from Google Sheets.
- Sends each query to Dumpling AI’s Google Maps scraping endpoint.
- Splits the returned business data into individual leads.
- Extracts key info like business name, website, and phone number.
- Filters to only keep leads with valid phone numbers.
- Formats phone numbers for Vapi dialing (adds +1).
- Calls each business using Vapi AI.
- Logs each successful call in a Google Sheet.
Setup
-
Google Sheets Setup
- Create a sheet with business search queries in the first column (e.g.,
best+restaurants+in+Chicago
) - Make sure the tab name is set and authorized in your credentials.
- Connect your Google Sheets account in the
Get Search Keywords from Google Sheets
node.
- Create a sheet with business search queries in the first column (e.g.,
-
Dumpling AI Setup
- Go to dumplingai.com
- Generate an API Key and connect it as a header token in the
Scrape Google Map Businesses using Dumpling AI
node
-
Vapi Setup
- Sign into Vapi and create an assistant
- Get your
assistantId
andphoneNumberId
- Insert these into the JSON payload of the
Initiate Vapi AI Call to Business
node - Add your Vapi API key to the credentials section
-
Call Logging
- Create another tab in your sheet (e.g., “leads”) with these headers:
company name
phone number
website
- This will be used in the
Log Called Business Info to Sheet
node
- Create another tab in your sheet (e.g., “leads”) with these headers:
How to customize this workflow to your needs
- Modify the business search terms in your Google Sheet to target specific industries or locations.
- Add filters to exclude certain businesses based on ratings, keywords, or location.
- Update your Vapi assistant script to match the type of outreach or pitch you’re using.
- Add additional integrations (e.g., CRM logging, Slack notifications, follow-up emails).
- Change the trigger to run on a schedule or webhook instead of manually.
Nodes and Functions Breakdown
Start Workflow Manually
: Initiates the automation manually for testing or controlled runs.Get Search Keywords from Google Sheets
: Reads search phrases from the spreadsheet.Scrape Google Map Businesses using Dumpling AI
: Sends each search query to Dumpling AI and receives matching local business data.Split Each Business Result
: Breaks the returned array of businesses into individual records for processing.Extract Business Name, Phone and website
: Extracts title, phone, and website from each business record.Filter Valid Phone Numbers Only
: Ensures only entries with a phone number move forward.Format Phone Number for Calling
: Adds a +1 country code and strips non-numeric characters.Initiate Vapi AI Call to Business
: Uses the business name and number to initiate a Vapi AI outbound call.Log Called Business Info to Sheet
: Appends business details into a Google Sheet for tracking.
Notes
- You must have valid API keys and authorized connections for Dumpling AI, Google Sheets, and Vapi.
- Make sure to handle API rate limits if you're running the workflow on large datasets.
- This workflow is optimized for US-based leads (+1 country code); adjust the formatting node if calling internationally.
You may also like
New to n8n?
Need help building new n8n workflows? Process automation for you or your company will save you time and money, and it's completely free!