Skip to main content
The Brandfetch node adds Brandfetch operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Brandfetch also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Brandfetch.
You can wire the Brandfetch node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Brandfetch under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Create a free account at developers.brandfetch.com, then copy your API key (Bearer, keep secret) and your public Client ID from the dashboard. Get your credentials here.

Operations

Brand

OperationIDDescriptionTrigger
Get Brand (Auto-detect)get_brandAuto-detect lookup: resolves identifier in order domain -> ticker -> ISIN -> crypto.
Get Brand by Cryptoget_brand_by_cryptoLook up a brand by cryptocurrency symbol (e.g. BTC).
Get Brand by Domainget_brand_by_domainFetch the full brand record for a domain (logos, colors, fonts, social links).
Get Brand by ISINget_brand_by_isinLook up a brand by ISIN code (e.g. US6541061031).
Get Brand by Tickerget_brand_by_tickerLook up a brand by stock/ETF ticker symbol (e.g. NKE).

Context

OperationIDDescriptionTrigger
Get Brand Context (JSON)get_context_jsonGet AI/LLM-oriented structured brand intelligence as JSON.
Get Brand Context (Markdown)get_context_markdownGet AI/LLM-ready brand intelligence as Markdown to drop into a prompt.
OperationIDDescriptionTrigger
Fetch Logo by Cryptologo_by_cryptoBuild a Logo CDN URL for a crypto symbol (requires the public Client ID).
Fetch Logo by Domainlogo_by_domainBuild a Logo CDN URL for a domain (requires the public Client ID).
Fetch Logo by ISINlogo_by_isinBuild a Logo CDN URL for an ISIN (requires the public Client ID).
Fetch Logo by Tickerlogo_by_tickerBuild a Logo CDN URL for a stock ticker (requires the public Client ID).
Fetch Themed/Sized Logologo_themedBuild a transformed Logo CDN URL with theme, size, format, and fallback options.
OperationIDDescriptionTrigger
Search Brandssearch_brandsAutocomplete-style brand search by name (requires the public Client ID).

Transaction

OperationIDDescriptionTrigger
Identify Brand from Transactionidentify_transactionMap a raw bank/card statement descriptor to a merchant brand.

Other

OperationIDDescriptionTrigger
Receive Brand Change Eventsreceive_webhookReceive brand-change events from Brandfetch (brand.updated, brand.company.updated).Yes