Skip to main content
If you have custom requirements, or any questions contact us.
Brand API provides programmatic access to any company’s brand assets through a single API call. This includes their latest logos, color schemes, fonts, images, and other firmographic information. Brand API works in real-time, if a brand is not part of our dataset, it will index the information live ensuring global coverage for businesses of all sizes, geography and industries.

Implementation guide

For more details, refer to our API Reference.
1

Get your API key

You’ll need to create an account on our Developer Portal. Creating an account is quick and easy, and will give you access to your dashboard where you’ll find your API key.
2

Make your first API call

Implement or run the code below to make your first API request.
curl --request GET \
--url https://api.brandfetch.io/v2/brands/{identifier} \
--header 'Authorization: Bearer <token>'
Authentication is done by passing your API key as a Bearer Authentication. The Brand API can be accessed through the following structure:
3

Test and deploy

All requests for the domain brandfetch.com are free and will not count towards your usage/quotas. You can make as many requests to the Brandfetch’s brand as you need while you iterate on and test your integration.Once you are ready to go live, simply replace brandfetch.com with the domain name, Stock Ticker or ISIN you want to look up.

Query by domain, Stock Ticker, or ISIN

The primary input key to query Brand API is a website URL, you can also query the Brand API directly using other identifiers such as ISIN (e.g., US6541061031) or Stock Ticker (e.g., NKE). If you only have company names, use the Brand Search API to match brand names to the most likely URLs.

API Reference

For more details, refer to our API Reference.