// Integrations/CrustData V3

CrustData V3, typed and ready to call.

Versioned CrustData 2025-11-01 person, company, and job discovery APIs sourced from docs-embedded OpenAPI.

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

10 typed tools. Same shape as every other module.

crustdata-v3
  • CrustData V3 Crustdata V3 Company Enrich
    crustdata_v3_company_enrich
    account_enrichcompany_enrichpremium
  • CrustData V3 Crustdata V3 Company Identify
    crustdata_v3_company_identify
    company_searchfreeidentity_resolution
  • CrustData V3 Crustdata V3 Company Search
    crustdata_v3_company_search
    account_prospectingcompany_searchpremium
  • CrustData V3 Crustdata V3 Company Search Autocomplete
    crustdata_v3_company_search_autocomplete
    autocompletecompany_searchfree
  • CrustData V3 Crustdata V3 Job Search
    crustdata_v3_job_search
    company_researchhiring_signalpremium
  • CrustData V3 Crustdata V3 Job Search Autocomplete
    crustdata_v3_job_search_autocomplete
    autocompletefreehiring_signal
  • CrustData V3 Crustdata V3 Person Contact Enrich
    crustdata_v3_person_contact_enrich
    contact_enrichpeople_enrichpremium
  • CrustData V3 Crustdata V3 Person Enrich
    crustdata_v3_person_enrich
    people_enrichpremium
  • CrustData V3 Crustdata V3 Person Search
    crustdata_v3_person_search
    people_searchpremiumprospecting
  • CrustData V3 Crustdata V3 Person Search Autocomplete
    crustdata_v3_person_search_autocomplete
    autocompletefreepeople_search
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 CrustData V3 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