Enrich a person profile using a LinkedIn profile URL.
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/"]
}'
Was this page helpful?