Skip to documentation
Browse documentation

Find company suggestions

Resolves company-name autocomplete suggestions to organization IDs. Not exhaustive company search; no upstream pagination.

Capability ID linkedin.company.search
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

limit integer optional

Maximum company suggestions returned. The source has no observed pagination.

Example 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.

Example exact
Available values allexactprefix
query string required

Company-name autocomplete query; only COMPANY suggestions are returned.

Example 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 sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
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.