Identify a company from a LinkedIn company profile URL.
curl --request POST \
--url https://api.crustdata.com/dataset/company/identify \
--header 'authorization: Bearer YOUR_API_KEY' \
--header 'content-type: application/json' \
--header 'x-api-version: 2025-11-01' \
--data '{
"company_linkedin_urls": ["https://www.linkedin.com/company/serverobotics"]
}'
Was this page helpful?