Web Scraping & Data Extraction

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

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

Manual
Medium
5
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
5
Node Types
0

Workflow JSON

2.81 KB
{
  "id": "176",
  "name": "Get the logo, icon, and information of a company and store it in Airtable",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Brandfetch",
      "type": "n8n-nodes-base.Brandfetch",
      "position": [
        450,
        300
      ],
      "parameters": {
        "domain": "n8n.io"
      },
      "credentials": {
        "brandfetchApi": "Brandfetch n8n credentials"
      },
      "typeVersion": 1
    },
    {
      "name": "Brandfetch1",
      "type": "n8n-nodes-base.Brandfetch",
      "position": [
        650,
        300
      ],
      "parameters": {
        "domain": "={{$node[\"Brandfetch\"].parameter[\"domain\"]}}",
        "operation": "company"
      },
      "credentials": {
        "brandfetchApi": "Brandfetch n8n credentials"
      },
      "typeVersion": 1
    },...

Showing first 1000 characters. Click "Expand" to view the full JSON.