Brandfetch

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

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