Block 1 - Structured Output Parser
- Type / Role
- @n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
- Config choices
- Version 1.3
This workflow is provided as-is. Please review and test before using in production.
Who this is for B2B companies, including: Founders Marketing and sales professionals Recruiters involved in people search and B2B outreach With this workflow: No more manual list building No time s...
@n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.airtable, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.lmchatmistralcloud, @n8n/n8n-nodes-langchain.chainllm
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by GrowSpire Agency.
Original n8n.io sourceB2B companies, including:
With this workflow:
This workflow helps you quickly build a list of prospects for outreach using the LeadIQ provider. It collects:
You simply provide a natural language prompt, for example: “Founder at a software engineering firm, 11–50 employees, based in New York, using AI technologies.”
The embedded AI agent transforms your input into a GraphQL query, which is then used to pull leads from the database.
📹 Video walkthrough: Click Here
Benefits:
⚠️ Important: This workflow is not ideal if email addresses are the only data you need, as LeadIQ does not always provide emails. It works best when you need:
Authorization: Basic <your API string here>
Content-Type: application/json
input.limit = 1;
Replace 1 with the desired number of leads
Prompt structure:
📌 Contact-level criteria (optional)
📌 Company-level criteria (optional)
The workflow includes two AI agents that map your natural language input to the closest existing database filters, so you can write prompts in your own words.
The lower part of the workflow (“Enrichment: Search Data & Email”) attempts to pull emails from the LeadIQ database for existing leads. Not every lead has an email available, so this step is optional and limited.
I will continue to add new functionality and improve this workflow, including:
The latest version will always be available on my Patreon
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 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | Build a prospecting list with LeadIQ and save it to Airtable CRM |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | Lead Generation, AI Chatbot |
| Author | GrowSpire Agency |
| Published | 08 Jan 2026 |
Use the JSON export at /data/workflows/12562/12562.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.
Who this is for B2B companies, including: Founders Marketing and sales professionals Recruiters involved in people search and B2B outreach With this workflow: No more manual list building No time s...
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.