Skip to main content
Brand Search API provides fast querying of brands. It lets you search by brand names and match them to their corresponding URLs, enabling you to create rich autocomplete experiences. The Brand Search API is designed to work in tandem with our other services. Once a user selects a brand, you can use its unique identifier to retrieve detailed data using our other APIs.

Implementation guide

For more details, refer to our API Reference.
1

Get your client ID

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 client ID.
2

Make your first API call

Brand Search API is free to use and we don’t ask for any attribution.
Implement or run the code below to make your first API request.
curl --request GET \
--url "https://api.brandfetch.io/v2/search/:name?c=BRANDFETCH_CLIENT_ID"
Authentication is done by passing your client ID as a query parameter.
3

Test and deploy

The Brand Search API is a free product. Before you deploy your application to a live environment, be sure to consult our rate limits and review our usage guidelines to ensure a smooth launch.

API Reference

For more details, refer to our API Reference.