Skip to Content

Mobile Number From LinkedIn Profile (Waterfall)

Find mobile phone number for any prospect using multiple data providers in a waterfall motion.

Billable OperationProviderBilling Mode
Docs
Connection
Docs
Cost per operation
Docs
leadmagic-mobile-from-profile
P
LeadMagic
On Success
Managed, User

2.00 credits

prospeo-mobile-from-profile
P
Prospeo
On Success
Managed, User

5.00 credits

Input Fields

profile_url
string, required

Output Fields

mobile
string

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