workflows.fit
Back to n8n workflows
n8n templateFreeBy Alex Kim

Generate leads with Google Maps

This workflow leverages n8n to perform automated Google Maps API queries and manage data efficiently in Google Sheets. It's designed to extract specific location data based on a given list of ZIP codes and categories....

Data & StorageProductivityDevelopmentCore NodesUtilityManual TriggerSchedule TriggerExecute Workflow Trigger
Loading interactive preview...

Template notes

This workflow leverages n8n to perform automated Google Maps API queries and manage data efficiently in Google Sheets. It's designed to extract specific location data based on a given list of ZIP codes and categories.

---

Features - Queries the Google Maps API for location data using predefined ZIP codes and subcategories. - Filters, de-duplicates, and organizes data into structured rows in Google Sheets. - Implements exponential backoff retries to handle API rate limits. - Logs and updates statuses directly in Google Sheets for easy tracking.

---

Prerequisites 1. Google OAuth Credentials: A configured Google Cloud project for Google Maps API and Sheets API access. 2. Google Sheets: A sheet with ZIP codes and categories defined (e.g., "AZ Zips"). 3. n8n Setup: A running instance of n8n with credentials configured for Google OAuth.

---

Setup Instructions

1. Prepare Google Sheets - Add the ZIP codes to the "AZ Zips" sheet. - Define subcategories in another sheet (e.g., "Google Maps Categories"). - Provide the sheet's URL in the Settings node of the workflow.