People Data Labs

People Data Labs API

B2B Data for Developers

Access the world's largest people and company dataset. 3B+ person records and 30M+ company records with enrichment and search APIs. Pay per request — no auth, no subscriptions.

Build with person enrichment, company enrichment, person search, and company search endpoints. Powered by Elasticsearch DSL and SQL.

AgentCash

Install People Data Labs into AgentCash.

Run in your terminal

Onboard into AgentCash, make one live call against this API, then save it into your agent's persistent context.

Step 1

Onboard AgentCash

Sets up AgentCash and routes you through credits if needed.

$npx agentcash onboard
Step 2

Try the API

Discovers the origin and walks the first live call path.

$npx agentcash try https://pdl-api.vercel.app
Step 3

Add for reuse

Keeps People Data Labs available in your agent's persistent context.

$npx agentcash add https://pdl-api.vercel.app
People Data Labspdl-api.vercel.app
AgentCash Docs

Endpoints

Person Enrich

$0.02

Enrich a person with demographics, work history, education, contact info, social profiles, and skills.

POST /api/pdl/person/enrich

Company Enrich

$0.02

Enrich a company with firmographics, industry codes, funding, and social profiles.

POST /api/pdl/company/enrich

Person Search

$0.04

Search across 3B+ person records using Elasticsearch DSL or SQL queries.

POST /api/pdl/person/search

Company Search

$0.04

Search across 30M+ company records using Elasticsearch DSL or SQL queries.

POST /api/pdl/company/search