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
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Brand (Auto-detect) | get_brand | Auto-detect lookup: resolves identifier in order domain -> ticker -> ISIN -> crypto. | |
| Get Brand by Crypto | get_brand_by_crypto | Look up a brand by cryptocurrency symbol (e.g. BTC). | |
| Get Brand by Domain | get_brand_by_domain | Fetch the full brand record for a domain (logos, colors, fonts, social links). | |
| Get Brand by ISIN | get_brand_by_isin | Look up a brand by ISIN code (e.g. US6541061031). | |
| Get Brand by Ticker | get_brand_by_ticker | Look up a brand by stock/ETF ticker symbol (e.g. NKE). |
Context
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Brand Context (JSON) | get_context_json | Get AI/LLM-oriented structured brand intelligence as JSON. | |
| Get Brand Context (Markdown) | get_context_markdown | Get AI/LLM-ready brand intelligence as Markdown to drop into a prompt. |
Logo
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Fetch Logo by Crypto | logo_by_crypto | Build a Logo CDN URL for a crypto symbol (requires the public Client ID). | |
| Fetch Logo by Domain | logo_by_domain | Build a Logo CDN URL for a domain (requires the public Client ID). | |
| Fetch Logo by ISIN | logo_by_isin | Build a Logo CDN URL for an ISIN (requires the public Client ID). | |
| Fetch Logo by Ticker | logo_by_ticker | Build a Logo CDN URL for a stock ticker (requires the public Client ID). | |
| Fetch Themed/Sized Logo | logo_themed | Build a transformed Logo CDN URL with theme, size, format, and fallback options. |
Search
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Search Brands | search_brands | Autocomplete-style brand search by name (requires the public Client ID). |
Transaction
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Identify Brand from Transaction | identify_transaction | Map a raw bank/card statement descriptor to a merchant brand. |
Other
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Receive Brand Change Events | receive_webhook | Receive brand-change events from Brandfetch (brand.updated, brand.company.updated). | Yes |