New260+ blocks and 240+ tools are now fully documented
DocumentationReferenceTool IntegrationsData Enrichment
Tool

Brandfetch

Retrieve brand assets, logos, colors, and company data by domain or name

Integrate Brandfetch brand intelligence into your workflows. Search for companies by name or pull full brand kits — logos, colors, typography, and firmographic data — for any brand using its domain, stock ticker, ISIN, or crypto symbol.

Overview

PropertyValue
Typebrandfetch
CategoryTool — Data Enrichment
AuthAPI Key

Operations

OperationTool IDDescription
Get Brandbrandfetch_get_brandRetrieve full brand assets including logos, colors, fonts, and company info by domain, ticker, ISIN, or crypto symbol
Search Brandsbrandfetch_searchSearch for brands by name and return matching domains and logo icons

Configuration

SettingTypeRequiredDescription
apiKeystring (secret)YesYour Brandfetch API key. Store as a secret and reference it with {{BRANDFETCH_API_KEY}}.
identifierstringYes (Get Brand)Brand identifier: domain (nike.com), stock ticker (NKE), ISIN (US6541061031), or crypto symbol (BTC). Only used by brandfetch_get_brand.
namestringYes (Search Brands)Company or brand name to search for (e.g. Apple). Only used by brandfetch_search.

Outputs

Get Brand (brandfetch_get_brand)

FieldTypeDescription
idstringUnique Brandfetch brand identifier
namestringBrand name (optional)
domainstringBrand's primary domain
claimedbooleanWhether the brand has claimed its Brandfetch profile
descriptionstringShort brand description (optional)
longDescriptionstringDetailed brand description (optional)
linksarraySocial media and website links, each with name and url
logosarrayBrand logos with type (logo, icon, symbol, other), theme (light, dark), and formats (src URL, format, width, height)
colorsarrayBrand colors with hex code, type (accent, dark, light, brand), and brightness value
fontsarrayBrand fonts with name, type (title, body), and origin (google, custom, system)
companyjsonFirmographic data including employees, location, and industries (optional)
qualityScorenumberData quality score from 0 to 1 (optional)
isNsfwbooleanWhether the brand contains adult content
FieldTypeDescription
resultsarrayList of matching brands, each with brandId, name, domain, claimed, and icon (icon URL)

Example

[Starter] → [Brandfetch: Get Brand] → [Agent: use the result]

Pass a company domain from an earlier block — for example {{starter.domain}} — to the Brandfetch Get Brand block, authenticating with {{BRANDFETCH_API_KEY}}. The block returns the full brand kit including logo URLs, hex color palette, and company firmographics. An Agent block downstream can then summarize the brand identity or insert the logo URL into a report.

Tips

  • Domain is the most reliable identifier — use example.com format rather than http://example.com. Tickers and ISINs work for public companies; crypto symbols work for major tokens.
  • Use Search Brands first when you only have a company name: it returns domains and icon URLs you can then feed into Get Brand for the full asset set.
  • Quality score (qualityScore) ranges from 0 to 1 — filter for scores above 0.5 to ensure you have usable logo and color data before passing assets to downstream blocks.
  • apiKey is marked user-only — always store it as a workflow secret (reference with {{BRANDFETCH_API_KEY}}) rather than entering it as plain text.