{
  "name": "Personalized outreach for lawyers with LinkedIn scraping, GPT-4o, Google Sheets",
  "nodes": [
    {
      "id": "62e62e1f-e71d-4869-bceb-370e4ab853e2",
      "name": "Set Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -1280,
        80
      ]
    },
    {
      "id": "c762fb3b-5574-4a25-ac2a-aa6f007bf79e",
      "name": "Add to Google",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "b9ce466d-8080-40ec-8f3d-99e446ddee54",
      "name": "OpenRouter Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        260,
        180
      ]
    },
    {
      "id": "9451edb8-a7a6-4840-9eea-e799f4bf0721",
      "name": "Research Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        280,
        0
      ]
    },
    {
      "id": "b5855a64-d62c-401e-8596-99888ff3a8b6",
      "name": "Google Search",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -780,
        80
      ]
    },
    {
      "id": "f36fb9ae-dcd3-44dd-8096-5ae6efd0f83b",
      "name": "Results ",
      "type": "n8n-nodes-base.code",
      "position": [
        -440,
        80
      ]
    },
    {
      "id": "e3cbad5a-2022-4c67-bde1-87ac77687539",
      "name": "Pages",
      "type": "n8n-nodes-base.code",
      "position": [
        0,
        200
      ]
    },
    {
      "id": "94b87b0b-0bff-4e13-a710-b2f2b9702cd9",
      "name": "Pages Check",
      "type": "n8n-nodes-base.if",
      "position": [
        -1040,
        200
      ]
    },
    {
      "id": "e41547c3-ed14-4882-906a-d0005f85ca4b",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1340,
        0
      ]
    },
    {
      "id": "5dccf520-fe74-458a-8e9d-34bc69cd5f54",
      "name": "Outreach Agent",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        700,
        0
      ]
    },
    {
      "id": "8340fc87-c844-4861-a4ff-75f7da7274a3",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1480,
        80
      ]
    }
  ],
  "connections": {
    "Pages": {
      "main": [
        [
          {
            "node": "Pages Check",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Results ": {
      "main": [
        [
          {
            "node": "Add to Google",
            "type": "main",
            "index": 0
          },
          {
            "node": "Pages",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Fields": {
      "main": [
        [
          {
            "node": "Google Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Pages Check": {
      "main": [
        [
          {
            "node": "Google Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add to Google": {
      "main": [
        [
          {
            "node": "Research Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Search": {
      "main": [
        [
          {
            "node": "Results ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Outreach Agent": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Research Agent": {
      "main": [
        [
          {
            "node": "Outreach Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Set Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Research Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}