Use case
Resolve a partial identifier, an email, a name, or a phone number, into a full, current contact record.
Your data is fragmented. One system has an email with no name, another has a phone with no owner, a scrape gave you a LinkedIn URL but no way to call. Each fragment points at a real person, but nothing ties them together, so the records stay half-useful and duplicates pile up.
Start from any single identifier and resolve it to the full, current person.
Give a name, phone, email, or address and get a full public-record profile back: current contact details and known associations.
Resolve a name and company domain to a verified business email. No email found means no charge.
Turn a LinkedIn URL or an email into a verified mobile number, so a scraped profile becomes someone you can reach.
Start from a phone number and return the owner, closing the loop when all you have is a digit string with no name attached.
One resolved row per input: the fragment you started with, tied to a full name, a verified email, and a current phone, so every scattered record points back to one real person.
| Input | Resolved name | Mobile | |
|---|---|---|---|
| linkedin.com/in/jchen | Julia Chen | jchen@vireo.com | (206) 555-0119 |
| (312) 555-0184 | Andre Willis | awillis@harborpm.com | (312) 555-0184 |