Brandfetch

Learn how to use Brandfetch with Composio

Overview

Enum

BRANDFETCH

Description

Brandfetch offers an API that retrieves company logos, brand colors, and other visual assets, helping marketers and developers maintain consistent branding across apps

Authentication Details

base_url
stringDefaults to https://api.brandfetch.io/v2
api_key
stringRequired

Actions

This tool retrieves comprehensive brand information including logos, colors, fonts, and company details for any brand using their domain name, brand id, isin, or stock ticker symbol. it provides access to a brand’s complete visual identity and company information.

Action Parameters

identifier
stringRequired

Action Response

data
object
error
successful
boolean

This action retrieves detailed company information for a given brand identifier. while the brandfetch get brand info tool provides general brand information, this tool specifically focuses on extracting and returning the company-related firmographic data from the response.

Action Parameters

identifier
stringRequired

Action Response

data
object
error
successful
boolean

This tool converts payment transaction labels into detailed merchant brand information. it takes a transaction label (like what you see on your credit card statement) and returns comprehensive brand data (including logos, colors, fonts, and company information). it is useful for identifying merchants and enriching transaction data with detailed brand information.

Action Parameters

countryCode
stringRequired
transactionLabel
stringRequired

Action Response

data
object
error
successful
boolean

This tool identifies merchant brands from raw transaction data in a single call. it processes unstructured payment text (e.g., credit card transaction descriptions), maps it to a domain, and returns comprehensive brand details including name, logo, domain, and industry information.

Action Parameters

country_code
stringRequired
transaction_label
stringRequired

Action Response

data
object
error
successful
boolean

This tool allows searching for brands by name and returns matching brand information. it enables searching and matching brand names to their corresponding urls and icons, providing rich autocomplete experiences.

Action Parameters

name
stringRequired

Action Response

data
object
error
successful
boolean