POST
/
companies
/
search

Body Request Object Example

{
  "page": 1,
  "itemsPerPage": 5,
  "query": "AI"
}

Body

query
string
default: ""

The string to search for companies by name, domain, dunsNumber etc.

page
number
default: ""

The page to return from the paginated results

itemsPerPage
number
default: ""

The number of markets to return per page

sorts
object
default: ""

The sort order for the results. The key is the field to sort by and the value is the sort order.

fields
array
default: ""

The fields to return in the response. If not specified, all fields will be returned.