latestOpenAPI 3.1.02026-08-1878149845.7 KB

05aa6b6ed6d7

Brand Intelligence

Brand Search

Search indexed brands by name or domain

get/brand/search

Query parameters

querystring required

Search term, matched against the fields selected by queryBy (e.g. 'nike', 'nike.com', 'nik').

Search term, matched against the fields selected by queryBy (e.g. 'nike', 'nike.com', 'nik').

autocompleteboolean

Whether the search term matches by prefix, so partial words match as they are typed (e.g. 'nik' matches Nike). Set to false to match whole words only.

Whether the search term matches by prefix, so partial words match as they are typed (e.g. 'nik' matches Nike). Set to false to match whole words only.

queryBystring[]

Fields to match the search term against, as a comma-separated list or repeated parameter: 'name', 'domain', or both. Defaults to both.

Fields to match the search term against, as a comma-separated list or repeated parameter: 'name', 'domain', or both. Defaults to both.

typoToleranceinteger

Maximum number of typos tolerated when matching, from 0 to 2. Defaults to 0 (no typo tolerance).

Maximum number of typos tolerated when matching, from 0 to 2. Defaults to 0 (no typo tolerance).

tagsstring[]

Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

Optional comma-separated caller-defined tags for tracking this request. Tags are recorded on the request's usage log and can be used to filter usage on the dashboard usage page. Up to 20 tags, each 1-50 characters.

[
  "production",
  "team-alpha"
]

Response

Successful response

Example response

{
  "results": [
    {
      "domain": "nike.com",
      "name": "Nike",
      "logo": "https://logos.context.dev/?publicClientId=pub_1a2b3c&domain=nike.com"
    }
  ]
}