# LinkedIn Company API (https://www.socialcrawl.dev/platforms/linkedin/company) > Returns public information about a LinkedIn company page including company name, description, industry, employee count, headquarters location, website, and logo URL. TL;DR: `GET /v1/linkedin/company` 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 | | --- | --- | --- | | `url` | yes | Full URL of the LinkedIn company page | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/company?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fmicrosoft%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I scrape a LinkedIn company page with an API? Send a GET request to /v1/linkedin/company with the full LinkedIn company URL (e.g. https://www.linkedin.com/company/microsoft/) in the url parameter. The response includes company name, description, industry, employee count, HQ location, website, and logo URL. ### What fields does the LinkedIn Company API return? Company name, tagline, description, industry, company size range, employee count, founded year, headquarters address, specialties, website URL, and logo URL. Every response uses SocialCrawl's unified schema, so you can reuse the same integration across platforms. ### How much does the LinkedIn Company API cost? Each company lookup costs 1 credit on the standard tier. New accounts get 100 credits free with no credit card — that's 100 company page scrapes before you ever need to upgrade. ### Can I use the LinkedIn Company API for B2B enrichment? Yes, B2B enrichment is the most common use case. Pass a LinkedIn company URL from your CRM, and SocialCrawl returns normalized firmographic data (industry, size, HQ, website) ready for lead scoring, routing, or ICP analysis. ### Is scraping LinkedIn company pages legal? SocialCrawl reads only public LinkedIn company pages that any logged-out visitor can see. You remain responsible for complying with LinkedIn's User Agreement and applicable data-protection law (GDPR, CCPA) for your use case and jurisdiction. ### Can I pull multiple LinkedIn companies in bulk? Yes. Run concurrent GET requests to /v1/linkedin/company with different url parameters. SocialCrawl has no per-minute rate limits — you pay per request in credits, so you can saturate bandwidth as fast as your client can send requests. 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 ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to get LinkedIn company data with SocialCrawl - What B2B fields does the LinkedIn Company API return - Best LinkedIn company scraper for firmographic enrichment