Skip to Content

Find LinkedIn Profile URL From Email (Waterfall)

Find the URL for a person's LinkedIn profile from their personal or professional email address.

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

3.5 credits

Input Fields

Field group

At Least one of the following fields is required
email
string
work_email
string

Output Fields

professional_profile_url
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:professionalprofileurl:email:waterfall@1", 
    }],
    input: []
  })
});