{
  "name": "Track Website Visibility in Google's AI Overview with SerpAPI and Google Sheets",
  "nodes": [
    {
      "id": "0702eba7-d055-40e9-9e6e-e6e77fa9d281",
      "name": "Start: Manual trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "4595fae4-57bb-4405-abf8-05eb134c774f",
      "name": "Read Keywords from Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "21e4edfb-2caf-401a-afd4-03b86723de62",
      "name": "Call SerpApi for AI Overview",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        400,
        0
      ]
    },
    {
      "id": "494614bf-fb0a-4c7c-842b-a4ec0e0bbd7a",
      "name": "Extract Sources & Check My Domain",
      "type": "n8n-nodes-base.code",
      "position": [
        620,
        0
      ]
    },
    {
      "id": "23361f22-1273-4797-8558-9cf9a38693b4",
      "name": "Write Results to Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        840,
        0
      ]
    },
    {
      "id": "12c76730-922d-4f84-a68d-b19fb8fa20e6",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        -220
      ],
      "parameters": {
        "width": 520,
        "height": 200,
        "content": "## Track Google AI Overview Presence for SEO\n1. **Read** keyword list from Google Sheets  \n2. **Call** SerpApi for each keyword  \n3. **Extract** AI Overview sources from the results  \n4. **Check** if "
      }
    }
  ],
  "connections": {
    "Start: Manual trigger": {
      "main": [
        [
          {
            "node": "Read Keywords from Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call SerpApi for AI Overview": {
      "main": [
        [
          {
            "node": "Extract Sources & Check My Domain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Keywords from Google Sheet": {
      "main": [
        [
          {
            "node": "Call SerpApi for AI Overview",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Sources & Check My Domain": {
      "main": [
        [
          {
            "node": "Write Results to Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}