Skip to main content

Scrape & summarize Google Maps businesses with APIFY + GPT-4O to sheets

Workflow preview

Workflow preview
100%
Scrape & summarize Google Maps businesses with APIFY + GPT-4O to sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow automates the process of scraping local business listings from Google Maps and generating clean, AI powered summaries for each one — using Apify (community node) and OpenAI’s GPT 4o. ...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, @apify/n8n-nodes-apify.apify, n8n-nodes-base.removeduplicates, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.splitinbatches, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jaures NYA.

Original n8n.io source

1.1 Workflow description

Title
Scrape & summarize Google Maps businesses with APIFY + GPT-4O to sheets
Workflow name
Scrape & summarize Google Maps businesses with APIFY + GPT-4O to sheets

This workflow automates the process of scraping local business listings from Google Maps and generating clean, AI-powered summaries for each one — using Apify (community node) and OpenAI’s GPT-4o.

All results are then saved automatically into Google Sheets, ready for lead generation, enrichment, or outreach.

What it does

This workflow saves hours of manual research by automatically:

  • Scraping structured business data from Google Maps (name, category, address, phone, website, etc.)

  • Creating natural-language summaries for each business using GPT-4o

  • Storing everything into Google Sheets — perfectly formatted for outreach or CRM import

Who’s it for

This automation is ideal for:

  • Lead generators and sales teams building B2B lists from local businesses

  • Freelancers and agencies prospecting new clients in specific cities or industries

  • Recruiters or marketers looking to enrich business data for campaigns

  • Automation enthusiasts who want to summarize and structure raw scraped data — without writing a single line of code

How it works

  • Trigger: The workflow starts manually via the Execute Workflow trigger (ideal for testing or batch runs).

  • Scrape: It uses an Apify actor to scrape Google Maps search results and collect structured business info (name, category, address, phone, website, Google Maps URL...).

  • Fetch Data: The dataset is retrieved from Apify using the actor's dataset ID, and each business is loaded for processing.

  • Deduplicate: Removes duplicate business listings to keep your database clean.

  • Loop Over: Iterates over each business to generate a clean summary, one at a time.

  • Generate Summary: Sends the business data to OpenAI to generate a human-readable paragraph (including name, category, address, city, phone, and Google Maps link).

  • Store: Appends the summarized info into a Google Sheet — your final lead database.

  • Pause for rate limit: Adds a short delay (optional) to control flow or avoid rate limits.

Customization Tips

  • Change the Apify search query to target different cities, industries, or keywords.

  • Adjust the OpenAI prompt to include tone, length, or focus areas (e.g., add business highlights).

  • Add filters (e.g., add-on: reviews, add-on: images, etc.).

Setup Guide

Apify Setup

  • Use a Google Maps scraping actor in Apify.

  • Copy your Actor ID and Token — add them to your Apify node in n8n.

  • Note your Dataset ID (where results are stored).

OpenAI Setup

  • Add your OpenAI API key to the Generate Summary node.

  • The model gpt-4o is recommended for best quality/cost balance.

Google Sheets Setup

  • Connect your Google account.

How to use

  • Set up your Apify actor for Google Maps scraping (or use a prebuilt one).

  • Connect your OpenAI API key to the Message node (company summary).

  • Connect your Google Sheets account and select the target sheet.

  • Run the workflow → it will:

1 Scrape business data

2 Clean and summarize each one

3 Save everything to your spreadsheet.

Requirements

  • ✅ A working Apify actor that scrapes Google Maps listings

  • ✅ An OpenAI account (GPT-4) with API access

  • ✅ A Google Sheet for storing the summarized results

❓ Need help

Contact me for consulting and support: LinkedIn / YouTube / Skool

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Get dataset items

Type / Role
@apify/n8n-nodes-apify.apify - apify
Config choices
Version 1

Block 3 - Remove Duplicates

Type / Role
n8n-nodes-base.removeDuplicates - removeDuplicates
Config choices
Version 2

Block 4 - Run Google Maps Scraper

Type / Role
@apify/n8n-nodes-apify.apify - apify
Config choices
Version 1

Block 5 - company summary Info

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 6 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 7 - Google maps database

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 8 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Pause for rate limit

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

3. Summary Table

Workflow Scrape & summarize Google Maps businesses with APIFY + GPT-4O to sheets
Complexity advanced
Nodes 16
Categories Lead Generation, AI Summarization
Author Jaures NYA
Published 24 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10120/10120.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Scrape & summarize Google Maps businesses with APIFY + GPT-4O to sheets do?

This workflow automates the process of scraping local business listings from Google Maps and generating clean, AI powered summaries for each one — using Apify (community node) and OpenAI’s GPT 4o. ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.