// Integrations/FullEnrich

FullEnrich, typed and ready to call.

Waterfall B2B enrichment with work email, personal email, phone, reverse-email lookup, and synchronous people/company search.

EnrichmentBYOK supported7 tools
$ deepline tools calltyped
$ deepline tools call fullenrich_bulk_enrich \
    --json '{"input": "your data here"}'
01Available tools

7 typed tools. Same shape as every other module.

fullenrich
  • FullEnrich Bulk Enrich
    fullenrich_bulk_enrich
    bulk_enrichpeople_enrichpremium
  • FullEnrich Company Search
    fullenrich_company_search
    company_searchlead_generationpremium
  • FullEnrich Get Result
    fullenrich_get_result
    people_enrichpremium
  • FullEnrich Get Reverse Result
    fullenrich_get_reverse_result
    people_enrichpremiumreverse_lookup
  • FullEnrich People Search
    fullenrich_people_search
    lead_generationpeople_searchpremium
  • FullEnrich Reverse Email
    fullenrich_reverse_email
    people_enrichpremiumreverse_lookup
  • FullEnrich Verify Key
    fullenrich_verify_key
    account_managementcheapplanning
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 FullEnrich 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