Search Buyers

GA
POST
/v1/trade/search/buyers

Search for a buyer. Please note, searches are limited to a maximum of 10,000 results.

Query parameters

limitintegerOptional

A limit on the number of objects to be returned with a range between 1 and 10000. Defaults to 100.

offsetintegerOptional

Number of results to skip before returning response. Defaults to 0.

Request

This endpoint expects an object.
qstringOptional

Query term. The syntax for the query parameter follows elasticsearch simple query string syntax. The includes the ability to use search operators and to perform nested queries. Must be url encoded.

filterobjectOptional

Filters to be applied to search query to limit the result-set.

facetsbooleanOptional

Whether or not to return search facets in results giving counts by field. Defaults to false.

Response

This endpoint returns an object.
datalist of objects
limitinteger
nextboolean
offsetinteger
sizeobject