Get the logo, icon, and information of a company and store it in Airtable

For Airtable, this workflow retrieves a company's logo, icon, and information using Brandfetch, then stores the data in Airtable. It simplifies data collection by automating the process, ensuring accurate and up-to-date branding assets are readily available for your projects.

7/8/2025
5 nodes
Simple
manualsimplebrandfetchairtable
Categories:
Manual TriggeredSimple WorkflowData Processing & AnalysisWeb Scraping & Data Extraction
Integrations:
BrandfetchAirtable

Target Audience

This workflow is ideal for:
- Marketing Teams: Professionals looking to gather brand assets efficiently for marketing campaigns.
- Developers: Individuals who need to automate the retrieval and storage of brand information in applications.
- Business Analysts: Analysts who require quick access to company logos and icons for presentations or reports.
- Entrepreneurs: Startup founders wanting to maintain an organized database of competitor branding assets.

Problem Solved

This workflow addresses the need for automated retrieval of company branding assets, such as logos and icons, from Brandfetch and their storage in Airtable. It eliminates the manual process of searching for brand assets, thereby saving time and reducing errors in data entry.

Workflow Steps

  • Manual Trigger: The workflow starts when the user clicks 'execute'.
    2. Brandfetch Node: It retrieves the brand icon for a specified domain (e.g., n8n.io).
    3. Brandfetch1 Node: This node fetches detailed company information, including the company name, using the domain from the previous node.
    4. Set Node: The workflow then organizes the retrieved data by setting the values for Name, Icon URL, and Logo URL.
    5. Airtable Node: Finally, the workflow appends this organized data into a specified Airtable table, effectively storing the brand information for future use.
  • Customization Guide

    Users can customize this workflow by:
    - Changing the Domain: Modify the domain parameter in the Brandfetch node to retrieve information for different companies.
    - Adjusting Airtable Table: Update the Airtable node to point to a different table or application ID as needed.
    - Adding More Fields: Users can include additional fields in the Set node to capture more brand-related information, such as social media links or brand descriptions.
    - Integrating Additional Nodes: Consider adding nodes for notifications (e.g., email alerts) after data is stored to keep relevant team members informed.