API Reference/Companies

List companies

Returns a keyset-paginated list of active, commercially cleared companies with open jobs. Filters combine with AND across dimensions and OR within each repeated dimension.

GET/v0/companies

Authentication

bearerAuth · http bearer

Organisation API key supplied only through the Authorization header.

Required scopes: companies:read.

Parameters

NameTypeDescription
queryoptionalstringquery

Company-name query using case-insensitive substring and similarity matching. Normalized to Unicode NFC with folded whitespace; 1–200 characters.

Schema and examples
string

Company-name query using case-insensitive substring and similarity matching. Normalized to Unicode NFC with folded whitespace; 1–200 characters.

Examples
["Acme"]
Maximum length
200
Minimum length
1

example-1: Acme

countriesoptionalstring[]query

Uppercase ISO 3166-1 alpha-2 country codes. Repeat the parameter to match any supplied country; maximum 50.

Serialization: form; explode true

Schema and examples
string[]

Uppercase ISO 3166-1 alpha-2 country codes. Repeat the parameter to match any supplied country; maximum 50.

Default
[]
Examples
[["GB"]]
Maximum items
50
Items
string
Pattern
^[A-Z]{2}$

example-1: ["GB"]

industriesoptionalstring[]query

Stable industry codes assigned to the company from the versioned Luranta industry taxonomy. Repeat the parameter to match any supplied code; maximum 50. Discover values with GET /v0/taxonomies/industries.

Browse available values

Serialization: form; explode true

Schema and examples
string[]

Stable industry codes assigned to the company from the versioned Luranta industry taxonomy. Repeat the parameter to match any supplied code; maximum 50. Discover values with GET /v0/taxonomies/industries.

Default
[]
Examples
[["technology"]]
Maximum items
50
Items
string
Maximum length
160
Minimum length
1
Pattern
^[a-z0-9]+(?:[-_.][a-z0-9]+)*$

example-1: ["technology"]

sortoptionalstringquery

Ordering field: name, open_jobs, or updated. Defaults to name.

Available options
nameopen_jobsupdated
Schema and examples
string

Ordering field: name, open_jobs, or updated. Defaults to name.

Allowed values
["name","open_jobs","updated"]
Default
name
Examples
["name"]

example-1: name

directionoptionalstringquery

Sort direction for the selected ordering field. UUIDv7 ID breaks ties. Defaults to asc.

Available options
ascdesc
Schema and examples
string

Sort direction for the selected ordering field. UUIDv7 ID breaks ties. Defaults to asc.

Allowed values
["asc","desc"]
Default
asc
Examples
["asc"]

example-1: asc

cursoroptionalstringquery

Opaque keyset cursor from next_cursor. Reuse it with unchanged filters, sort, and direction; limit may change. Expires after 24 hours.

Schema and examples
string

Opaque keyset cursor from next_cursor. Reuse it with unchanged filters, sort, and direction; limit may change. Expires after 24 hours.

Maximum length
1000
Minimum length
1
limitoptionalintegerquery

Maximum resources to return, from 1 to 100. Defaults to 20.

Schema and examples
integer

Maximum resources to return, from 1 to 100. Defaults to 20.

Default
20
Examples
[20]
Maximum
100
Minimum
1

example-1: 20

Responses

A page of matching companies. The list may be empty.

application/json
Luranta-Cost-USDoptional

Credit consumed as a USD decimal string. Present only on successful billable responses.

string
Pattern
^(?:0|[1-9]\d*)\.\d{2,6}$
Luranta-Credit-Balance-USDoptional

Organisation credit remaining after settlement. Present only on successful billable responses.

string
Pattern
^(?:0|[1-9]\d*)\.\d{2,6}$
Luranta-Resources-Returnedoptional

Number of resources returned and charged. Present only on successful billable responses.

integer
Minimum
0
traceparentrequired

W3C trace context generated for this request attempt.

string
Pattern
^00-[0-9a-f]{32}-[0-9a-f]{16}-[0-9a-f]{2}$
X-Request-Idrequired

Unique UUIDv7 identifier for this request attempt.

string<uuid>
Format
uuid

Pagination

PropertyValue
Allows page size changetrue
Cursor ttl seconds86400
Has more pathhas_more
Items pathdata
Next cursor pathnext_cursor
Stylekeyset

Pricing

PropertyValue
Count pathdata
Metercompany_resource
Modelreturned_resource
Resourcecompany