Find anyone's business email address. GetProspect would provide you with anyone's email from LinkedIn.
Go to siteGetProspect is an API that allows you to generate leads and collect data from multiple sources. You can use GetProspect to build a variety of applications, including:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
getprospect: {
type: "app",
app: "getprospect",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.getprospect.com/public/v1/email/verify`,
headers: {
"apiKey": `${this.getprospect.$auth.api_key}`,
},
params: {
email: `support@getprospect.com`,
},
})
},
})
GetProspect uses API keys for authentication. When you connect your GetProspect account, Pipedream securely stores the keys so you can easily authenticate to GetProspect APIs in both code and no-code steps.
To retrieve your GetProspect API token,
* Navigate to your GetProspect account and sign in
* Go to “Settings” the gear on the top right > “Integrations” > “GetProspect”
Api docs at https://getprospect.readme.io/reference/introduction