Enrich profiles without having to host or manage a dataset yourself. Our API offers high-quality data using proprietary matching logic.
We charge per match, letting you define match strictness and required fields to ensure you get value.
Stay ahead of regulatory compliance with our industry-leading data practices
We offer industry-leading latency and a bulk endpoint to make sure we meet the speed and volume needs of any customer
Customers trust our Person Enrichment API to power their products.
Utilize customer information to flag synthetic identities during onboarding and registration
Identify or enhance profiles of founders and decision makers for investment purposes
Enhance candidate data with deeper resume attributes, contact information, and more
Identify trends in employee cohorts, predict career paths, or recommend education and re-skilling opportunities
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)
Our Person Enrichment API is built for developers, by developers.
Our Enrichment API allows you to use any of the following data points to look up profiles: name, location, email, phone, education, work, and social profile information.
We will intelligently find the best matching record in the Person Dataset based on your inputs.
You get back the entire profile or just the fields you want.
Schedule a call to discuss your data needs with an expert in your industry.
Are you ready to dive into the data? Get started right now for free.