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.
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.
Onboard AgentCash
Sets up AgentCash and routes you through credits if needed.
npx agentcash onboardTry the API
Discovers the origin and walks the first live call path.
npx agentcash try https://pdl-api.vercel.appAdd for reuse
Keeps People Data Labs available in your agent's persistent context.
npx agentcash add https://pdl-api.vercel.appEnrich a person with demographics, work history, education, contact info, social profiles, and skills.
POST /api/pdl/person/enrichEnrich a company with firmographics, industry codes, funding, and social profiles.
POST /api/pdl/company/enrichSearch across 3B+ person records using Elasticsearch DSL or SQL queries.
POST /api/pdl/person/searchSearch across 30M+ company records using Elasticsearch DSL or SQL queries.
POST /api/pdl/company/search