Featured Product

n8n Lead Enrichment Workflow

Multi-provider enrichment fallback • Smart rate-limits • Clean & dedupe • Score & tag • Webhook in/out • JSON schema + logs.

What's inside

A complete lead enrichment system built for reliability, scalability, and ease of use.

Multi-provider fallback
Automatic failover between enrichment providers
Smart rate-limits
Built-in rate limiting to prevent API overages
Clean & dedupe
Automatic data cleaning and duplicate removal
Score & tag
Custom scoring and tagging based on your ICP
Webhook in/out
Easy integration with your existing systems
JSON schema + logs
Structured data output with detailed logging

Workflow Preview

See the structure and configuration of the n8n workflow

n8n Workflow Configuration
{
  "name": "Lead Enrichment Workflow",
  "nodes": [
    {
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "parameters": {
        "path": "enrich-lead",
        "httpMethod": "POST"
      }
    },
    {
      "name": "Data Validation",
      "type": "n8n-nodes-base.function",
      "parameters": {
        "functionCode": "// Validate required fields\nif (!items[0].json.email) {\n  throw new Error('Email required');\n}"
      }
    },
    {
      "name": "Primary Enrichment",
      "type": "n8n-nodes-base.httpRequest",
      "parameters": {
        "url": "https://api.apollo.io/v1/people/match",
        "method": "POST",
        "headers": {
          "Api-Key": "={{$credentials.apolloApi.apiKey}}"
        }
      }
    },
    {
      "name": "Fallback Enrichment",
      "type": "n8n-nodes-base.httpRequest",
      "parameters": {
        "url": "https://api.clearbit.com/v2/people/find",
        "method": "GET"
      }
    }
  ],
  "connections": {
    "Webhook Trigger": {
      "main": [["Data Validation"]]
    },
    "Data Validation": {
      "main": [["Primary Enrichment"]]
    }
  }
}
1-click import readyJSON Schema included

Choose your license

One-time purchase with lifetime updates and support

Starter
$97/one-time
Perfect for small teams getting started with lead enrichment
  • Basic n8n workflow
  • 2 enrichment providers
  • Up to 1,000 leads/month
  • Email support
  • Setup documentation
Most Popular
Pro
$297/one-time
Advanced features for growing businesses
  • Advanced n8n workflow
  • 5+ enrichment providers
  • Up to 10,000 leads/month
  • Priority support
  • Custom scoring rules
  • Webhook integrations
  • Advanced logging

Need a custom solution?

Frequently Asked Questions

Everything you need to know about the n8n workflow