- Test this endpoint in the playground
Retrieve the complete stored company document using either its LinkedIn company slug or its website domain. The LinkedIn company slug is the part after https://www.linkedin.com/company/ in a LinkedIn company URL.
Provide exactly one of linkedin_slug or domain. Domains may be passed as a bare domain or a URL; for example, openai.com, www.openai.com, and https://www.openai.com/about are normalized to openai.com.
This endpoint returns stored company data. It does not run realtime company lookup or contact enrichment.
Cost: 1 credit per company. Use GET /v1/user to retrieve the effective company_enrichment_cost for your account.
Rate limit: 180 requests per user per 60 seconds. When the rate limit is exceeded, the API returns HTTP 429 with details about the triggered window, current value, and limit.
400Invalid parameters. Provide exactly one valid linkedin_slug or domain; unknown parameters are rejected.
401Invalid API key
402Insufficient credits
404Company not found
429Rate limit exceeded. JSON body contains the triggered window, current value, and limit.
502Company enrichment backend error
