Skip to Content

Find Full LinkedIn Profile (Waterfall)

Find a JSON representation of a persons LinkedIn profile data by their work email address.

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

1 credits

P
Icypeas
On Success
Managed

1 credits

Input Fields

professional_profile_url
string, required

Output Fields

professional_profile

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