Registry / crm-productivity / peopledatalabs

peopledatalabs

JSON →
library6.4.13pypypi✓ verified 79d ago

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 peopledatalabs
INSTALL
IMPORT
SIG · PEOPLEDATALABS
P
peopledatalabs
crm-productivitypythonv6.4.13
Install
4.2s avg
Import
Disk
32MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v6.4.13 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 34MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 4.2s · import 0.000s · 34MB
32MB installed
● package 32MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PDLPY
from peopledatalabs import PDLPY
from peopledatalabs import PDLClient

Initialize the client with your API key and perform a person enrichment query by email.

from peopledatalabs import PDLClient client = PDLClient(api_key=os.environ.get('PDL_API_KEY', '')) response = client.person.enrichment( email='test@example.com', pretty=True ) print(response)
Debug
Known issues
gotchaAPI key is required and must be passed as a string. If omitted or None, the client will raise a PdlException with message 'API key is required'.
fix
Set the PDL_API_KEY environment variable or pass api_key='your_key' to the constructor.
affects: >=6.0.0
deprecatedThe method 'person.retrieve' (used in older versions) is deprecated; use 'person.enrichment' instead.
fix
Replace client.person.retrieve(...) with client.person.enrichment(...).
affects: >=6.0.0
breakingPython 3.7 support dropped in v6.0. The library now requires Python >=3.8.
fix
Upgrade Python to 3.8 or later.
affects: 6.0.0 to present
Upgrade
Version history
6.4.13latest on PyPI · released Jan 12, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
34
OpenAI (training)
1
Resources
peopledatalabs — pip install peopledatalabs · libregistry