# LinkedIn Company By Domain API (https://www.socialcrawl.dev/platforms/linkedin/company-by-domain) > Returns the LinkedIn company page that owns a public website domain, as the same canonical Author `/v1/linkedin/company` returns from a page URL: `author.id` (the numeric company_id the other `/company/*` endpoints take), `username`, `display_name`, `bio`, `avatar_url`, `followers`, `location`, `verified`, and the About tab in `author.ext` (`website`, `employee_count`, `headquarters`, `locations[]`, `industries[]`, `specialities[]`). Pass `apple.com` or `https://www.apple.com/uk/` — the registrable domain is extracted before the lookup. A domain with no LinkedIn company page answers 404. TL;DR: `GET /v1/linkedin/company/by-domain` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `domain` | yes | Company website domain, with or without a scheme. `apple.com` and `https://www.apple.com/` resolve the same page. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/company/by-domain?domain=apple.com" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full LinkedIn API: https://www.socialcrawl.dev/platforms/linkedin ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing