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.
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.
Four enrichment types — each one turning a bare contact record into a qualified identity signal your scoring model can actually use.
If your product collects, processes, or scores leads — IRBIS is the enrichment layer that makes your data actually mean something.
IRBIS is identity intelligence infrastructure — it sits between lead capture and lead scoring, giving your model the signals it needs to make better decisions.
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 footprint | ✓ | Partial | ✗ | Partial | ✓ | ✓ |
| Phone intelligence (VoIP detection) | ✓ | ✗ | ✗ | ✗ | ✗ | Partial |
| Phone carrier + line type | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ |
| Name → social graph (500+ platforms) | ✓ | Partial | Partial | ✓ | ✓ | ✓ |
| Breach / fake lead detection | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ |
| Digital footprint age / depth | ✓ | ✗ | ✗ | ✗ | Partial | Partial |
| B2B firmographic data | ✗ | ✓ Core | ✓ Core | ✓ | Partial | ✗ |
| B2C / personal identity signals | ✓ Core | ✗ | ✗ | ✗ | Partial | ✓ |
| All signals under one API key | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ |
| Pay per lookup (no subscription) | ✓ | Subscription | Subscription | Subscription | Subscription | Subscription |
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.
# 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"
searches array accepts multiple signal types in a single POST. One round trip returns social footprint, phone intelligence, and breach status simultaneously.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.