Find company suggestions
Resolves company-name autocomplete suggestions to organization IDs. Not exhaustive company search; no upstream pagination.
linkedin.company.search
/execute
Shared execution endpoint
Input parameters
limit
integer
optional
Maximum company suggestions returned. The source has no observed pagination.
10
match_mode
string
optional
Local name filter on suggestions, case-insensitive. all preserves source suggestions; exact requires equal names; prefix requires a name beginning with query.
exact
query
string
required
Company-name autocomplete query; only COMPANY suggestions are returned.
Microsoft
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
count |
integer |
1 |
coverage |
object |
5 fields |
coverage.limitations |
array |
1 items |
coverage.missing_fields |
array |
0 items |
coverage.source |
string |
linkedin_company_autocomplete |
coverage.status |
string |
partial_public |
coverage.truncated_fields |
array |
0 items |
matched_count |
integer |
1 |
query |
string |
Example Company |
results |
array |
1 items |
results |
array |
1 items |
total_suggestions |
integer |
1 |
truncated |
boolean |
false |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.