POST
/
markets
/
search

Body Request Object Example

{
    "page": 1,
    "itemsPerPage": 5,
    "keyword": ""
}

Body

keyword
string
default: ""

The string to search for a phrase or keyword within a Market’s name, description, or subtitle.

company
string
default: ""

The string to search for a phrase or keyword within a Company’s name, domain, or dunsNumber. If both keyword and company are provided, it will prioritise company search.

marketId
number
default: ""

If you would data about a specific market, you can pass the marketId here.

hsCode
array
default: ""

An array of HS Codes to filter the markets by.

page
number
default: ""

The page to return from the paginated results

itemsPerPage
number
default: ""

The number of markets to return per page