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 (now correctly parsed — was previously concatenated with location), location (now correctly split out), followersCount, logoUrl. For richer firmographics (employeeCount exact, employeeCountRange, headquarter address, foundedOn, websiteUrl, tagline, specialities, isVerified, callToAction), pass the result's profileUrl to visitCompany.
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–10 |
| B | 11–50 |
| C | 51–200 |
| D | 201–500 |
| E | 501–1,000 |
| F | 1,001–5,000 |
| G | 5,001–10,000 |
| H | 10,001+ |
| I | Self-employed |
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 |
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