GetProspect

Find anyone's business email address. GetProspect would provide you with anyone's email from LinkedIn.

Go to site
Explore
/
Apps
/
GetProspect

GetProspect API Integrations

Build and run workflows using the GetProspect API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

GetProspect 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:

  • A lead capture form that collects data from prospects
  • A CRM that integrates with GetProspect to track and manage your leads
  • A marketing automation tool that uses GetProspect to generate leads and track their progress
  • A Salesforce integration that allows you to transfer data from GetProspect to your CRM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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`,
      },
    })
  },
})

Authentication

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