PDL BrainPeople Data Labs

People & Company Data

We handle the heavy-lifting of data collection, so you can build innovative and compliant data solutions at scale.

PDL Dashboard Screenshot
Next Logo
Plaid Logo
HireEZ Logo
Docker Logo
Insight Partners Logo

Powering products across industries

Our rich datasets power world-class solutions across multiple verticals.

use case
HR Tech
 »

Enhance candidate data with deeper resume attributes, contact information, and more

use case
Sales & Marketing
 »

Clean, standardize, and enhance leads to supercharge sales and marketing platforms

use case
Investment Intelligence
 »

Bring a competitive advantage your investment strategy with market and company insights

use case
Fraud & Identity
 »

Utilize customer information to flag synthetic identities during onboarding and registration

 
Trusted by businesses and loved by developers
Open Quote Image
"People Data Labs has managed to build an extremely extensive data platform with their innovative data co-op approach. The applications that can benefit from this resource are uncountable and really only bound by their creators' imaginations. However the greatest strength of the PDL platform is the level of command the PDL team has attained over managing updates and additions to the data set. I am equally satisfied with PDL's attention to customer success and satisfaction, well done."

John Z, Director of Data Products at Censia

We champion leading security and compliance standards so you can build with peace of mind

Learn about our world-class security
 »
SOC 2 Type 2
SOC 2 Type 2
We are compliant with SOC 2 Type 2 as defined by the American Institute of Certified Public Accountants (AICPA).
Learn more
 »
ISO 27001
ISO 27001
We are compliant with ISO 27001, the international gold standard for information security management systems (ISMS) and their requirements.
Learn more
 »

Setting the Standard as an Industry Leader

We are trusted by innovators to power their products and are ranked as best-in-class from over 60,000 products on SourceForge.

See what our customers have to say
 »

Easily integrate with your systems

Append, transform, and sync data across the systems you use.

Get started in minutes

Our easy to use RESTful APIs and SDKs enable your team get started with a few lines of code.

1import requests, json
2
3# Set your API key
4API_KEY = "YOUR API KEY"
5
6# Set the Autocomplete API URL
7PDL_URL = "https://api.peopledatalabs.com/v5/autocomplete"
8
9# Create a parameters JSON object
10PARAMS = {
11    "api_key": API_KEY,
12    "field": "school",
13    "text": "stanf",
14    "size": 10,
15    "pretty": True
16}
17
18# Pass the parameters object to the Autocomplete API
19json_response = requests.get(PDL_URL, params=PARAMS).json()
20
21# Print the API response in JSON format
22print(json_response)

Talk to a data consultant

Schedule a call to discuss your data needs with an expert in your industry.

Start building today

Are you ready to dive into the data? Get started right now for free.