Block 1 - When clicking âExecute workflowâ
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
Description This workflow automatically discovers decision maker email addresses from Google search results using AI. Starting from a search query, it scrapes organic Google results, extracts compa...
n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.code, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Hyrum Hurst.
Original n8n.io sourceThis workflow automatically discovers decision-maker email addresses from Google search results using AI.
Starting from a search query, it scrapes organic Google results, extracts company domains, infers likely decision-makers, generates realistic executive email patterns, validates deliverability, and stores only verified emails in Google Sheets.
The workflow is designed to reduce manual research while producing structured, outbound-ready contact data that can be reused across sales, partnerships, recruiting, and research workflows.
Trigger The workflow starts manually or via a webhook with a Google search query.
Google Search Scraping An Apify node collects organic Google search results for the query.
Result Processing Each result is processed individually to extract the company name and website domain.
Decision-Maker Inference An AI model analyzes the company context and identifies likely decision-makers (for example founders, executives, partners, or directors).
Email Pattern Generation AI generates realistic executive email address candidates based on the company domain.
Inbox Filtering Generic role-based inboxes (such as info@, support@, or sales@) are removed.
Email Validation An email validation API checks deliverability and filters out invalid addresses.
Data Structuring Results are normalized into structured fields for consistent storage.
Storage Verified emails and company details are logged in Google Sheets.
Each processed result produces:
Hyrum Hurst AI Automation Engineer at QuarterSmart đ§ [email protected]
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.
| Workflow | Scrape verified decision-maker emails from Google with GPT-4.1 and Apify |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Lead Generation, AI Summarization |
| Author | Hyrum Hurst |
| Published | 21 Jan 2026 |
Use the JSON export at /data/workflows/12877/12877.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Description This workflow automatically discovers decision maker email addresses from Google search results using AI. Starting from a search query, it scrapes organic Google results, extracts compa...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.