🎣 Build a prospecting list with LeadIQ and save it to Airtable CRM

⚡ 109 views · 🎣 Lead Generation & Enrichment

💡 Pro Tip — If you’re pulling LinkedIn data through HTTP requests or dealing with API restrictions, there’s a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search — you just pass a URL and get structured data back.

View All Scrapers

Description

Who this is for

B2B companies, including:

With this workflow:

What it does

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:

How to customize the workflow

  1. Sign up for LeadIQ: https://leadiq.com
  1. Add the API key to all HTTP nodes:
Authorization: Basic <your API string here>
Content-Type: application/json
  1. Sign up for Airtable
  1. In Airtable, generate an API key:
  1. Set the correct base and sheet in all Airtable nodes
  2. Use the Code node called “Manage number of leads” to control how many records are pulled from the database
input.limit = 1;

Replace 1 with the desired number of leads

  1. Launch the workflow using the “Open Chat” trigger node

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.

Email enrichment note

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.

Workflow updates

I will continue to add new functionality and improve this workflow, including:

The latest version will always be available on my Patreon

đź”— Nodes Used

Airtable, HTTP Request, AI Agent, Basic LLM Chain, Structured Output Parser, Mistral Cloud Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup