GET
/
v2
/
search
/
{name}
?c=
{clientId}
curl --request GET \
  --url 'https://api.brandfetch.io/v2/search/{name}?c={clientId}'
[
  {
    "icon": "<string>",
    "name": "<string>",
    "domain": "<string>",
    "claimed": true,
    "brandId": "<string>"
  }
]

Read our guidelines before using the Brand Search API.

Path Parameters

name
string
required

The name of the company you are searching for.

Query Parameters

c
string
required

A clientId is a unique identifier assigned to your application that allows it to authenticate and interact with our service. Get your client ID here

Response

200 - application/json
Returns brand data

The response is of type object[].