Skip to main content
POST
Email Address to B2B Person Profile

Email to B2B Person Profile

Convert an email address into a B2B person profile. Find the professional identity behind any email.

Endpoint Details

Reverse lookup is more resource-intensive than forward lookup, hence the higher cost.

Quick Example


Request Parameters

string
Work email address to lookup. Preferred over personal_email.
string
Personal email address to lookup. Alternative identifier.
You must provide either work_email or personal_email (or both for better match rates).

Response

string
B2B person profile URL or slug (null if not found)
number
required
Credits used (10 if found, 0 if not)
string
required
Human-readable status message

Example Response


Success Messages


Workflow

1

Submit Email

Send the work or personal email address.
2

B2B Person Profile Lookup

We search our database for matching B2B person profiles.
3

Get B2B Person Profile

Receive the B2B person profile.
4

Enrich Further

Use B2B Person Profile to get full profile details.

Best Practices

Work emails have higher match rates than personal emails for professional profiles.
After finding a profile URL, use B2B Person Profile to get complete profile data.
Not all emails have associated professional profiles. Plan for partial enrichment.

Use Cases

CRM Enrichment

Add B2B person profile links to your CRM contacts.

Lead Research

Identify the professional identity behind inbound leads.

Visitor Identification

Match website visitors to professional profiles.

Data Completeness

Fill in missing profile URLs in your contact database.

Authorizations

X-API-Key
string
header
required

Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).

Body

application/json
work_email
string
default:alex.rivera@example.com

Provide the Work Email of the person

personal_email
string
default:alex-riveral@gmail.com

Provide the Personal Email of the person

Response

Successful response with B2B profile details

profile_url
string
Example:

"jouellette"

message
string
Example:

"Profile URL found"

credits_consumed
integer
Example:

10