Skip to main content
POST
/
b2b-profile-email
B2B Social to Email
curl --request POST \
  --url https://api.leadmagic.io/b2b-profile-email \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "profile_url": "jesseoue"
}'
{
  "profile_url": "https://www.linkedin.com/in/jesseoue",
  "credits_consumed": 5,
  "message": "Email Found.",
  "email": "jesse@leadmagic.io"
}
Rate Limit: 300 requests per minute.
Charges 5 credits for found email.

Authorizations

X-API-Key
string
header
required

Body

application/json
profile_url
string
default:jesseoue
required

Public Identifier

Response

200 - application/json

Successful response with profile and email details

profile_url
string
Example:

"https://www.linkedin.com/in/jesseoue"

credits_consumed
integer
Example:

5

message
string
Example:

"Email Found."

email
string
Example:

"jesse@leadmagic.io"

I