Brand API
The Brand API provides comprehensive data about companies, including their address, domain, founding year, and number of employees. It’s designed for developers looking to integrate reliable brand information into their applications, making it easier to enhance user experiences with up-to-date brand insights.
Brand API endpoints are available only for paid plans. If you are on a free plan, you can upgrade here.
Authentication
Brand API endpoint is authenticated using Bearer token in the Authorization
header of your request. Make sure to keep
this secret API token secure and do not share it publicly. You can find yours in
your account.
Rate Limiting
Similar to the Logo API, the Brand API implements rate limiting based on user subscription plans. To get more information about the rate limits, please refer to the pricing page.
Examples
Retrieve brand information for a stock ticker
Retrieve brand information for a stock ticker
Let’s say you want to retrieve the brand information for the NASDAQ’s ticker AAPL
.
You can do this by using the following URL:
Parameters
Authorizations
Bearer token authentication. You must provide a valid Secret API token in the Authorization header of your request. You can find yours in your account settings.
Path Parameters
The domain or stock ticker for which you want to retrieve brand information. For example, apple.com or AAPL. We support all major stock exchanges worldwide.
"apple.com"
Response
Brand information found and returned as JSON.
The response is of type object
.