Brandfetch

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

ParameterTypeRequiredDescription
apiKeystringYesBrandfetch API key
identifierstringYesBrand identifier: domain (nike.com), stock ticker (NKE), ISIN (US6541061031), or crypto symbol (BTC)

Output

ParameterTypeDescription
idstringUnique brand identifier
namestringBrand name
domainstringBrand domain
claimedbooleanWhether the brand profile is claimed
descriptionstringShort brand description
longDescriptionstringDetailed brand description
linksarraySocial media and website links
namestringLink name (e.g., twitter, linkedin)
urlstringLink URL
logosarrayBrand logos with formats and themes
typestringLogo type (logo, icon, symbol, other)
themestringLogo theme (light, dark)
formatsarrayAvailable formats with src URL, format, width, and height
colorsarrayBrand colors with hex values and types
hexstringHex color code
typestringColor type (accent, dark, light, brand)
brightnessnumberBrightness value
fontsarrayBrand fonts with names and types
namestringFont name
typestringFont type (title, body)
originstringFont origin (google, custom, system)
companyjsonCompany firmographic data including employees, location, and industries
qualityScorenumberData quality score from 0 to 1
isNsfwbooleanWhether the brand contains adult content

Search for brands by name and find their domains and logos

Input

ParameterTypeRequiredDescription
apiKeystringYesBrandfetch API key
namestringYesCompany or brand name to search for

Output

ParameterTypeDescription
resultsarrayList of matching brands
brandIdstringUnique brand identifier
namestringBrand name
domainstringBrand domain
claimedbooleanWhether the brand profile is claimed
iconstringBrand icon URL

On this page