---
title: "Search brands"
method: GET
path: "/v2/search/{name}?c={clientId}"
---

# Search brands

`GET /v2/search/{name}?c={clientId}`

Search for brands by name, login to get a clientId

## Path parameters

- `name` string, required

## Query parameters

- `c` string, required

## Response `200`

Returns brand data

- object[]
  - `icon` string, nullable — Brand icon URL
  - `name` string, nullable — Brand name
  - `domain` string — Brand website URL
  - `claimed` boolean — Set to true if the owner of the brand claimed its brand profile on [Brandfetch](https://brandfetch.com)
  - `brandId` string — Unique identifier for the brand

---

[API](https://skmtc.dev/brandfetch/apis/brandfetch-api.md) · [All operations](https://skmtc.dev/brandfetch/apis/brandfetch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandfetch/brandfetch-api/revisions/14b5d7a4fec9/schema)
