{
  "name": "Scrape LinkedIn post comments & reactions with Browserflow → export to Google Sheets",
  "nodes": [
    {
      "id": "73b8cf7d-4d68-480d-b7c3-3c54c210b805",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        -32
      ]
    },
    {
      "id": "0b9e7f7e-77c8-4d3c-8829-f31ec419807c",
      "name": "Scrape profiles from a linkedin post",
      "type": "n8n-nodes-browserflow.browserflow",
      "position": [
        672,
        -32
      ]
    },
    {
      "id": "2fc2dc34-3117-4517-a9e8-84259af4fff8",
      "name": "Append to Comments Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1120,
        -128
      ]
    },
    {
      "id": "ea0c2acd-1c2e-407a-a60b-97ca9db20594",
      "name": "Append to Reactions Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1120,
        64
      ]
    },
    {
      "id": "9b5aa8b8-36d3-4f9e-b589-9ec4a5af3cfd",
      "name": "Split Out Reactions",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        896,
        -128
      ]
    },
    {
      "id": "9f8d90af-bb33-4e42-b1ba-a7959ac73fc3",
      "name": "Split Out Comments",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        896,
        64
      ]
    },
    {
      "id": "c770d4dd-dcab-4177-b39e-a49e3639532d",
      "name": "Get Post Url",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        224,
        -32
      ]
    },
    {
      "id": "1da82740-7f04-45bd-8c5e-7d9efdb9e7ff",
      "name": "Update row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        448,
        -32
      ]
    },
    {
      "id": "4a2e57ec-9772-4fef-8e0c-df86104589e2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        -704
      ],
      "parameters": {
        "width": 640,
        "height": 480,
        "content": "## Scrape LinkedIn Post Comments & Reactions\n\n### How it works\nManually run the workflow to scrape any LinkedIn post.  \nIt reads your **Posts** sheet, marks each URL as processed, scrapes comments + r"
      }
    },
    {
      "id": "d880a58e-ecd7-4877-a32b-332edd8e54b3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        592,
        -192
      ],
      "parameters": {
        "width": 256,
        "height": 448,
        "content": "##  Scrape the post"
      }
    },
    {
      "id": "1240e09c-6339-40b8-b063-9abce808b73f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        864,
        -192
      ],
      "parameters": {
        "width": 464,
        "height": 448,
        "content": "##  Store the results"
      }
    },
    {
      "id": "4ee4cfaf-2dd7-49e7-83e3-6302e2d68844",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        192,
        -192
      ],
      "parameters": {
        "width": 384,
        "height": 448,
        "content": "##  Fetch posts to scrape"
      }
    }
  ],
  "connections": {
    "Get Post Url": {
      "main": [
        [
          {
            "node": "Update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out Comments": {
      "main": [
        [
          {
            "node": "Append to Reactions Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out Reactions": {
      "main": [
        [
          {
            "node": "Append to Comments Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update row in sheet": {
      "main": [
        [
          {
            "node": "Scrape profiles from a linkedin post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape profiles from a linkedin post": {
      "main": [
        [
          {
            "node": "Split Out Reactions",
            "type": "main",
            "index": 0
          },
          {
            "node": "Split Out Comments",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get Post Url",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}