Skip to Content

LinkedIn Profile (Waterfall)

Find a JSON representation of a LinkedIn profile by using their work email address as input.

Billable OperationProviderBilling Mode
Docs
Connection
Docs
Cost per operation
Docs
icypeas-get-professional-profile
P
Icypeas
On Success
Managed, User

1.00 credits

prospeo-get-professional-profile
P
Prospeo
On Success
Managed, User

1.00 credits

Input Fields

profile_url
string, required

Output Fields

profile

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