Block 1 - Google Gemini Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. Uncover new business leads with this AI Powered Prospect Discovery Agent! This n8n workflow acts...
@n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-mcp.mcpclienttool, n8n-nodes-base.jinaaitool, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.mcptrigger, @n8n/n8n-nodes-langchain.toolworkflow, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jez.
Original n8n.io sourceThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.
Uncover new business leads with this AI-Powered Prospect Discovery Agent! This n8n workflow acts as a specialized intelligent assistant that, given a business type and location, uses multiple search strategies to identify a list of potential prospect companies and their websites.
Stop manually trawling through search results! This agent automates the initial phase of lead generation by:
How it Works:
The workflow is built around an AI agent powered by Google Gemini. This agent is equipped with tools like:
The agent's system prompt guides it to use these tools efficiently to build a list of prospects without getting bogged down in deep research on any single one at this discovery stage.
Use Cases:
Setup:
prospect_discovery_agent node contains a detailed system prompt. You can fine-tune this to adjust its search strategies or the strictness of its matching.prospect_discovery_workflow). It expects the following inputs:business_type (string): e.g., "artisan bakery"location_query (string): e.g., "Portland, Oregon"desired_num_prospects (number): e.g., 5additional_keywords (string, optional): e.g., "organic, gluten-free"To Use (as a Sub-Workflow/Tool):
This workflow is typically called by another n8n workflow (e.g., using a "Tool Workflow" node from the Langchain nodes). The calling workflow would provide the inputs listed above. The "Prospect Discovery" workflow will then execute and its final node (the prospect_discovery_agent) will output a JSON array of found prospects, like:
[
{
"business_name": "Rose Petal Bakery",
"website_url": "https://rosepetalbakerypdx.com"
},
{
"business_name": "The Daily Bread Artisans",
"website_url": "https://dailybreadpdx.com"
}
]
If no prospects are found, it returns an empty array [].
This template provides a powerful and focused tool for automating the initial stages of prospect identification.
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.
Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Discover business leads with Gemini, Brave Search and web scraping |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | Lead Generation, AI Chatbot |
| Author | Jez |
| Published | 13 Jun 2025 |
Use the JSON export at /data/workflows/4910/4910.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.
This workflow contains community nodes that are only compatible with the self hosted version of n8n. Uncover new business leads with this AI Powered Prospect Discovery Agent! This n8n workflow acts...
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 Chatbot use case.