Find nearby ZIP codes by radius with Searchbug and Google Sheets
Quick overview This workflow collects a ZIP code and a mile radius from an n8n form, queries the Searchbug Zip Code in Radius API for matching ZIP codes, and appends each result — city, state, distance, population, and business counts — as its own row in Google Sheets.
How it works Receives ZIP code and distance inputs from an n8n form submission. Sends the ZIP and radius to Searchbug’s Zip Code in Radius API (api_zipradius) and retrieves results as JSON. Splits the returned ZIP code list so each ZIP becomes its own item with city, state, distance, and counts. Appends each ZIP code result as a new row in a Google Sheets worksheet.
Setup Add your Searchbug credentials by filling in CO_CODE and PASS in the HTTP Request node's body parameters. Connect your own Google Sheets account, then select the target spreadsheet and worksheet where the results should be saved. Make sure the worksheet's first row has header columns for Dist, City, State, Zip, Population, NumberOfBusinesses, and NumberOfEmployees so they match the appended fields exactly. Activate the workflow and share the generated form link with the people who will run ZIP radius searches.
Related Templates
Verify Linkedin Company Page by Domain with Airtop
Automating LinkedIn Company URL Verification Use Case This automation verifies that a given LinkedIn URL actually belo...
Create a Speech-to-Text API with OpenAI GPT4o-mini Transcribe
Description This template provides a simple and powerful backend for adding speech-to-text capabilities to any applicat...
Build a Restaurant Voice Assistant with VAPI and PostgreSQL for Bookings & Orders
This n8n template demonstrates how to create a comprehensive voice-powered restaurant assistant that handles table reser...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments