Search Company Launcher
Search for companies by industry, location, and size.
output.companies is included directly in the response. There is no separate polling step.Filters
At least one of the following must be provided:| Field | Description |
|---|---|
industries | LinkedIn industry categories (e.g. software development, information technology and services) |
location_countries | Countries where the company is headquartered |
sizes | LinkedIn employee-size buckets (e.g. 201-500, 501-1000) |
Output
Each company inoutput.companies includes name, domain, LinkedIn, employee count, industry, founding year, address, and funding details where available.Authorizations
To access the API, provide your API key in x-api-key.
Body
Search Company request payload with company filters, pagination, and optional custom_fields.
- Option 1
- Option 2
- Option 3
Request payload for Search Company.
At least one non-empty list among industries, location_countries, or sizes must be provided.
Industry filters used to match companies.
1 - 50 elementsIndustry filter value for Search Company.
5 - 57[
"software development",
"information technology and services"
]Country filters used to match companies.
50Country filter value for Search Company.
4 - 40["United States", "Canada"]LinkedIn employee-size buckets used to filter companies.
8LinkedIn employee-size bucket.
1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5001-10000, 10001+ ["201-500", "501-1000"]Page number for paginated Search Company results.
1 <= x <= 1001
Number of companies to return per page in Search Company.
1 <= x <= 25020
Any custom key-value pairs echoed back in the Prospector Finder output (useful for correlating internal source metadata).
{
"tenantId": "0e9d26b7-cdb5-4d95-b248-59ac389d2e8a",
"workflowId": "ProspectFromWaterfall:23ed5bc8-a976-4ee0-b644-f0eb2db6e3ad:c268355e-a256-4593-a216-009a2463cee4",
"waterfallRequestId": "1b49c542-f47a-406b-a95f-a1859d1461af"
}Response
Search Company result returned successfully.
Search Company response with job state, input, and optional output.
The status of the job.
RUNNING, SUCCEEDED, FAILED, TIMED_OUT, ABORTED "RUNNING"
A date time in ISO 8601 format.
"2025-02-05T15:46:35.771751+00:00"
{
"task": {
"industries": ["software development"],
"location_countries": ["United States"],
"sizes": ["201-500"],
"page_number": 1,
"page_size": 20,
"job_id": "7d44db58-5de3-4e92-a2fb-8325d12c2e8b",
"context_id": "7d44db58-5de3-4e92-a2fb-8325d12c2e8b"
}
}A date time in ISO 8601 format.
"2025-02-05T15:46:35.771751+00:00"
Search Company output payload.
{ "companies": [] }