Instant access to PDL's global identity dataset
Access extensive records on work, education, and location history as well as associated professional and social profiles.
Search for information using a combination of input parameters including name, email, phone, location, employment, social profiles, and more.
Dive into the long-tail data of associated profiles for a given identity.
Review the documentation
»The Identify API is used to build comprehensive profiles for specific individuals from our person dataset.
Build informed risk models to confidently identify and categorize suspicious events and bad-faith actors.
Streamline customer onboarding and transactions by focusing fraud mitigation efforts towards your most risky users.
Leading Credit Vendor in Healthcare
Read the case study
»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 Identify API is built to allow you to find the right people at the right time.
Input information you have on an individual, even if it is not unique. The list of supported inputs includes names, email addresses, company information, profiles, and much more.
The API cleans the input parameter values, and searches for the profiles most likely associated.
Retrieve up to 20 of the best matching profiles, ranked by their match score. If no match is found, it could indicate identify fraud.
We source our data through our Data Union, a proprietary data-sharing co-op, as well as through publicly available data sources.
Learn more about our data-sourcing practices
»