Skip to main content
Use this example to identify a company with a LinkedIn company URL. API reference: Identify company
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"]
  }'