People Data Labs

The source of the truth for person data

Go to site
Explore
/
Apps
/
People Data Labs

People Data Labs API Integrations

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

Overview

People Data Labs API provides reliable access to massive and up-to-date worldwide datasets, enabling businesses to get the data they need to make more informed decisions. With People Data Labs' easy-to-use API, you can explore and access a variety of datasets to build innovative solutions. Here are a few examples of what you can build using the People Data Labs API:

  • Build comprehensive people profiles using data from a variety of sources, including public records, job history, digital identities, and more.
  • Create dynamic user segmentation tools to better target and engage with customers.
  • Provide sophisticated background checks for due diligence and fraud detection.
  • Create predictive models for developing valuable insights on consumer behavior.
  • Generate powerful analytics by blending different datasets to uncover patterns and trends.
  • Create decision-making tools to improve recruitment and onboarding processes.
  • Develop powerful lead generation & retargeting tools to drive more sales.
  • Develop apps that automatically surface the most relevant personal information for tasks.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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`,
      },
    })
  },
})

Choose an API to Connect with People Data Labs API

1
-
12
of
1400+
apps by most popular

HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Beta
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Beta
Data Stores
Data Stores
Use Pipedream Data Stores to manage state throughout your workflows.
Telegram Bot
Telegram Bot
Telegram is a cloud-based instant messaging and voice over IP service
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular apps like ChatGPT and DALL·E 2.
Google Sheets
Google Sheets
With Google Sheets, you can create, edit, and collaborate wherever you are
Discord
Discord
Use this app to create a Discord source that emits messages from your guild to a Pipedream workflow.
GitHub
GitHub
Where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Formatting
Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Slack
Slack
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.
Enrich a company with People Data Labs API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + People Data Labs
 
Try it
Enrich a company with People Data Labs API on New Message from Discord API
Discord + People Data Labs
 
Try it
Enrich a company with People Data Labs API on New Message In Channels from Slack API
Slack + People Data Labs
 
Try it
Enrich a company with People Data Labs API on New Message in Channel from Discord Bot API
Discord Bot + People Data Labs
 
Try it
Enrich a company with People Data Labs API on New Submission from Typeform API
Typeform + People Data Labs
 
Try it
Enrich a company with the People Data Labs API

The Company Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique company. See the docs here

 
Try it
Enrich a person with the People Data Labs API

The Person Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique individual. See the docs here

 
Try it

Authentication

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.