Skip to main content
Person and company data enrichment API providing professional profiles, employment history, contact information, and company firmographics from a 3B+ record dataset. Best for lead enrichment, identity resolution, and building comprehensive profiles from partial data (email, name, company). Unlike Apollo (sales-focused prospecting), People Data Labs emphasizes raw data enrichment and identity matching at scale. 4 endpoints available through Lava’s AI Gateway. See the People Data Labs API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.

Endpoints

Enrich person by email or other identifiers

POST https://api.peopledatalabs.com/v5/person/enrich — $0.05 / request
const data = await lava.gateway('https://api.peopledatalabs.com/v5/person/enrich', { body: {"email":"user@example.com"} });

Search people

POST https://api.peopledatalabs.com/v5/person/search — $0.05 / request
const data = await lava.gateway('https://api.peopledatalabs.com/v5/person/search', {
  body: {
"sql": "SELECT * FROM person WHERE location_country='united states'"
},
});

Enrich company by name or domain

POST https://api.peopledatalabs.com/v5/company/enrich — $0.05 / request
const data = await lava.gateway('https://api.peopledatalabs.com/v5/company/enrich', { body: {"website":"peopledatalabs.com"} });

Search companies

POST https://api.peopledatalabs.com/v5/company/search — $0.05 / request
const data = await lava.gateway('https://api.peopledatalabs.com/v5/company/search', { body: {"sql":"SELECT * FROM company WHERE industry='software'"} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests