← All datasets
// CONTACT DATA

Contact data API

Person-level records for any company. Filter by title, seniority, department, location. Each record carries a provenance field — you always know where the data came from.

  • Filter by title, seniority, department, location, function
  • Provenance field on every record (source, last seen)
  • Pair with Contact Verification for live freshness
  • 190+ countries, continuously refreshed
api.agentdatahub.com
POST /v1/contacts/find
Authorization: Bearer $ADH_KEY
Content-Type: application/json

{
  "domain": "n26.com",
  "title_keywords": ["head of engineering", "vp engineering"],
  "seniority": ["director", "vp", "c_level"],
  "country": "DE",
  "limit": 5
}

# Response (truncated):
{
  "data": [
    {
      "id": "ct_01HX7K...",
      "first_name": "Patrick",
      "last_name": "Stäuble",
      "full_name": "Patrick Stäuble",
      "title": "VP of Engineering",
      "seniority": "vp",
      "department": "engineering",
      "country": "DE",
      "city": "Berlin",
      "linkedin": "linkedin.com/in/p-stauble",
      "company": { "domain": "n26.com", "name": "N26" },
      "provenance": {
        "source": "linkedin_public",
        "last_seen": "2026-04-22"
      }
    }
  ]
}
MCP tool
adh_contact_find
Credit cost
2 credits per record returned
// SCHEMA

What's on every contact record

Identity

  • id
  • first_name
  • last_name
  • full_name
  • linkedin_url

Role

  • title
  • title_normalized
  • seniority
  • department
  • function

Company

  • company.domain
  • company.name
  • company.country
  • company.vertical

Geography

  • country
  • city
  • country_code

Provenance

  • provenance.source
  • provenance.last_seen
  • provenance.confidence

Filters

  • title_keywords[]
  • seniority[]
  • department[]
  • country[]
  • function[]
// USE CASES

What agents do with contact data

AI sales agent

Agent gets a target account, finds the right decision maker (VP Engineering, Head of Data, etc.), and routes to the next tool.

ICP discovery

Find every Head of Growth at Series A-C SaaS companies in DACH. Stream into your workflow as a list, not a CSV download.

CRM hygiene

Agent watches your CRM — when a contact changes role or company, agent triggers an update. Pair with Contact Verification.

// JOIN THE WAITLIST

Get early access

Tell us about the agent you're building. Design partners get hands-on onboarding and an early API key within a few business days.