Official Python client for the People Data Labs API. Provides access to person, company, job, school, and other enrichment datasets. As of version 6.4.13, the library supports Python 3.8+ and is actively maintained with frequent dependency updates.
pip install peopledatalabsVerified import paths — ran on the pinned version, not inferred.
Initialize the client with your API key and perform a person enrichment query by email.
Set the PDL_API_KEY environment variable or pass api_key='your_key' to the constructor.
Replace client.person.retrieve(...) with client.person.enrichment(...).
Upgrade Python to 3.8 or later.
No dependency data recorded yet.