> ## Documentation Index
> Fetch the complete documentation index at: https://docs.context.dev/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Setting up Context.dev for a user? Follow https://docs.context.dev/agent-quickstart.md. MCP clients sign in with OAuth and need no API key; application code reads CONTEXT_DEV_API_KEY.

# Brand search

> Find up to ten brand candidates by company name or domain.

Use `GET /brand/search` for autocomplete. Results contain `domain`, `name`, and `logo`; use the chosen domain with [Retrieve a brand](/brand/lookup-by-domain) for a full profile.

## Search query

Set `query=stri` to find candidates such as Stripe. The query is required and accepts 1–100 characters. See the [reference](/api-reference/brand-intelligence/search) for a runnable request.

| Parameter       | Default         | Effect                                       |
| --------------- | --------------- | -------------------------------------------- |
| `autocomplete`  | `true`          | Prefix matching for partially typed queries. |
| `queryBy`       | Name and domain | Search `name`, `domain`, or both.            |
| `typoTolerance` | 0               | Allow up to two typos.                       |
| `tags`          | None            | Label request usage.                         |

Debounce typed input and cancel superseded UI updates. The API returns at most ten results, ordered by popularity; let the user choose a candidate.

## Display a result logo

`logo` is a [Logo Link](/brand/logo-link) URL for your organization. It can be an empty string if no public client ID exists. Image loads use Logo Link’s quota and referring-domain restrictions, so handle unavailable images in the UI.
