Enhance candidate data with deeper resume attributes, contact information, and more
Clean, standardize, and enhance leads to supercharge sales and marketing platforms
Bring a competitive advantage to your investment strategy with market and company insights
Utilize customer information to flag synthetic identities during onboarding and registration
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)
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.