Search LinkedIn Companies
Search LinkedIn Companies
Find companies on LinkedIn by name, industry, location, and employee count. Returns structured company data: name, profileUrl, summary, industry, location, followersCount, logoUrl. To read a single result in more depth, pass its profileUrl to publicCompany, which adds the full description, follower and employee counts, the website, and recent posts. Detailed firmographics (headquarter address, founding year, specialities, verification status, call to action) are not available from either surface, so do not promise them.
Parameters
- keywords (optional): Search terms matched against company name, description, and specialties
Keyword syntax (Boolean operators)
Keywords support LinkedIn Boolean search syntax:
- Exact phrase: "artificial intelligence" — matches only that exact phrase
- AND: fintech AND payments — both terms required (spaces default to AND)
- OR: SaaS OR "cloud computing" — either term
- NOT: consulting NOT staffing — exclude unwanted terms
- Parentheses: (AI OR ML) AND healthcare — group logic
Operators must be UPPERCASE. Precedence: Quotes > Parentheses > NOT > AND > OR.
Available filters
Pass HUMAN LABELS for location / industry — the server resolves them to LinkedIn IDs via typeahead. Numeric IDs pass through unchanged if you already have them.
| Filter | Type | Description |
|---|---|---|
| location | string[] | HQ geo labels (e.g. ["Paris","France"]) — resolved server-side |
| industry | string[] | Industry labels (e.g. ["Software Development"]) — resolved server-side |
| companySize | string[] | Employee count codes (see below) |
Company size codes
| Code | Employees |
|---|---|
| A | 1 |
| B | 2-10 |
| C | 11-50 |
| D | 51-200 |
| E | 201-500 |
| F | 501-1,000 |
| G | 1,001-5,000 |
| H | 5,001-10,000 |
| I | 10,001+ |
Response fields (per item)
| Field | Type | Description |
|---|---|---|
| name | string | Company display name |
| profileUrl | string | LinkedIn company page URL |
| summary | string|null | Company tagline/description |
| industry | string|null | Primary industry |
| location | string|null | HQ location |
| followersCount | number|null | Number of LinkedIn followers |
| logoUrl | string|null | Company logo, present only when the result entity carries one |
Pagination
- Default page size: 10, max: 50
- Use start + count to paginate. Check hasMore for more pages.
Example workflows
- Market research: Search by industry + location → map the competitive landscape
- Sales targeting: Search by industry + size → build a list of target accounts
- Partnership discovery: Search by keywords + location → find potential partners
Credits
Request body
Response
List of LinkedIn companies matching the search criteria