Search Brands
Search indexed brands by name or domain and return up to 10 lightweight prefix matches for autocomplete.
Authorizations
Bearer authentication header of the form Bearer <API_KEY>, where <API_KEY> is your api key.
Query Parameters
Search term, matched against the fields selected by queryBy (e.g. 'nike', 'nike.com', 'nik').
1 - 100Whether 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.
Fields to match the search term against, as a comma-separated list or repeated parameter: 'name', 'domain', or both. Defaults to both.
1name, domain Maximum number of typos tolerated when matching, from 0 to 2. Defaults to 0 (no typo tolerance).
0 <= x <= 2Optional 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. Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.
201 - 50Response
Successful response
Up to 10 matching brands, name matches first, then domain matches, most popular first within each group. Empty when nothing matches.
10Metadata about the API key used for the request. Included in every response whenever a valid API key is provided, even when the response status is not 200.