Skip to main content
POST
B2B Person Profile to Email

B2B Person Profile to Email

Convert a B2B person profile into a verified work email address. The reverse of Email to B2B Person Profile.

Endpoint Details

Every email found is automatically validated for deliverability.

Quick Example


Request Parameters

string
required
B2B person profile URL or slug.

Response

string
Work email address found (null if not found)
string
required
The B2B person profile used for lookup
number
required
Credits used (5 if found, 0 if not)
string
required
Human-readable status message

Example Response


Success Messages


Best Practices

Remove tracking parameters from profile URLs for best results. Just the base URL works.
You can pass just alex-rivera and we’ll resolve it to the full profile.
If you have the person’s name and company, Email Finder (1 credit) may be more cost-effective than this endpoint (5 credits).

Use Cases

Profile Prospecting

Found someone’s B2B person profile? Get their work email instantly.

B2B Profile Export

Convert exported B2B profile lists into actionable email lists.

Event Follow-up

Got connections at an event? Get their emails.

Inbound Lead Enrichment

Visitor shared their profile? Get their work contact.

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
profile_url
string
default:alex-rivera
required

B2B person profile URL or slug

Response

Successful response with profile and email details

profile_url
string
Example:

"alex-rivera"

credits_consumed
integer
Example:

5

message
string
Example:

"Email Found."

email
string
Example:

"alex.rivera@example.com"