Skip to Content

Work Email (Waterfall)

Discovers professional email addresses using name and Company Datarmation through multiple provider services.

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

0.5 credits

P
Prospeo
On Success
Managed

1 credits

P
Icypeas
On Success
Managed

0.5 credits

Input Fields

name
string, required
company_website_url
string, required
company_name
string, optional

Output Fields

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