Take this email and give me the full identity - name, title, company, and LinkedIn
Reverse-lookup this email address into a complete profile
Takes a business email address and resolves it to a complete identity record. The primary path is one call - reverse_email_lookup returns the full business profile, firmographics, business + personal email, and additional emails on file. A step-by-step chain is available as the detailed enrichment route when a field comes back empty, or whenever mobile is wanted - mobile comes only from linkedin_to_mobile_phone in the chain.
If the email isn't in the identity graph, there's nothing to show - no credits wasted on follow-up calls.
Primary (one call):
business email
to reverse_email_lookup (email to full profile + firmographics + business/personal/additional emails)
Detailed / enrichment route:
business email
to email_to_linkedin (email to LinkedIn URL)
to reverse_linkedin_lookup (LinkedIn to name, title, company, firmographics)
to linkedin_to_personal_email (LinkedIn to personal email) ─┐ parallel
to linkedin_to_mobile_phone (LinkedIn to mobile) ─┘
Resolved: jane@acmecorp.com
Jane Smith - Head of Marketing, Acme Corp
LinkedIn: https://www.linkedin.com/in/janesmith
Location: San Francisco, US
Industry: Information Technology · 201–500 employees
Personal email: jane.smith@gmail.com (validated 2024-09-17)
Mobile: +1 415 555 0192
Every endpoint takes a single input, so for a list the skill calls reverse_email_lookup once per email, fired in parallel - one call apiece covers the full identity. If the detailed route is needed, the per-email LinkedIn enrichment runs the same way (one call per URL; linkedin_to_mobile_phone is the one endpoint that accepts a linkedin_urls array up to 100).
Get the Email to Full Person Profile skill file. We'll send occasional updates - no spam.