Look up profiles without having to host or manage a dataset yourself. The 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 maximum value.
Every record you get back is the most up-to-date version we have in our dataset, refreshed each month.
We beat industry-leading latency standards to meet your speed and volume needs.
Customers trust our Company Enrichment API to power their products.
Flag churn risk, score company health, and learn about talent at the aggregate level.
Clean, standardize, and enhance leads to supercharge sales and marketing projects.
Maintain your portfolio database, analyze company headcount changes, and expand your understanding of the employee composition of a specific organization.
Companies don't commit fraud, people do. Observe key headcount changes at a company and identify risk before it's too late.
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)
The Company Enrichment API is built for developers, by developers
The Company Enrichment API allows you to use name, website, location, social profile, ticker and more to look up specific profiles.
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.