Skip to Content

Personal Email Address From LinkedIn Profile URL (Waterfall)

Find the personal email address of a prospect by providing a link to their professional profile.

ProviderBilling Mode
Docs
CredentialsCost per record
Docs
P
MixRank
On Success
Managed

2 credits

P
LeadMagic
On Success
Managed

1 credits

Input Fields

professional_profile_url
string, required

Output Fields

personal_email
string
alternate_personal_emails
string

const result = await fetch("https://api.pipe0.com/v1/run/sync", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${API_KEY}`,
  },
  body: JSON.stringify({
    pipes: [{ 
      pipe_id: "people:personalemail:professionalprofile:waterfall@1", 
    }],
    input: []
  })
});