Airtable Lead Enricher

Fill missing lead data. Email, phone, AI scoring. Works with Airtable or standalone.

๐ŸŽฅ Demo

๐Ÿš€ Quick Start

  1. Get Airtable token at airtable.com/create/tokens
  2. Get Base ID from URL: https://airtable.com/appXXXXXX/...
  3. Get Table ID: Click ... on table โ†’ Copy table ID
  4. Run:
{
  "airtable": {
    "apiKey": "patXXXXXXXXXXXXXX",
    "baseId": "appXXXXXXXXXXXXXX",
    "tableId": "tblXXXXXXXXXXXXXX",
    "inputFields": {
      "companyName": "Company Name"
    }
  }
}

๐ŸŽฏ Modes

ModeUse CaseNeeds Airtable?
batchRead from Airtable, enrich, write back (max 100)โœ… Yes
singleEnrich specific record IDs (max 100)โœ… Yes
apiStandalone mode for integrations (max 1000)โŒ No

๐Ÿ“š Documentation

๐Ÿ—‚๏ธ Field Mapping

Map your Airtable columns to internal fields.

Input (What to Read)

{
  "inputFields": {
    "companyName": "Company Name",  // REQUIRED
    "website": "Website",           // REQUIRED
    "location": "City"              // Optional
  }
}

Output (What to Write)

{
  "outputFields": {
    "email": "Contact Email",
    "phone": "Phone",
    "leadScore": "Lead Score",
    "summary": "AI Summary"
  }
}

Available outputs: email, phone, address, rating, reviewCount, description, techStack, industry, linkedinUrl, leadScore, icpScore, summary, and more. See all fields โ†’

โœจ Features

FeatureDescription
Contact InfoEmail, phone from website + Google Maps
Verified EmailsHunter.io (bring your own key)
Social LinksLinkedIn, Facebook, Twitter
AI ScoringQuality labels (Excellent, Good, Fair, Poor, Bad) + ICP match
Batch Mode1000 companies per run (API mode)

๐Ÿ’ฐ Pricing

$0.03 per lead

LeadsCostvs Clearbitvs Apollo
100$3$36 (12x)$15 (5x)
1,000$30$360 (12x)$150 (5x)

๐Ÿ“Š Data Sources

SourceDataAPI Key?
WebsiteEmail, phone, tech stack, industryโŒ No
Google MapsPhone, address, rating, reviewsโŒ No
Hunter.ioVerified email, LinkedIn, Facebook, Twitterโœ… Yes
AI/LLMLead score, ICP score, summaryโœ… Yes