Skip to main content
The Search Organizations endpoint lets you query Clodura’s company database using a broad set of firmographic and technographic filters. You can target companies by industry sector, annual revenue bracket, headcount range, business model, geographic location, website keywords, and technology stack. The endpoint is the starting point for all company-level workflows: the organisationId values returned here are what you pass to the Enrich Company, Job Posts, and Company News endpoints for deeper intelligence. You must supply at least one filter parameter to execute a search — open-ended queries with no filters are not permitted. Results are paginated, and you can retrieve up to 100 records per page across up to 500 pages.
At least one filter parameter is required (e.g., organisationName, domain, industry, or organisationCountry). Requests with no filters will be rejected.

Endpoint

POST /api/v1/organisation/search

Request

Headers

Body Parameters

array
One or more Clodura company IDs to include in your search. Use this to retrieve specific known companies.
string
The company’s primary domain name (e.g., clodura.ai). Do not include www., @, or any path.
string
The legal or common name of the organization to search for.
array
Filter by one or more cities where the company is headquartered. Refer to the supported cities list.
array
Filter by one or more states. Refer to the supported states list.
array
Filter by one or more countries. Refer to the supported countries list.
boolean
When true, includes companies with any matching office location rather than only headquarters. Defaults to false.
array
Filter by industry sector. Refer to the supported industries list.
array
Specialized industry keywords or company specialties (e.g., AI, FinTech, SaaS).
array
Filter by primary business model. Accepted values: Product, Service, Solutions.
array
Filter by estimated annual revenue bracket. Accepted values: < 1M, 1M-10M, 11M-100M, 101M-500M, 501M-1B, 1B+.
array
Filter by headcount range. Accepted values: 0 - 1, 2 - 10, 11 - 50, 51 - 200, 201 - 500, 501 - 1000, 1001 - 5000, 5001 - 10000, 10000+. Note: values must include spaces around the hyphen.
array
Keywords found on the company’s public website content (e.g., CRM, machine learning, compliance).
array
Technologies used by the company. Refer to the supported technologies list.
integer
Page number for pagination. Maximum: 500.
integer
Number of results to return per page. Maximum: 100.

Example Request

Response

A successful 200 response returns a paginated list of matching organizations.
object
array

Example Response

Save the id field from search results — you will need it as organisationId in all subsequent company-level API calls.

Error Codes