# LinkedIn Search Companies API (https://www.socialcrawl.dev/platforms/linkedin/search-companies) > Returns company pages matching a keyword, as a canonical AuthorList: `username`, `display_name`, `bio` (tagline), `url`, `avatar_url`. Optional filters: `company_size` (LinkedIn headcount buckets), `has_jobs`, `industry_ids` (comma-separated ids from `/v1/linkedin/search/industry`), `geocode` (ids from `/v1/linkedin/search/location`). Page with `page`. TL;DR: `GET /v1/linkedin/search/companies` costs 10 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `query` | yes | Company name or keyword. | | `page` | no | 1-based page number. Defaults to 1. | | `company_size` | no | Headcount bucket. One of `1-10`, `11-50`, `51-200`, `201-500`, `501-1000`, `1001-5000`, `5001-10000`, `10001+`. (1-10 \| 11-50 \| 51-200 \| 201-500 \| 501-1000 \| 1001-5000 \| 5001-10000 \| 10001+) | | `has_jobs` | no | When true, return only companies that currently have open jobs. | | `industry_ids` | no | Comma-separated industry ids from /v1/linkedin/search/industry. | | `geocode` | no | Comma-separated location ids from /v1/linkedin/search/location. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/linkedin/search/companies?query=microsoft" \ -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