Skip to main content
POST
https://api.crustdata.com
/
person
/
professional_network
/
enrich
/
live
Fetch realtime person data from LinkedIn when not available in cache
curl --request POST \
  --url https://api.crustdata.com/person/professional_network/enrich/live \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-version: <x-api-version>' \
  --data '
{
  "professional_network_profile_urls": [
    "https://www.linkedin.com/in/abhilashchowdhary"
  ]
}
'
[
  {
    "matched_on": "https://www.linkedin.com/in/abhilashchowdhary",
    "match_type": "professional_network_profile_url",
    "matches": [
      {
        "confidence_score": 1,
        "person_data": {
          "basic_profile": {
            "name": "Abhilash Chowdhary",
            "current_title": "Co-Founder & CEO"
          }
        }
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Headers

x-api-version
string
required

API version to use. Must match a supported version (e.g., "2025-11-01").

Example:

"2025-11-01"

Body

application/json

LinkedIn profile URLs to fetch realtime data for (max 25).

Request body for fetching realtime person data from LinkedIn.

professional_network_profile_urls
string[]
required

LinkedIn profile URLs (max 25)

Example:
[
"https://www.linkedin.com/in/abhilashchowdhary"
]
fields
string[]

List of fields to include in response

Example:
["basic_profile", "experience"]

Response

Realtime profile data

matched_on
string

The specific input value that was matched (e.g., a LinkedIn URL)

match_type
enum<string>

The type of identifier that was matched

Available options:
professional_network_profile_url,
business_email
matches
object[]

Array of person matches found for this identifier, ranked by confidence