Skip to main content

Enrich B2B Google Maps leads with Apify, Jina AI, GPT-5.2 and Google Sheets

Workflow preview

Workflow preview
100%
Enrich B2B Google Maps leads with Apify, Jina AI, GPT-5.2 and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Stop wasting hours manually hunting for business leads. This workflow automates the entire process from scraping Google Maps to extracting contact emails all triggered from your phone via Telegram....

Best for

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

Tools used

@apify/n8n-nodes-apify.apify, n8n-nodes-base.removeduplicates, n8n-nodes-base.splitinbatches, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.telegram

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Enrich B2B Google Maps leads with Apify, Jina AI, GPT-5.2 and Google Sheets
Workflow name
Enrich B2B Google Maps leads with Apify, Jina AI, GPT-5.2 and Google Sheets

Stop wasting hours manually hunting for business leads. This workflow automates the entire process from scraping Google Maps to extracting contact emails all triggered from your phone via Telegram.

What It Does

Send a single message to your Telegram bot (Sector; Limit; MapsURL) and the system takes over. It scrapes business data from Google Maps using Apify, generates AI-powered company summaries via OpenAI, hunts for contact emails from business websites using Jina AI, then stores everything neatly in Google Sheets.

Who It's For

Sales reps building cold outreach lists, marketing agencies prospecting new clients, or anyone who needs targeted local business data fast — without paying for overpriced lead databases.

Why It's Worth It

Manual research that takes 4 hours gets done in under 5 minutes for 50 leads. Pay only for what you use (Apify + OpenAI) instead of fixed monthly subscriptions. AI deduplication keeps your CRM clean and consistent.

What You'll Need

Tool Purpose
n8n Workflow engine
Apify Google Maps scraper
OpenAI API Summaries & email extraction
Google Sheets Lead storage
Telegram Bot Mobile trigger interface
Jina AI Website-to-text conversion

Quick Setup

  1. Import the JSON workflow into your n8n instance
  2. Connect credentials: Telegram bot token, Apify API key, OpenAI key, Google account
  3. Set up your Sheet with the matching column headers
  4. Test with: Coffee Shops; 5; https://www.google.com/maps/search/coffee+shops+london

How the Logic Works

The workflow runs a two-stage loop per business. First it saves core data (name, phone, address). If a website exists, it then attempts email enrichment. This way, you never lose basic lead data even if a website crawl fails.

Extend It Further

Swap Google Sheets for HubSpot or Pipedrive, push results to a Slack sales channel, or chain a Gmail node to auto-send intro emails the moment a lead is found.


Created by: Khaisa Studio Category: Marketing | Tags: Lead Gen, AI, Google Maps, Telegram Need custom workflows? Contact us

Connect with the creator: PortfolioWorkflowsLinkedInMediumThreads

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 - Fetch Dataset Items

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

Block 2 - Deduplicate Places

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

Block 3 - Run Maps Scraper

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

Block 4 - Process Each Place

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

Block 5 - Upsert Places to Sheet

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

Block 6 - Wait Rate Limit

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

Block 7 - Receive Telegram Input

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.2

Block 8 - Parse Input Parameters

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

Block 9 - Send Done Notification

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 10 - Select Website URL

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Extract Website Email

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

Block 12 - Update Email in Sheet

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

Block 13 - Generate Company Summary

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

Block 14 - Website URL Exists?

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

Block 15 - Fetch Website Content

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

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Sticky Note2

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

Block 19 - Sticky Note3

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

Block 20 - Sticky Note4

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

3. Summary Table

Workflow Enrich B2B Google Maps leads with Apify, Jina AI, GPT-5.2 and Google Sheets
Complexity advanced
Nodes 20
Categories Lead Generation, AI Summarization
Author Khairul Muhtadin
Published 22 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13582/13582.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 Enrich B2B Google Maps leads with Apify, Jina AI, GPT-5.2 and Google Sheets do?

Stop wasting hours manually hunting for business leads. This workflow automates the entire process from scraping Google Maps to extracting contact emails all triggered from your phone via Telegram....

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.