Skip to main content
Use this example to enrich multiple profiles at once by passing an array of LinkedIn URLs. API reference: Enrich person
curl --request POST \
  --url https://api.crustdata.com/person/enrich \
  --header 'authorization: Bearer YOUR_API_KEY' \
  --header 'content-type: application/json' \
  --header 'x-api-version: 2025-11-01' \
  --data '{
    "professional_network_profile_urls": [
      "https://www.linkedin.com/in/dvdhsu/",
      "https://www.linkedin.com/in/jonnilundy/"
    ]
  }'
Second result trimmed for brevity.