Lead Enrichment API · Identity Intelligence

Your Leads Are Only as Good
as the Data Behind Them

IRBIS enriches emails and phone numbers with social footprint, digital identity signals, and breach data — so your platform delivers qualified leads, not just contact records.

4Signal types
500+Platforms scanned
1API key
15 minTo integrate
Lead enrichment · on form submit
Lead submitted
email: "sarah.chen@gmail.com"
phone: "+14155558842"
name: "Sarah Chen"
IRBIS enrichment call
POST /api/developer/post
ids: ["email","phone","name"]
{ "social_accounts": 14, "platforms": ["LinkedIn", "Twitter"], "phone_type": "mobile", "carrier": "T-Mobile", "breaches": 0, "footprint_age": "7+ years" }
Lead quality score 94 / 100
GDPR Compliant
ISO 27001
REST API · JSON
500+ Platforms
Pay Per Lookup

A Contact Is Not a Lead

An email address and a phone number tell you almost nothing about the person behind them. That's the gap between what lead gen tools collect and what sales teams actually need.

🤖
Fake and bot-submitted leads
Disposable email addresses, VoIP numbers, and bot-generated form submissions look identical to real leads in your CRM. By the time sales calls it a dead end, budget has already been wasted routing it through the pipeline.
👻
Thin identities with no digital history
The email is real. The phone is real. But the person has no LinkedIn, no social presence, no digital footprint at all. These leads look valid on paper but rarely convert — and enrichment before scoring would have filtered them.
🧩
You have the email. You don't know the person.
Your CRM has 50,000 contacts. Each one is just an email and maybe a name. The ones with rich digital identities — active social presence, real phone, established accounts — convert at 3x the rate. You just can't tell them apart yet.

What IRBIS Adds to Each Contact

Four enrichment types — each one turning a bare contact record into a qualified identity signal your scoring model can actually use.

✉️
Email → Digital Identity
id: "email"
Search an email address across 200+ platforms and social networks. How many accounts are linked to it? What platforms? How old is the digital footprint? An email tied to a LinkedIn, Twitter, and GitHub account is a fundamentally different lead than one with no linked presence.
Social profilesPlatform countFootprint ageThin = low quality
📱
Phone → Real Person Signal
id: "phone" · "real_phone"
Is the number real and active? Is it mobile, VoIP, or landline? What carrier? Is it registered in WhatsApp or Telegram? A mobile number on a major carrier with messaging app presence is a strong signal of a real, reachable person. A TextNow VoIP number is not.
CarrierMobile / VoIPMessaging appsVoIP = flag
👤
Name → Social Graph
id: "name"
Search by full name across social networks and the open web. Returns matched profiles, linked usernames, and presence consistency. Useful for enriching leads where you have a name but no email yet, or cross-validating that the name matches the email and phone on file.
Social accountsUsernamesPresence score
🔓
Breach Exposure Check
id: "breach"
Has this email or phone appeared in known data breach databases? Breach exposure is a reliable signal for disposable or recycled contact data — addresses that have been used in bulk signups, bot campaigns, or scraped from leaked lists rather than entered by a real person.
Bot / scraped signalBreach countExposure dates
Combine signals for a quality score: A lead with a mobile carrier, 12 linked social accounts, zero breach exposure, and a 5-year email footprint scores very differently from one with a VoIP number, no social presence, and three breach appearances. IRBIS gives you the raw signals — your model builds the score.

Who Embeds IRBIS

If your product collects, processes, or scores leads — IRBIS is the enrichment layer that makes your data actually mean something.

🧠
Sales intelligence platforms
B2B prospecting tools that enrich contact records with phone and email data. IRBIS adds the personal identity layer — social graph, digital footprint depth, phone intelligence — on top of firmographic data.
emailphonename
📧
Outbound automation tools
Cold email and outreach platforms where deliverability and lead quality are everything. IRBIS validates that the email belongs to a real person with a real digital presence before it goes into a sequence — reducing bounces and protecting sender reputation.
emailbreach
🌐
Visitor identification tools
Platforms that identify companies visiting your website but stop at the company level. IRBIS adds the person-level layer — when a known email is matched to a visitor, enrich it with social footprint and identity signals to qualify the contact.
emailname
🔧
CRM & marketing automation
HubSpot, Salesforce, and ActiveCampaign integrations where lead records are ingested at scale. Run IRBIS enrichment at the point of contact creation — social footprint and phone intelligence land in the record before the lead ever reaches a sales rep.
emailphonebreach
📋
Lead capture & form tools
Forms, chatbots, and landing page builders that collect raw lead data. Call IRBIS at form submission to instantly validate the submitted email and phone — flag thin or suspicious submissions before they enter the pipeline at all.
emailphone
🎯
AdTech & audience platforms
Platforms that unify customer data for campaign targeting. IRBIS enriches first-party email and phone data with social identity signals — improving audience segmentation and match rates against ad platform audiences.
emailnamephone

Where IRBIS Fits in Your Stack

IRBIS is identity intelligence infrastructure — it sits between lead capture and lead scoring, giving your model the signals it needs to make better decisions.

1
Contact submits email, phone, or name
Form submission, CRM ingestion, CSV import, or real-time API call from your product
2
IRBIS enrichment call ← you are here
POST email/phone/name — get back social footprint, carrier data, breach status, presence signals
3
Your scoring model uses enriched data
Lead quality score, segment assignment, routing logic — IRBIS gives your model better inputs
4
Route / score / discard
Good contacts reach sales fast. Thin or suspicious ones get filtered. No more junk in the pipeline.
What platforms stop dealing with after adding IRBIS
Bot-submitted form entries clogging the CRM
Sales reps calling VoIP numbers that go nowhere
Disposable emails burning outreach sender reputation
Lead scores that treat all contacts identically
Paying for 4 separate enrichment providers to cover email, phone, social, and breach
Most teams start with the email endpoint — it catches the majority of thin and fake leads immediately. Phone and breach checks layer on for higher confidence scoring.

IRBIS vs Other Enrichment APIs

Most enrichment tools cover firmographic or B2B data well. IRBIS covers personal digital identity — the layer they all skip.

Signal / capability IRBIS Clearbit Apollo PDL FullContact Pipl
Email → social footprintPartialPartial
Phone intelligence (VoIP detection)Partial
Phone carrier + line type
Name → social graph (500+ platforms)PartialPartial
Breach / fake lead detection
Digital footprint age / depthPartialPartial
B2B firmographic data✓ Core✓ CorePartial
B2C / personal identity signals✓ CorePartial
All signals under one API key
Pay per lookup (no subscription)SubscriptionSubscriptionSubscriptionSubscriptionSubscription
IRBIS and Clearbit/Apollo are complementary, not competing. Clearbit enriches the company layer — IRBIS enriches the person layer. Many teams use both.

One Call at Form Submit

Add lead enrichment to your existing stack in a few hours. POST an email or phone, get back identity signals your scoring model can use immediately.

Lead enrichment · cURL
# Enrich on form submission
curl -X POST \
  https://irbis.espysys.com/api/developer/post \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "searches": [
      { "id": "email", "term": "sarah.chen@gmail.com" },
      { "id": "phone", "term": "+14155558842" },
      { "id": "breach", "term": "sarah.chen@gmail.com" }
    ]
  }'

# Returns lookupId immediately
{ "lookupId": "lk_3d9f22c81" }

# Retrieve enriched lead data
curl \
  https://irbis.espysys.com/api/developer/results/lk_3d9f22c81 \
  -H "Authorization: Bearer YOUR_KEY"
Enrich email, phone, and breach in one call
The searches array accepts multiple signal types in a single POST. One round trip returns social footprint, phone intelligence, and breach status simultaneously.
Non-blocking async model
POST returns a lookupId immediately — your form submission completes without waiting. Retrieve enrichment results in the background and apply them to the lead record before it hits your pipeline.
Works with your existing stack
IRBIS enriches data — it doesn't replace your CRM, scoring model, or outbound tool. Add it as an enrichment step before leads reach your existing workflow. No migration, no rearchitecting.
Full API documentation →

Enrichment API — FAQs

IRBIS enriches submitted emails and phone numbers with real identity signals — linked social accounts, digital footprint depth, carrier data, and breach exposure. Leads with thin digital footprints, VoIP numbers, or no social presence are flagged before they enter your pipeline or CRM.
From an email: linked social profiles, platform accounts, footprint age, and breach history. From a phone number: carrier, line type (mobile vs VoIP), owner name, and messaging app presence. From a name: social graph across 500+ platforms, linked accounts, and presence consistency score.
Yes. Fake leads typically have no digital footprint — a disposable email with no linked accounts, a VoIP phone, or a name with no social presence. IRBIS surfaces these signals at form submission or CRM ingestion so low-quality leads never reach your sales team.
Between lead capture and lead scoring. POST an email or phone to IRBIS right after form submission or CRM ingestion. IRBIS returns identity signals which your scoring model uses to qualify the lead. It's one extra step that changes what your entire pipeline works with.
No — IRBIS is identity intelligence infrastructure. Clearbit and Apollo cover the B2B firmographic layer — company, job title, revenue. IRBIS covers the personal identity layer — social footprint, phone intelligence, breach data. They're complementary and many teams use both.
IRBIS goes beyond syntax and deliverability checks. It searches the email across 200+ platforms to determine if a real person is behind it. An email with zero linked accounts is a much weaker lead than one with an active digital presence — regardless of whether it delivers.
Yes — and this is where IRBIS is strongest. B2B tools like Clearbit focus on professional identity (company, LinkedIn). IRBIS enriches personal digital identity — social accounts, phone intelligence, digital footprint. It's particularly strong for B2C platforms and consumer-facing products.
Credit-based. Buy a bundle of credits and spend them per lookup. No monthly minimum, no charge for empty responses. Free trial credits on registration — no credit card required. Details at espysys.com/pricing.

Turn Contact Records Into Real Leads

Free trial credits. One API key. No subscription. Register and run your first lead enrichment call today.