{
  "name": "Find similar B2B companies to your best customers with Google Sheets and CompanyEnrich",
  "nodes": [
    {
      "id": "1b41631b-802b-4165-80e6-0e6b63d1c8a1",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        224,
        416
      ]
    },
    {
      "id": "d377c0b5-0e05-49fd-ad9c-3bf0b6634e0d",
      "name": "Read Source List",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        448,
        416
      ]
    },
    {
      "id": "e72e4a93-080d-4764-84cc-41843e8a2337",
      "name": "Fetch Similar Companies",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        688,
        304
      ]
    },
    {
      "id": "fefc9918-e47c-486c-b32b-5e8521e82887",
      "name": "Merge Source & API",
      "type": "n8n-nodes-base.merge",
      "position": [
        928,
        416
      ]
    },
    {
      "id": "5d30848c-8e23-4fda-9f4d-f772c6f3593a",
      "name": "Split Out Items",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1152,
        416
      ]
    },
    {
      "id": "a2bcde30-9417-4cca-85c8-15b4e9427144",
      "name": "Write Results",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1376,
        416
      ]
    },
    {
      "id": "69d92bb2-9852-4233-88d7-8adfd799ec98",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -512,
        -256
      ],
      "parameters": {
        "width": 608,
        "height": 864,
        "content": "## How it works\nThis workflow expands your target list by finding companies similar to your existing leads.\n1. **Reads Data:** It grabs a list of domains from your Google Sheet.\n2. **Enriches:** It qu"
      }
    },
    {
      "id": "e09f73b8-de32-46fb-94a6-5a6ea01a0022",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        112,
        320
      ],
      "parameters": {
        "width": 496,
        "height": 288,
        "content": "## 1. Get Input Data\nThis section triggers the workflow and reads the list of target domains from your Google Sheet."
      }
    },
    {
      "id": "fb01cc46-baca-4fb2-bb78-afc7309a04ab",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        624,
        208
      ],
      "parameters": {
        "width": 640,
        "height": 400,
        "content": "## 2. Enrich & Process\nQueries the API to find lookalikes, merges the results with the original data, and splits the list so each similar company gets its own row."
      }
    },
    {
      "id": "274b4530-bd73-483c-90fe-67a08e071a64",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1280,
        304
      ],
      "parameters": {
        "width": 288,
        "height": 304,
        "content": "## 3. Save Results\nWrites the newly discovered companies, their domains, and similarity scores into your destination sheet."
      }
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Read Source List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out Items": {
      "main": [
        [
          {
            "node": "Write Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Source List": {
      "main": [
        [
          {
            "node": "Fetch Similar Companies",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge Source & API",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Merge Source & API": {
      "main": [
        [
          {
            "node": "Split Out Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Similar Companies": {
      "main": [
        [
          {
            "node": "Merge Source & API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}