{
  "name": "Daily business idea insights aggregator from IdeaBrowser to Google Docs",
  "nodes": [
    {
      "id": "a19357ec-0bff-4f07-b403-fa18f82abf86",
      "name": "Markdown1",
      "type": "n8n-nodes-base.markdown",
      "position": [
        2040,
        800
      ]
    },
    {
      "id": "7fbca587-d982-4800-b559-6e01008af711",
      "name": "Get the links",
      "type": "n8n-nodes-base.code",
      "position": [
        580,
        800
      ]
    },
    {
      "id": "10bfccb0-c5d3-4002-ad31-9e6d00d710a3",
      "name": "Get URL data of idea",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        380,
        800
      ]
    },
    {
      "id": "2ac9f703-006b-494d-b53f-372c8dbd8233",
      "name": "Create google doc",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        780,
        580
      ]
    },
    {
      "id": "bf9d318c-310e-4c49-bbb0-3cfbc1e16f7d",
      "name": "Merge the data",
      "type": "n8n-nodes-base.merge",
      "position": [
        1000,
        800
      ]
    },
    {
      "id": "286f31e3-d9e5-4a3a-8590-7c11e82c6e78",
      "name": "Split the url",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1260,
        800
      ]
    },
    {
      "id": "7ac224d8-4eb9-429a-bae3-607e49f2d498",
      "name": "Loop over URL",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1580,
        780
      ]
    },
    {
      "id": "82e59148-8aa9-4eb7-a65b-37c375d63ef0",
      "name": "Get URL content of each page",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1820,
        800
      ]
    },
    {
      "id": "c5902af1-187e-4471-8833-8c3b68732d36",
      "name": "Update the google docs with the data",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        2240,
        800
      ]
    },
    {
      "id": "0cd82b9e-1b64-4853-aaab-3036fe33aa5d",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        200,
        800
      ]
    }
  ],
  "connections": {
    "Markdown1": {
      "main": [
        [
          {
            "node": "Update the google docs with the data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get the links": {
      "main": [
        [
          {
            "node": "Create google doc",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge the data",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Loop over URL": {
      "main": [
        [],
        [
          {
            "node": "Get URL content of each page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split the url": {
      "main": [
        [
          {
            "node": "Loop over URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge the data": {
      "main": [
        [
          {
            "node": "Split the url",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get URL data of idea",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create google doc": {
      "main": [
        [
          {
            "node": "Merge the data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get URL data of idea": {
      "main": [
        [
          {
            "node": "Get the links",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get URL content of each page": {
      "main": [
        [
          {
            "node": "Markdown1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update the google docs with the data": {
      "main": [
        [
          {
            "node": "Loop over URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}