v13

latestOpenAPI 3.1.02026-08-0777148834.4 KB
Brand Intelligence

Brand Search

Search brands by name or domain and get back up to 10 lightweight matches (domain, name, logo). Name matches rank ahead of domain matches; within each group the most popular brands come first: by Tranco rank, then market cap for brands outside the Tranco list, with text relevance breaking ties. Matching is prefix-based with no typo tolerance, so it is suited to autocomplete. Only brands already in the Context.dev index are returned — use /brand/retrieve to fetch (and index) a specific domain. Free on Pro and Scale plans; costs 1 credit per request on the Free and Starter plans.

get/brand/search

Query parameters

querystring required

Search term, matched against brand names and domains by prefix (e.g. 'nike', 'nike.com', 'nik').

Search term, matched against brand names and domains by prefix (e.g. 'nike', 'nike.com', 'nik').

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"
    }
  ]
}