Aeroleads find emails and phone numbers of business people and businesses from LinkedIn, Google, Yahoo and other sources.
Go to siteAeroLeads API enables you to fetch data from various online sources such as LinkedIn, Twitter, AngelList, Crunchbase and more. With AeroLeads API, you can:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
aeroleads: {
type: "app",
app: "aeroleads",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://aeroleads.com/apis/details`,
params: {
api_key: `${this.aeroleads.$auth.api_key}`,
first_name: `pushkar`,
last_name: `gaikwad`,
company_url: `inboundio.com`,
},
})
},
})
AeroLeads uses API keys for authentication. When you connect your AeroLeads account, Pipedream securely stores the keys so you can easily authenticate to AeroLeads APIs in both code and no-code steps.
Go to your profile page to get your API key.