{
  "name": "Enrich website visitors with Leadfeeder & Clearbit and save to Google Sheets",
  "nodes": [
    {
      "id": "2e93b7a1-f22c-4e34-8bbe-09763d428ab6",
      "name": "Get Leads",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1040,
        522
      ]
    },
    {
      "id": "0274033f-582a-40f6-9c08-161a81cfb2ab",
      "name": "Filter Leads by company criteria",
      "type": "n8n-nodes-base.filter",
      "position": [
        640,
        762.4643026004727
      ]
    },
    {
      "id": "918af2ea-38ab-4d36-abf0-628119216835",
      "name": "Enrich company",
      "type": "n8n-nodes-base.clearbit",
      "position": [
        420,
        762
      ]
    },
    {
      "id": "5ee23d2a-5eb6-4edd-8668-6053294d26cb",
      "name": "Setup",
      "type": "n8n-nodes-base.set",
      "position": [
        640,
        282.4643026004727
      ]
    },
    {
      "id": "425b3030-d745-4fe0-a489-c6d79f1d6dca",
      "name": "Get all Leedfeeder accounts",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        420,
        522.4643026004727
      ]
    },
    {
      "id": "2a547ddc-131d-4628-83f1-516d07dddde9",
      "name": "Only for wanted accounts",
      "type": "n8n-nodes-base.filter",
      "position": [
        840,
        522.4643026004727
      ]
    },
    {
      "id": "8083e9c2-ffcd-4060-87eb-f726349d1bc3",
      "name": "Split out accounts",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        640,
        522.4643026004727
      ]
    },
    {
      "id": "59696b1e-ff16-49d4-abc2-d830ce612fb5",
      "name": "Split Out Leads",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1220,
        522.4643026004727
      ]
    },
    {
      "id": "0618bc71-d8b3-4f8e-891b-127a391994fe",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        799.9999999999991,
        208.53380614657158
      ],
      "parameters": {
        "width": 370.00000000000045,
        "height": 239.93049645390096,
        "content": "### Setup\n1. Add your **Leedfeeder** credentials. The name should be `Authorization` and the value `Token token=yourapitoken`. You can find your token via **Settings -> Personal -> API-Token**\n2. Add "
      }
    },
    {
      "id": "c23e9507-6413-4343-add3-ee1539b424fd",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        420,
        282.4643026004727
      ]
    },
    {
      "id": "68f4a72e-c857-4e7c-8176-5e2494be2553",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1380,
        466.4643026004727
      ],
      "parameters": {
        "width": 193,
        "height": 220,
        "content": "Adjust your engagement criteria here"
      }
    },
    {
      "id": "648ef9d3-1ea7-42ff-9c80-16f05e9ff7f6",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        707.4643026004727
      ],
      "parameters": {
        "width": 193,
        "height": 215,
        "content": "Adjust your company criteria here"
      }
    },
    {
      "id": "bc1e5cb1-fb6b-45a8-a23b-b3d890b7cc79",
      "name": "Filter leads by engagement",
      "type": "n8n-nodes-base.filter",
      "position": [
        1420,
        522.4643026004727
      ]
    },
    {
      "id": "9c59a495-7fc6-4d11-b15c-0e72c9f33164",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        240
      ],
      "parameters": {
        "width": 193,
        "height": 186.77446808510643,
        "content": "Adjust the schedule here"
      }
    },
    {
      "id": "9ee5c6ac-544b-42fa-9432-92ae45ee40dd",
      "name": "Save leads to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        840,
        762.4643026004727
      ]
    }
  ],
  "connections": {
    "Setup": {
      "main": [
        [
          {
            "node": "Get all Leedfeeder accounts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Leads": {
      "main": [
        [
          {
            "node": "Split Out Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich company": {
      "main": [
        [
          {
            "node": "Filter Leads by company criteria",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out Leads": {
      "main": [
        [
          {
            "node": "Filter leads by engagement",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Setup",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split out accounts": {
      "main": [
        [
          {
            "node": "Only for wanted accounts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Only for wanted accounts": {
      "main": [
        [
          {
            "node": "Get Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter leads by engagement": {
      "main": [
        [
          {
            "node": "Enrich company",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get all Leedfeeder accounts": {
      "main": [
        [
          {
            "node": "Split out accounts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Leads by company criteria": {
      "main": [
        [
          {
            "node": "Save leads to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}