Brandfetch offers an API that retrieves company logos, brand colors, and other visual assets, helping marketers and developers maintain consistent branding across apps
Brandfetch offers an API that retrieves company logos, brand colors, and other visual assets, helping marketers and developers maintain consistent branding across apps On Nagent, Brandfetch is exposed as a fully-configurable images & design integration that any agent can call — 7 actions, and API key authentication. No code is required to wire Brandfetch into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Brandfetch to automate the kinds of tasks images & design teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Brandfetch into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Brandfetch, with input parameters and output schema. Drop these into any step of an agent built in Helix.
BRANDFETCH_GET_BRAND_INFORetrieves brand information including logos, colors, fonts, and company details using a domain, Brand ID, ISIN, or stock ticker. Logo data may be absent for some domains — do not assume logos are always returned. The response includes multiple logo types (e.g., icon, logo) and themes; explicitly select the desired type and size rather than defaulting to the first URL.
Input parameters
Identifier to retrieve brand data. Can be a domain (e.g., 'nike.com'), Brand ID (e.g., 'id_0dwKPKT'), ISIN (e.g., 'US6541061031'), or Stock Ticker (e.g., 'NKE') For best results, use an exact domain or Brand ID. If only a vague brand name is available, run BRANDFETCH_SEARCH_BRANDS first to obtain the correct identifier — ambiguous inputs may return wrong or empty results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BRANDFETCH_GET_GRAPHQL_VERSIONTool to retrieve the Brandfetch GraphQL API version. Use when you need to check the current API version via the GraphQL endpoint.
Input parameters
GraphQL query string to retrieve the API version
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BRANDFETCH_GET_TAXONOMYTool to retrieve Brandfetch's taxonomy via GraphQL API. Use this to get a complete list of industries, countries, and geographic regions used in Brandfetch's classification system. The taxonomy includes hierarchical industry data with parent-child relationships.
Input parameters
GraphQL query string for taxonomy data. The taxonomy query can return three fields: industries (list of Industry objects with id, urn, name, slug, emoji, depth, children, parent, banner), countries (list), and geographicRegions (list). You can customize which fields to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BRANDFETCH_GET_TRANSACTION_INFOThis 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.
Input parameters
ISO 3166-1 alpha-2 country code where the transaction took place
The raw transaction text from credit card statement
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BRANDFETCH_LIST_SUBSCRIBABLE_EVENTSTool to retrieve all available webhook event types that can be subscribed to via the Brandfetch GraphQL API. Returns event names and descriptions for webhook configuration. Available events include brand.claimed, brand.deleted, brand.updated, brand.company.updated, and brand.verified.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BRANDFETCH_LIST_WEBHOOKSTool to retrieve a list of all webhooks via GraphQL API. Use when you need to query webhook configurations and their statuses in the Brandfetch system.
Input parameters
GraphQL query string to list webhooks. Default query retrieves all webhooks with their urn, url, description, and enabled status.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
BRANDFETCH_SEARCH_BRANDSSearches for brands by name and returns matching brand information including URLs and icons, enabling rich autocomplete experiences. Use this tool first to resolve a vague name or ticker to a precise domain or brandId before calling BRANDFETCH_GET_BRAND_INFO or BRANDFETCH_GET_LOGO. Results may include multiple candidates; disambiguate using the domain, geography, qualityScore, and verified fields rather than defaulting to the first result. Returns empty results for new or niche brands.
Input parameters
The brand name to search for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 85 agents privately built on Nagent that already use Brandfetch.
Build on Nagent
Connect Brandfetch to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Brandfetch, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Brandfetch is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Brandfetch is connected, you configure its 7 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Brandfetch steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Brandfetch event fires, the agent kicks off automatically.
Every Brandfetch action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Brandfetch ships with 7 pre-built images & design actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Brandfetch together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Brandfetch-based workflows tailored to your business.