This workflow corresponds to n8n.io template #10640 — we link there as the canonical source.
This workflow follows the Apifyn8N Nodes Apify → Google Sheets recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "UkKQ9WAMrgGbWCJw",
"meta": {
"templateId": "10120",
"templateCredsSetupCompleted": true
},
"name": "\ud83d\udca5 Automate Scrape Google Maps Business Leads (Email, Phone, Website) using Apify -vide II",
"tags": [],
"nodes": [
{
"id": "b15db5d0-22ad-4ec2-8c7f-45ec329e70f8",
"name": "Get dataset items",
"type": "@apify/n8n-nodes-apify.apify",
"position": [
-1440,
4032
],
"parameters": {
"limit": {},
"offset": {},
"resource": "Datasets",
"datasetId": "={{ $json.defaultDatasetId }}"
},
"typeVersion": 1
},
{
"id": "12f5d055-2bac-4f1b-872f-5dc96016519c",
"name": "Remove Duplicates",
"type": "n8n-nodes-base.removeDuplicates",
"position": [
-1200,
4032
],
"parameters": {
"compare": "selectedFields",
"options": {},
"fieldsToCompare": "title"
},
"typeVersion": 2
},
{
"id": "6084326e-000e-49d4-8d01-939b25ff3c6d",
"name": "Run Google Maps Scraper",
"type": "@apify/n8n-nodes-apify.apify",
"position": [
-1680,
4032
],
"parameters": {
"actorId": {
"__rl": true,
"mode": "list",
"value": "nwua9Gu5YrADL7ZDj",
"cachedResultUrl": "https://console.apify.com/actors/nwua9Gu5YrADL7ZDj/input",
"cachedResultName": "Google Maps Scraper (compass/crawler-google-places)"
},
"timeout": {},
"customBody": "={\n \"includeWebResults\": false,\n \"language\": \"fr\",\n \"locationQuery\": \"\",\n \"maxCrawledPlacesPerSearch\": {{ $('Extract Input Data').item.json.limit }},\n \"maxImages\": 0,\n \"maximumLeadsEnrichmentRecords\": 0,\n \"scrapeContacts\": false,\n \"scrapeDirectories\": false,\n \"scrapeImageAuthors\": false,\n \"scrapePlaceDetailPage\": false,\n \"scrapeReviewsPersonalData\": true,\n \"scrapeTableReservationProvider\": false,\n \"searchStringsArray\": [\n \"{{ $('Extract Input Data').item.json.sector }}\"\n ],\n \"skipClosedPlaces\": false,\n \"startUrls\": [\n {\n \"url\": \"{{ $('Extract Input Data').item.json.mapsUrl }}\"\n }\n ]\n}"
},
"typeVersion": 1
},
{
"id": "bddaee65-4adb-49d7-b552-1f1f007e670e",
"name": "Loop Over Items",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-800,
4032
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "ddc329c2-3b9d-4759-827c-164040e54113",
"name": "Google maps database",
"type": "n8n-nodes-base.googleSheets",
"position": [
-160,
4048
],
"parameters": {
"columns": {
"value": {
"url": "={{ $('Loop Over Items').item.json.url }}",
"city": "={{ $('Loop Over Items').item.json.city }}",
"rank": "={{ $('Loop Over Items').item.json.rank }}",
"phone": "={{ \"'\" + ($('Loop Over Items').item.json.phonesUncertain || $('Loop Over Items').item.json.phoneUnformatted || '') }}\n",
"title": "={{ $('Loop Over Items').item.json.title }}",
"street": "={{ $('Loop Over Items').item.json.street }}",
"address": "={{ $('Loop Over Items').item.json.address }}",
"website": "={{ $('Loop Over Items').item.json.website }}",
"imageUrl": "={{ $('Loop Over Items').item.json.imageUrl }}",
"scrapedAt": "={{ $('Loop Over Items').item.json.scrapedAt }}",
"categories": "={{ $('Loop Over Items').item.json.categories }}",
"postalcode": "={{ $('Loop Over Items').item.json.postalCode }}",
"totalScore": "={{ $('Loop Over Items').item.json.totalScore }}",
"countryCode": "={{ $('Loop Over Items').item.json.countryCode }}",
"categoryName": "={{ $('Loop Over Items').item.json.categoryName }}",
"isAdvertisement": "={{ $('Loop Over Items').item.json.isAdvertisement }}",
"companySummaryIn": "={{ $json.message.content.companySummary }}",
"phoneUnformatted": "={{ $('Loop Over Items').item.json.phonesUncertain || $('Loop Over Items').item.json.phoneUnformatted || 'No phone found' }}\n"
},
"schema": [
{
"id": "title",
"type": "string",
"display": true,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "categoryName",
"type": "string",
"display": true,
"required": false,
"displayName": "categoryName",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "address",
"type": "string",
"display": true,
"required": false,
"displayName": "address",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "street",
"type": "string",
"display": true,
"required": false,
"displayName": "street",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "city",
"type": "string",
"display": true,
"required": false,
"displayName": "city",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "postalcode",
"type": "string",
"display": true,
"required": false,
"displayName": "postalcode",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "countryCode",
"type": "string",
"display": true,
"required": false,
"displayName": "countryCode",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "phone",
"type": "string",
"display": true,
"required": false,
"displayName": "phone",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "phoneUnformatted",
"type": "string",
"display": true,
"required": false,
"displayName": "phoneUnformatted",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "website",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "website",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Email",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "totalScore",
"type": "string",
"display": true,
"required": false,
"displayName": "totalScore",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "categories",
"type": "string",
"display": true,
"required": false,
"displayName": "categories",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "scrapedAt",
"type": "string",
"display": true,
"required": false,
"displayName": "scrapedAt",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "url",
"type": "string",
"display": true,
"required": false,
"displayName": "url",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "rank",
"type": "string",
"display": true,
"required": false,
"displayName": "rank",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "isAdvertisement",
"type": "string",
"display": true,
"required": false,
"displayName": "isAdvertisement",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "imageUrl",
"type": "string",
"display": true,
"required": false,
"displayName": "imageUrl",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "companySummaryIn",
"type": "string",
"display": true,
"required": false,
"displayName": "companySummaryIn",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "id",
"value": "="
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "="
}
},
"typeVersion": 4.7
},
{
"id": "f61891c7-41d7-419a-9bef-bbd81bc76733",
"name": "Pause for rate limit",
"type": "n8n-nodes-base.wait",
"position": [
960,
4272
],
"parameters": {
"amount": 2
},
"typeVersion": 1.1
},
{
"id": "28826c4c-ed52-4297-8856-395b51a51f15",
"name": "Telegram Trigger",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
-2144,
4032
],
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"typeVersion": 1.2
},
{
"id": "dc6d2155-a004-4253-ab0c-ea5974d9429c",
"name": "Extract Input Data",
"type": "n8n-nodes-base.code",
"position": [
-1920,
4032
],
"parameters": {
"jsCode": "// Parse the Telegram message and extract three comma-separated values\nconst messageText = $input.first().json.message.text;\n\n// Split by commas and trim whitespace\nconst parts = messageText.split(';').map(part => part.trim());\n\n// Extract the three values\nconst sector = parts[0] || '';\nconst limit = parseInt(parts[1]) || 0;\nconst mapsUrl = parts[2] || '';\n\n// Return the parsed data as a JSON object\nreturn [\n {\n json: {\n sector: sector,\n limit: limit,\n mapsUrl: mapsUrl\n }\n }\n];"
},
"typeVersion": 2
},
{
"id": "bf177f41-a447-4334-9a5f-7dd7e08b9ea5",
"name": "Notification message",
"type": "n8n-nodes-base.telegram",
"position": [
-784,
4272
],
"parameters": {
"text": "DONE",
"chatId": "={{ $('Telegram Trigger').first().json.message.chat.id }}",
"additionalFields": {}
},
"typeVersion": 1.2
},
{
"id": "6b940388-c1b4-490e-9f29-dfbbdac7d5a4",
"name": "Extract Only Website URLs",
"type": "n8n-nodes-base.set",
"position": [
128,
4048
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "ccc11066-fad4-4931-acf6-6c45e5e7b117",
"name": "Site internet",
"type": "string",
"value": "={{ $('Loop Over Items').first().json.website }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "097bdf79-90b3-4a75-9121-1f0d1b9d2016",
"name": "Fetch Raw HTML Content from Business Website",
"type": "n8n-nodes-base.httpRequest",
"position": [
384,
4048
],
"parameters": {
"url": "={{ $json['Site internet'] }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "452a2220-2f4f-4575-9da5-7661c35e7b72",
"name": "Extract Business Email from Website HTML (GPT-4)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
608,
4048
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "GPT-4O-MINI"
},
"options": {},
"messages": {
"values": [
{
"content": "=You are analyzing the HTML content of a business website to extract the most relevant contact email address.\n\nYour task:\n\nExtract only one email address, ideally belonging to the business owner, manager, or main contact person.\n\nIf multiple emails appear, choose the most authoritative or professional one (e.g., not \u201cinfo@\u201d or \u201csupport@\u201d unless it\u2019s the only option).\n\nIf no valid email is found, return exactly:\nNull\n\nOutput rules:\n\nOutput only the email address (no explanation, no JSON, no punctuation, no quotes).\n\nThe result must be a clean, valid email format (e.g., contact@company.com).\n\nWebsite HTML content:\n{{ $json.data }}"
}
]
}
},
"typeVersion": 1.8
},
{
"id": "26c43321-7082-4ff3-b0d7-ee93b607ea26",
"name": "Email Update",
"type": "n8n-nodes-base.googleSheets",
"position": [
960,
4048
],
"parameters": {
"columns": {
"value": {
"Email": "={{ $json.message.content }}",
"title": "={{ $('Loop Over Items').item.json.title }}"
},
"schema": [
{
"id": "title",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "categoryName",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "categoryName",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "address",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "address",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "street",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "street",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "city",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "city",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "postalcode",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "postalcode",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "countryCode",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "countryCode",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "phone",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "phone",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "phoneUnformatted",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "phoneUnformatted",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "website",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "website",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Email",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "totalScore",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "totalScore",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "categories",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "categories",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "scrapedAt",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "scrapedAt",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "url",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "url",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "rank",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "rank",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "isAdvertisement",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "isAdvertisement",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "imageUrl",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "imageUrl",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "companySummaryIn",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "companySummaryIn",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"title"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "id",
"value": "="
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "="
}
},
"typeVersion": 4.7
},
{
"id": "e46d3db1-f7f4-4606-b46d-ca9198061e17",
"name": "Step 2 - Extract Input Data Documentation",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2208,
3472
],
"parameters": {
"color": 7,
"width": 1184,
"height": 1056,
"content": "## Step 1 - Extract Input Data and Run Google Maps Scraper\n\n**Purpose:** Parses the Telegram message and extracts the three input parameters needed for the Google Maps scraper.\n\n**Configuration:**\n1. **Mode:** Run Once for All Items\n2. **Language:** JavaScript\n3. **Code Logic:**\n - Splits the message by semicolons (;)\n - Extracts three values: sector, limit, mapsUrl\n - Returns structured JSON output\n\n\n**Purpose:** Executes the Apify Google Maps Scraper actor to collect business listings based on the provided search criteria.\n\n**Configuration:**\n1. **[API : Apify](https://www.apify.com?fpr=udemy)**\n2. **Resource:** Actors\n3. **Operation:** Run actor"
},
"typeVersion": 1
},
{
"id": "a127a961-baea-4078-b05b-0f4e9d112847",
"name": "Sticky Note8",
"type": "n8n-nodes-base.stickyNote",
"position": [
-976,
3472
],
"parameters": {
"color": 6,
"width": 2160,
"height": 1056,
"content": "## Step 2 - Google Maps Database and Extract Business Email\n\n**Purpose:** Appends the processed business data (including AI-generated summary) to a Google Sheet for storage and analysis.\n\n**Configuration:**\n1. **Resource:** Sheet\n2. **Operation:** Append\n3. **Document ID:** 1STVdZYYKCE5Rt3YS4xKlEiZ85FZqTkqIn3ebm8xskYU\n4. **Sheet Name:** Feuille 1\n5. **Columns Mapping Mode:** Define Below\n\n**Purpose:** Uses GPT-4o-mini to intelligently extract the business owner or primary contact email from the website HTML.\n\n**Configuration:**\n1. **Resource:** Text\n2. **Operation:** Message\n3. **Model:** GPT-4o-mini\n4. **Simplify Output:** Enabled\n5. **JSON Output:** Disabled (returns plain text email)"
},
"typeVersion": 1
},
{
"id": "86a2c246-bdc1-41cb-880a-c31b62148f93",
"name": "AI Company Description Generator",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-544,
4048
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini",
"cachedResultName": "GPT-4.1-MINI"
},
"options": {},
"messages": {
"values": [
{
"role": "system",
"content": "=You are an AI assistant specialized in generating professional, concise, and natural company summaries from structured data scraped from Google Maps.\n\nYour goal is to transform the provided company information into a fluent, human-like paragraph suitable for business directories or lead databases.\n\nFollow these principles:\n\nMaintain a professional and informative tone.\n\nWrite in one coherent paragraph (no lists or bullet points).\n\nSmoothly omit any fields that are missing without mentioning it.\n\nThe final text must sound natural and ready for direct publication.\n\nOutput only the final summary paragraph \u2014 no explanations, notes, or JSON."
},
{
"content": "=Generate a clear and concise summary of the following company based on its Google Maps data:\n\nCompany Name: {{ $json.title }}\nCategory: {{ $json.categoryName }}\nAddress: {{ $json.address }}\nCity: {{ $json.city }}\nCountry: {{ $json.countryCode }}\nPhone: {{ $json.phones }}\nGoogle Maps URL: {{ $json.url }}\n\nWrite a natural paragraph like this example (without quotes):\n\nThe company name is [Name]. It is a [category] located at [address] in [city, country]. You can contact them at [phone]. For more details, visit their Google Maps page: [URL].\n\nEnsure the output flows naturally and excludes any missing information.\n\n"
},
{
"content": "Output the result in the JSON format companySummary"
}
]
},
"jsonOutput": true
},
"typeVersion": 1.8
},
{
"id": "543493d6-db18-45af-a214-9085b31f48bf",
"name": "Workflow Overview Documentation",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2832,
3472
],
"parameters": {
"width": 592,
"height": 1056,
"content": "## \ud83d\udd04 Google Maps Business Scraper with Email Enrichment\n\n@[youtube](cijBIHI6iLk)\n\n## **Global Purpose:**\nAutomated lead generation system that scrapes business listings from Google Maps, generates AI-powered summaries, extracts contact emails from websites, and stores everything in Google Sheets.\n\n**- [API : Apify](https://www.apify.com?fpr=udemy)** \n**- [Documentation : notion](https://automatisation.notion.site/Automate-Scrape-Google-Maps-Business-Leads-Email-Phone-Website-using-Apify-2a53d6550fd98118ba22e441171944dd?source=copy_link)** \n**- [Google Sheets : copy](https://docs.google.com/spreadsheets/d/1STVdZYYKCE5Rt3YS4xKlEiZ85FZqTkqIn3ebm8xskYU/copy)** \n\n1\ufe0f\u20e3 **Extract Input Data and Run Google Maps Scraper** \n - Apify scrapes Google Maps for businesses\n - Dataset retrieved with all business details\n - Duplicates removed for data quality\n\n\n2\ufe0f\u20e3 **Google Maps Database and Extract Business Email** \n - Each business processed individually:\n a) AI generates human-readable summary\n b) Business data + summary saved to Sheet \n c) Website URL extracted \n d) Website HTML fetched \n e) AI extracts email from HTML \n f) Email updated in Sheet \n g) 2-second pause before next business \n\n## \ud83d\udcec Need Help or Want to Customize This?\n**Contact me for consulting and support:** [LinkedIn](https://www.linkedin.com/in/dr-firas/) / [YouTube](https://www.youtube.com/@DRFIRASS) / [\ud83d\ude80 Mes Ateliers n8n ](https://hotm.art/formation-n8n)"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"versionId": "29451a14-659f-4b24-affc-ca15bf7f31d6",
"connections": {
"Email Update": {
"main": [
[
{
"node": "Pause for rate limit",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[
{
"node": "Notification message",
"type": "main",
"index": 0
}
],
[
{
"node": "AI Company Description Generator",
"type": "main",
"index": 0
}
]
]
},
"Telegram Trigger": {
"main": [
[
{
"node": "Extract Input Data",
"type": "main",
"index": 0
}
]
]
},
"Get dataset items": {
"main": [
[
{
"node": "Remove Duplicates",
"type": "main",
"index": 0
}
]
]
},
"Remove Duplicates": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Extract Input Data": {
"main": [
[
{
"node": "Run Google Maps Scraper",
"type": "main",
"index": 0
}
]
]
},
"Google maps database": {
"main": [
[
{
"node": "Extract Only Website URLs",
"type": "main",
"index": 0
}
]
]
},
"Pause for rate limit": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Run Google Maps Scraper": {
"main": [
[
{
"node": "Get dataset items",
"type": "main",
"index": 0
}
]
]
},
"Extract Only Website URLs": {
"main": [
[
{
"node": "Fetch Raw HTML Content from Business Website",
"type": "main",
"index": 0
}
]
]
},
"AI Company Description Generator": {
"main": [
[
{
"node": "Google maps database",
"type": "main",
"index": 0
}
]
]
},
"Fetch Raw HTML Content from Business Website": {
"main": [
[
{
"node": "Extract Business Email from Website HTML (GPT-4)",
"type": "main",
"index": 0
}
]
]
},
"Extract Business Email from Website HTML (GPT-4)": {
"main": [
[
{
"node": "Email Update",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow is designed for entrepreneurs, sales teams, marketers, and agencies who want to automate lead discovery and build qualified business contact lists — without manual searching or copying data. It’s perfect for anyone seeking an AI-driven prospecting assistant that…
Source: https://n8n.io/workflows/10640/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow is Part 2 of the HR Client Acquisition system and builds on the lead discovery pipeline from the previous workflow:
Community nodes are used, and template can only be used on self-hosted n8n instances. Sales Development Representatives (SDRs) Business Development Teams Growth Hackers Startup Founders Marketing Agen
Search → Scrape → Qualify → CRM → Email Draft Automation
This powerful workflow automates the evaluation of new digital tools, websites, or platforms with the goal of assessing their potential impact on your business. By leveraging Telegram for user input,
This workflow automates the entire process of lead generation and personalized outreach drafting for local businesses. It utilizes Apify to scrape business data from Google Maps based on your search c