// Integrations/People Data Labs

People Data Labs, typed and ready to call.

Canonical identity resolution, person and company search, and bulk enrichment. Powerful but relatively expensive; use it when simpler providers cannot express the search cleanly.

EnrichmentSearch & ScrapingBYOK supported11 tools
$ deepline tools calltyped
$ deepline tools call peopledatalabs_autocomplete \
    --json '{"input": "your data here"}'
01Available tools

11 typed tools. Same shape as every other module.

peopledatalabs
  • People Data Labs Autocomplete
    peopledatalabs_autocomplete
    autocompletecheapcompany_searchpeople_search
  • People Data Labs Bulk Organization Enrichment
    peopledatalabs_bulk_organization_enrichment
    batchcompany_enrichpremium
  • People Data Labs Bulk People Enrichment
    peopledatalabs_bulk_people_enrichment
    batchpeople_enrichpremium
  • People Data Labs Company Clean
    peopledatalabs_company_clean
    cheapcompany_enrichdata_cleaning
  • People Data Labs Company Search
    peopledatalabs_company_search
    account_prospectingcompany_searchpremium
  • People Data Labs Enrich Company
    peopledatalabs_enrich_company
    account_enrichcompany_enrichpremium
  • People Data Labs Enrich Contact
    peopledatalabs_enrich_contact
    contact_enrichpeople_enrichpremium
  • People Data Labs Location Clean
    peopledatalabs_location_clean
    cheapdata_cleaningnormalization
  • People Data Labs Person Identify
    peopledatalabs_person_identify
    identity_resolutionpeople_enrichpremium
  • People Data Labs Person Search
    peopledatalabs_person_search
    people_searchpremiumprospecting
  • People Data Labs School Clean
    peopledatalabs_school_clean
    cheapdata_cleaningnormalization
02How it ships
// Typed module

Input/output schemas, exact per-action cost, and a fixture suite. Same call signature as every other Deepline integration.

// Customer credentials

Connect your own provider API key and keep the vendor relationship in your workspace. Deepline routes the call without exposing provider spend.

// Agent-callable

Every action is invokable from Claude Code, Codex, Cursor, or any MCP-capable agent via the same skill surface.

// Try it

Call People Data Labs from any Deepline agent surface.

Install the CLI, connect your provider key from the dashboard, then run typed tools from Claude Code, Codex, Cursor, or your own agent.

npm install -g deepline@latest && npm exec --yes --package=deepline@latest -- deepline setup --json

Agent setup: Install the Deepline CLI and skills using https://code.deepline.com/agent-install.txt

Book onboarding