Resources · Make integration

Brandfetch Make integrationAutomate Brandfetch with Make.

Need a company's brand the moment its domain, ticker or ISIN shows up in your tools? The Brandfetch Make integration gives you 5 action modules and no trigger. This page is for ops and marketing people new to Make: connect your key, then build a first lookup and run it.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Brandfetch Make integration actually do?

It lets a Make scenario (the automation you build, a chain of steps) ask Brandfetch for a company's brand from one identifier: a web domain, a stock or ETF ticker, an ISIN or a crypto symbol. Each step is a module, and all five Brandfetch modules are actions. Something else has to start the scenario, because Brandfetch never calls Make on its own.

Enrich sign-ups as they arrive. A form or CRM module from another app starts the scenario with a new contact, and Get brand by domain looks up the company behind the email or website. Sales stops looking up each new company by hand.

Complete a watchlist. An investment newsletter or a finance dashboard keeps a list of tickers. Get brand by stock/ETF ticker handles listed companies and funds, Get brand by ISIN covers rows that only carry the international securities code, and Get brand by crypto symbol takes care of tokens.

Reach what the menu does not show. Make an API call sends your own request to the Brandfetch API with the same connection, for any endpoint the four lookups leave out.

Two honest limits. There is no trigger, so Brandfetch cannot tell Make that something changed; the scenario starts from another app or from a schedule. And the Make documentation for this app is thin and labeled as AI-generated, so check every result with a test run before you rely on it. If you also work in n8n, the Brandfetch n8n integration page covers that side, and n8n vs Make compares the two tools. New to the editor? The Make training starts from zero.

Connect

How do you connect Brandfetch to Make?

  1. 01

    Get your API key from Brandfetch

    Brandfetch asks for a developer account before it hands out a key. Sign up on Brandfetch, log in, and open your account dashboard. Copy the API key you find there and keep the tab open for the next step.

  2. 02

    Add a Brandfetch module and create the connection

    In your scenario, add any Brandfetch module and click Create a connection. A connection is your Brandfetch account linked to Make once; every Brandfetch module in any scenario can reuse it afterward.

  3. 03

    Name it and paste the key

    The Connection name field is optional, but a clear label such as "Brandfetch marketing" helps when you have several. Paste the API key you copied, follow the prompts on screen, and save.

First scenario

Your first scenario: enrich every new sign-up with its brand

GoalWhen a new sign-up lands in your form tool, Make asks Brandfetch for the brand behind that company's domain.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the big +. Brandfetch has no trigger, so the first module comes from the tool that collects your sign-ups, such as a form or a CRM.

  2. 02

    Pick the starting app

    Search that app by name, choose the module that watches for new entries, and connect your account. Each entry it passes on is a bundle: one item, here one sign-up, travelling to the next module.

  3. 03

    Add Get brand by domain

    Click the + on the right of the first module, search Brandfetch, and pick Get brand by domain. Select your connection, then map the website or domain coming from the sign-up into the module.

  4. 04

    Test with Run once

    Submit a test sign-up with a real company domain, then click Run once. Open the bubble above each module to read the bundle it received and check that Brandfetch returned the brand you expected.

  5. 05

    Schedule it and switch it on

    Set the schedule on the first module (every 15 minutes by default for a new scenario), then switch the scenario on. Each Brandfetch lookup counts as an operation, which is what Make counts on your plan.

Modules

The 5 Brandfetch modules in Make

Brandfetch gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Brandfetch1

Get brand by ISIN

ActionIn the docs only

Hand it an ISIN, the international code that identifies a security, and it asks Brandfetch for the brand of the company behind it. Handy when your data comes from a broker export or a fund report rather than from a website.

When to use it
your rows carry the ISIN and nothing else, and guessing a domain from a company name would be unreliable.
Watch out
map the code exactly as stored, then confirm with Run once that the right company comes back.
Brandfetch2

Get brand by crypto symbol

ActionIn the docs only

This one starts from a token's symbol and returns the brand Brandfetch holds for that crypto project. It saves a manual search every time a new coin enters your list, a tracker or a content calendar.

When to use it
a crypto newsletter, portfolio sheet or listing page needs the brand of each new token as it gets added.
Watch out
a short symbol is easy to mistype or confuse, so check the first results by hand before you publish them anywhere.
Brandfetch3

Get brand by domain

ActionIn the docs only

Start here in most cases. Give it a web domain, and Brandfetch returns the brand of the company that owns it. A website or a work email sits in most contact records, which makes this the lookup you will reach for first.

When to use it
a lead, a customer or a supplier enters one of your tools with a website attached.
Watch out
your source may hold a full URL or an email instead of a domain, so check with Run once that the right company comes back.
Brandfetch4

Get brand by stock/ETF ticker

ActionIn the docs only

Pass a stock or ETF ticker and the module fetches the matching brand from Brandfetch. It suits market-facing content, where the ticker is the identifier everyone already uses and a domain is rarely at hand.

When to use it
an earnings recap, a fund page or an investor dashboard gets a new line for a listed company or an ETF.
Watch out
when your row also has an ISIN, compare both lookups once and keep whichever gives the cleaner match.
Brandfetch5

Make an API call

ActionIn the docs only

Your escape hatch. It sends a request you write yourself to any endpoint of the Brandfetch API, reusing the connection you already created, so there is no second key to manage.

When to use it
you need something from Brandfetch that none of the four lookups offers, and the Brandfetch API documentation describes the endpoint.
Watch out
you build the request yourself, so start from the Brandfetch API reference and read the raw bundle after Run once.
Need help

Need help automating Brandfetch with Make?

A person reads every message.

FAQ

Questions about Brandfetch and Make

01Is the Brandfetch Make integration free to use?
Yes, on the Make side. Brandfetch is a standard app, so its modules are available from the Free plan. That plan allows 2 active scenarios, at least 15 minutes between two scheduled runs, 5 minutes per execution, files up to 5 MB and 512 MB of data transfer. Paid plans drop the interval to 1 minute and remove the cap on active scenarios. Brandfetch itself is a separate matter: you need a developer account and an API key, and the Brandfetch pricing page describes its own subscriptions.
02What does it take to connect Brandfetch to Make?
Three things. A Make account, a Brandfetch developer account, and the API key shown on your Brandfetch account dashboard once you log in. In the editor, add any Brandfetch module, click Create a connection, give it a name if you like, and paste the key. The connection is then shared by every Brandfetch module, so you set it up once. If Make refuses the key, check that the account really is a developer account and that you copied the whole key.
03Does Brandfetch start a Make scenario in real time?
No. Brandfetch has no trigger module in Make, so it cannot start a scenario by itself. You have two ways around it. Start from another app's trigger, such as a form, a CRM or a spreadsheet, and put the Brandfetch lookup right after it. Or run the scenario on a schedule from the clock on the first module; a new scenario runs every 15 minutes by default, and paid plans go down to 1 minute. Whether the start is instant then depends on the trigger of that other app.
04What if a Brandfetch module is missing in Make?
Use Make an API call. It calls any endpoint of the Brandfetch API with the connection you already have, so anything the API offers is reachable even without a dedicated module. You write the request yourself from the Brandfetch API documentation, then read the raw result after Run once. One more caution: the Make documentation for this app is marked as AI-generated and may contain mistakes, so treat it as a starting point and trust your test runs over it.
05Make or n8n for Brandfetch: which one fits?
It depends on where the rest of your automations live. On Make, Brandfetch brings 5 modules: four ready-made lookups by domain, ticker, ISIN or crypto symbol, plus Make an API call for the rest, and it is available from the Free plan. Brandfetch also has an n8n integration, covered on its own page. Keep the lookup in whichever tool already runs the scenario that needs it. If you are still unsure, the comparison page linked above walks through both tools side by side.