v1

latestOpenAPI 3.0.32026-07-222085264.6 KB
Person APIs
Enrich APIs

Enrich person profiles from cached dataset

Enrich person records using the Crustdata cached dataset. Provide either a profile URL or a business email to retrieve detailed person data including employment history, education, skills, contact information, and developer platform data when available. Exactly one identifier type must be provided per request. Supports batch enrichment of up to 25 profiles at once. <Note> Default rate-limit is 15 requests per minute. Send an email to gtm@crustdata.co to discuss higher limits if needed for your use case. </Note>

post/person/enrich

Headers

x-api-version'2025-11-01' required
Example:2025-11-01

API version to use. This endpoint currently requires 2025-11-01.

Request body

OR

Example request

{
  "fields": [
    "basic_profile",
    "experience"
  ]
}

Response

Enriched person profiles

matched_onstring

The specific input value (e.g., 'someone@company.com')

match_type'professional_network_profile_url' | 'business_email'

Example response

[
  {
    "matched_on": "https://www.linkedin.com/in/dvdhsu/",
    "match_type": "professional_network_profile_url",
    "matches": []
  }
]