import json
from peopledatalabs import PDLPY
client = PDLPY(
api_key="YOUR API KEY",
)
params = {"profile": ["http://linkedin.com/in/seanthorne"], "min_likelihood": 6}
json_response = client.person.enrichment(**params).json()
if json_response["status"] == 200:
record = json_response["data"]
# Print selected fields
print(
record["work_email"],
record["full_name"],
record["job_title"],
record["job_company_name"],
)
print(f"successfully enriched profile with pdl data")
with open("my_pdl_enrichment.jsonl", "w") as out:
out.write(json.dumps(record) + "/n")
else:
print("Enrichment unsuccessful. See error and try again.")
print("error:", json_response)
Our Data
Tap into the resume, contact, social, and demographic information for over 3 billion unique individuals and 18 million employers.
Our Products
Our APIs and SDKs let you get started with only few lines of code.
import json
from peopledatalabs import PDLPY
client = PDLPY(
api_key="YOUR API KEY",
)
params = {"profile": ["http://linkedin.com/in/seanthorne"], "min_likelihood": 6}
json_response = client.person.enrichment(**params).json()
if json_response["status"] == 200:
record = json_response["data"]
# Print selected fields
print(
record["work_email"],
record["full_name"],
record["job_title"],
record["job_company_name"],
)
print(f"successfully enriched profile with pdl data")
with open("my_pdl_enrichment.jsonl", "w") as out:
out.write(json.dumps(record) + "/n")
else:
print("Enrichment unsuccessful. See error and try again.")
print("error:", json_response)
Our Integrations
Our integrations make it easy to append, transform, and sync data across the systems you depend on.
Our Use Cases
Grow your talent pool to find top candidates with billions of profiles.
Learn More →Identify ideal target accounts for sales and marketing with always-fresh data.
Learn More →Our SECURITY
We have worked to enhance our products, processes, and procedures to ensure our practices are GDPR-compliant. Read more about GDPR.
People Data Labs is compliant under the California Consumer Privacy Act (CCPA) and works with our customers on any CCPA considerations. Read more about CCPA.
People Data Labs is compliant with SOC 2 Type 2 compliance as defined by the American Institute of Certified Public Accountants (AICPA). Read more about SOC 2.
People Data Labs is compliant with ISO 27001, the international gold standard for information security management systems (ISMS) and their requirements. Read more about ISO 27001.
Our Reviews
"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 | G2 Crowd