{
  "name": "Pull references from Google AI mode to Google Sheets with DataForSEO",
  "nodes": [
    {
      "id": "f606faa7-1fca-4eb4-aad2-9c82bbaa9cea",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        -100
      ],
      "parameters": {
        "width": null,
        "height": 80,
        "content": "Specify the necessary **Keyword**, **Location**, and **Language** you want to get data for."
      }
    },
    {
      "id": "be09cc7b-4c2d-40f8-893c-755122d65047",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        860,
        -100
      ],
      "parameters": {
        "width": null,
        "height": 80,
        "content": "Select the necessary Google Sheet that contains the **Source**, **Domain**, **URL**, **Title**, and **Text** columns."
      }
    },
    {
      "id": "afcc9426-0591-4a24-bf30-afa467c28e5f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -100,
        -100
      ],
      "parameters": {
        "width": 200,
        "height": 80,
        "content": "The flow will run every 7 days. Adjust the schedule if needed."
      }
    },
    {
      "id": "e7138f2a-e414-45ac-a8e4-41798480a55d",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        -100
      ],
      "parameters": {
        "width": 380,
        "height": 260,
        "content": "This n8n template automatically collects all source references from Google’s AI Mode for any keyword you choose using DataForSEO and Google Sheets. \n\nWhat it does:\n\n* Uses DataForSEO API to fetch AI M"
      }
    },
    {
      "id": "c0ba2993-9708-432a-9353-e3b1f9fda58b",
      "name": "Run evry 7 days",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "545835d7-7da9-4dfb-a0b4-d618da31435b",
      "name": "Split Out (items)",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        460,
        0
      ]
    },
    {
      "id": "b7917336-5e23-49d5-9cab-cfb10e78cafa",
      "name": "Split Out (references)",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        700,
        0
      ]
    },
    {
      "id": "37ae2031-7da4-496f-b465-c6969d560044",
      "name": "Get Google AI Mode SERP Data",
      "type": "n8n-nodes-dataforseo.dataForSeo",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "54494d77-cc14-4ce7-9077-690edfde42e5",
      "name": "Record references to your Google Sheet.",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        920,
        0
      ]
    }
  ],
  "connections": {
    "Run evry 7 days": {
      "main": [
        [
          {
            "node": "Get Google AI Mode SERP Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out (items)": {
      "main": [
        [
          {
            "node": "Split Out (references)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out (references)": {
      "main": [
        [
          {
            "node": "Record references to your Google Sheet.",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Google AI Mode SERP Data": {
      "main": [
        [
          {
            "node": "Split Out (items)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Record references to your Google Sheet.": {
      "main": [
        []
      ]
    }
  }
}