Brandfetch é uma API de dados de marca que fornece logos, cores, fontes e informações firmográficas de empresas, consultadas por domínio, ticker de ações, ISIN ou símbolo de criptomoeda.
Com o Brandfetch, você pode:
- Recuperar ativos de marca: Obter logos, ícones e símbolos em vários formatos e temas para uma marca
- Obter dados de estilo da marca: Acessar cores e fontes da marca, incluindo tipo, tema e origem
- Consultar informações da empresa: Recuperar dados firmográficos como funcionários, localização e indústrias, junto com uma pontuação de qualidade dos dados
- Pesquisar marcas: Encontrar marcas pelo nome e obter seus domínios e ícones
No Zoen, a integração com o Brandfetch permite que seus agentes consultem logos, cores, fontes, links e dados da empresa por domínio, ticker, ISIN ou símbolo de criptomoeda, ou pesquisem uma marca pelo nome para encontrar seu domínio e ícone. Isso permite automatizar tarefas como enriquecer registros de empresas com ativos de marca, verificar detalhes de identidade da marca ou obter logos e paletas de cores para fluxos de design e relatórios.
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 |