cURL
curl --request GET \ --url 'https://api.brandfetch.io/v2/search/{name}?c={clientId}'
[ { "icon": "<string>", "name": "<string>", "domain": "<string>", "claimed": true, "brandId": "<string>" } ]
Search for brands by name, login to get a clientId
The name of the company you are searching for.
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
Returns brand data
Brand icon URL
Brand name
Brand website URL
Set to true if the owner of the brand claimed its brand profile on Brandfetch
Unique identifier for the brand
Was this page helpful?