The People Data Labs API provides access to a rich database of profiles, offering granular data on individuals such as employment history, education, skills, and more. Leveraging Pipedream's capabilities, you can automate personalized outreach, enrich contact lists, validate professional information, and sync data across platforms in real-time. These automations can power recruitment, sales, and networking efforts by providing up-to-date and comprehensive data points.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
people_data_labs: {
type: "app",
app: "people_data_labs",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.peopledatalabs.com/v5/person/enrich`,
params: {
api_key: `${this.people_data_labs.$auth.api_key}`,
email: `sean@peopledatalabs.com`,
},
})
},
})
Lead Enrichment for Sales Teams: Automate the enrichment of lead information as new prospects are added to a CRM like Salesforce. Trigger a workflow in Pipedream when a new lead is created, fetch detailed profile data from People Data Labs, and update the lead record in Salesforce with enriched data for enhanced lead scoring and personalized follow-up.
Recruitment Automation: Streamline candidate sourcing by triggering a Pipedream workflow when a new job is posted to your ATS, like Greenhouse. Use People Data Labs to search for candidates matching the job criteria, and automatically populate a Google Sheet with candidate profiles to accelerate the recruitment process.
Event Attendee Networking: Post-event engagement can be critical. After an event, import attendee details into Pipedream, use People Data Labs to enrich these contacts with social profiles and work history, and automatically create personalized LinkedIn connection requests or email follow-ups to foster professional relationships.
The Company Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique company. See the docs here
The Person Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique individual. See the docs here
Find specific segments of people that you need to power your projects and products. See the docs here
People Data Labs uses API keys for authentication. When you connect your People Data Labs account, Pipedream securely stores the keys so you can easily authenticate to People Data Labs APIs in both code and no-code steps.
Signup for an API key. Upon sign in, API Key, along with a few example API calls appear in the dashboard.