Brandfetch is a brand data API that provides logos, colors, fonts, and firmographic information for companies, looked up by domain, stock ticker, ISIN, or crypto symbol.
With Brandfetch, you can:
- Retrieve brand assets: Pull logos, icons, and symbols in multiple formats and themes for a given brand
- Get brand style data: Access brand colors and fonts, including type, theme, and origin
- Look up company info: Retrieve firmographic data such as employees, location, and industries, along with a data quality score
- Search for brands: Find brands by name and get back their domains and icons
In Sim, the Brandfetch integration allows your agents to look up a brand's logos, colors, fonts, links, and company data by domain, ticker, ISIN, or crypto symbol, or search for a brand by name to find its domain and icon. This lets agents automate tasks like enriching company records with brand assets, verifying brand identity details, or sourcing logos and color palettes for design and reporting workflows.
Usage Instructions
Integrate Brandfetch into your workflow. Retrieve brand logos, colors, fonts, and company data by domain, ticker, or name search.
Actions
brandfetch_get_brand
Retrieve brand assets including logos, colors, fonts, and company info by domain, ticker, ISIN, or crypto symbol
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Brandfetch API key |
identifier | string | Yes | Brand identifier: domain (nike.com), stock ticker (NKE), ISIN (US6541061031), or crypto symbol (BTC) |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Unique brand identifier |
name | string | Brand name |
domain | string | Brand domain |
claimed | boolean | Whether the brand profile is claimed |
description | string | Short brand description |
longDescription | string | Detailed brand description |
links | array | Social media and website links |
↳ name | string | Link name (e.g., twitter, linkedin) |
↳ url | string | Link URL |
logos | array | Brand logos with formats and themes |
↳ type | string | Logo type (logo, icon, symbol, other) |
↳ theme | string | Logo theme (light, dark) |
↳ formats | array | Available formats with src URL, format, width, and height |
colors | array | Brand colors with hex values and types |
↳ hex | string | Hex color code |
↳ type | string | Color type (accent, dark, light, brand) |
↳ brightness | number | Brightness value |
fonts | array | Brand fonts with names and types |
↳ name | string | Font name |
↳ type | string | Font type (title, body) |
↳ origin | string | Font origin (google, custom, system) |
company | json | Company firmographic data including employees, location, and industries |
qualityScore | number | Data quality score from 0 to 1 |
isNsfw | boolean | Whether the brand contains adult content |
brandfetch_search
Search for brands by name and find their domains and logos
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Brandfetch API key |
name | string | Yes | Company or brand name to search for |
Output
| Parameter | Type | Description |
|---|---|---|
results | array | List of matching brands |
↳ brandId | string | Unique brand identifier |
↳ name | string | Brand name |
↳ domain | string | Brand domain |
↳ claimed | boolean | Whether the brand profile is claimed |
↳ icon | string | Brand icon URL |