{
  "name": "Create content strategies with dual AI research agents using SerpApi, GPT-4 & Sheets",
  "nodes": [
    {
      "id": "0ac80930-2230-43e6-87ac-142baac9b23a",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        -64
      ]
    },
    {
      "id": "013aadf1-d0db-4f67-a21d-59756a9e0a6f",
      "name": "Team Notification",
      "type": "n8n-nodes-base.slack",
      "position": [
        1296,
        32
      ]
    },
    {
      "id": "73456486-adbf-4325-9aea-fe8eb6acc684",
      "name": "Store Ideas",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1296,
        -160
      ]
    },
    {
      "id": "c6a0b4f8-1fef-40cd-8dba-6d435f229cfc",
      "name": "Parse AI Output",
      "type": "n8n-nodes-base.code",
      "position": [
        1072,
        -64
      ]
    },
    {
      "id": "825aabd9-8644-4850-89b7-d686429c662a",
      "name": "The Strategist Agent",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        672,
        -64
      ]
    },
    {
      "id": "99c23bcc-66a1-4deb-a086-2324daf93592",
      "name": "Data Aggregation",
      "type": "n8n-nodes-base.code",
      "position": [
        448,
        -64
      ]
    },
    {
      "id": "58d42e44-fc20-484e-9eab-a91e61799aa8",
      "name": "The Researcher Agent",
      "type": "n8n-nodes-serpapi.serpApi",
      "position": [
        224,
        -64
      ]
    },
    {
      "id": "c32e13d6-6486-426e-a466-acacf286899d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        176,
        -144
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "08345e0b-a09c-498f-9f8f-dee0d7aa96ef",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        624,
        -144
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "234a449a-51d3-4d94-9362-13efd83595c5",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1024,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "ea644149-27f9-400f-955b-f8f69487a9fe",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        -144
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "92d60124-adb8-4925-9164-a2af9de5832f",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        176
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Parse AI Output": {
      "main": [
        [
          {
            "node": "Store Ideas",
            "type": "main",
            "index": 0
          },
          {
            "node": "Team Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Data Aggregation": {
      "main": [
        [
          {
            "node": "The Strategist Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "The Researcher Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "The Researcher Agent": {
      "main": [
        [
          {
            "node": "Data Aggregation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "The Strategist Agent": {
      "main": [
        [
          {
            "node": "Parse AI Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}