{
  "name": "Monitor backlink profile with SE Ranking and export to Google Sheets",
  "nodes": [
    {
      "id": "b406b7f4-bcc6-453f-95c8-61193d914ac0",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        832,
        496
      ]
    },
    {
      "id": "207a9b9a-93c9-40d6-a590-8a8e5aeb4661",
      "name": "Get backlinks summary",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1056,
        496
      ]
    },
    {
      "id": "b4097159-c748-45a8-889e-13efb7de154b",
      "name": "Get new backlinks",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1280,
        368
      ]
    },
    {
      "id": "603e703f-d903-4f22-a788-a06fb79adbd3",
      "name": "Get lost backlinks",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1280,
        608
      ]
    },
    {
      "id": "409f06db-2305-4b69-a3c3-43fd1c6884f8",
      "name": "Get referring domains",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1504,
        368
      ]
    },
    {
      "id": "9d54bb74-0079-4046-b286-f0dfb821a218",
      "name": "Get anchor texts",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1504,
        608
      ]
    },
    {
      "id": "31899811-6050-4d43-913e-b73dbeca2e8c",
      "name": "Get authority metrics",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1712,
        368
      ]
    },
    {
      "id": "16c25f0d-c6be-4d25-b06a-f7a32cad3d09",
      "name": "Get daily backlinks count",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1712,
        608
      ]
    },
    {
      "id": "c87ec3ed-8160-44e7-89e9-aa9b922332c7",
      "name": "Get cumulative history",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1936,
        368
      ]
    },
    {
      "id": "514cf75b-947d-46dc-8480-7761ba46b589",
      "name": "Get pages with backlinks",
      "type": "@seranking/n8n-nodes-seranking.seRanking",
      "position": [
        1936,
        608
      ]
    },
    {
      "id": "9cdef420-10ab-45bc-835d-7ccfad5284f1",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        2160,
        496
      ]
    },
    {
      "id": "b87a2c29-1008-4a14-ae23-429ea971c2f7",
      "name": "Format for Sheet",
      "type": "n8n-nodes-base.code",
      "position": [
        2384,
        496
      ]
    },
    {
      "id": "export-google-sheets",
      "name": "Export to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2592,
        496
      ]
    },
    {
      "id": "ff116fe0-cb04-4327-a2b6-dbd96cebd02a",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        320,
        -112
      ],
      "parameters": {
        "width": 560,
        "height": 1080,
        "content": "## Monitor backlink profile with SE Ranking\n\n## Who is this for\n- SEO pros tracking client link building progress\n- Website owners watching their backlink growth\n- Digital marketers analyzing domain a"
      }
    },
    {
      "id": "sticky-data-collection",
      "name": "Data Collection",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1020,
        280
      ],
      "parameters": {
        "width": 1000,
        "height": 140,
        "content": "### 📊 Data Collection\nGrabs backlink data from SE Ranking: summary stats, new/lost links, referring domains, anchor texts, authority metrics, and historical trends."
      }
    },
    {
      "id": "sticky-formatting",
      "name": "Formatting & Export",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2140,
        380
      ],
      "parameters": {
        "width": 500,
        "height": 140,
        "content": "### 📤 Formatting & Export\nCombines all the data, organizes it into clear sections with headers, and saves to Google Sheets."
      }
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Format for Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get backlinks summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format for Sheet": {
      "main": [
        [
          {
            "node": "Export to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get anchor texts": {
      "main": [
        [
          {
            "node": "Get daily backlinks count",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get new backlinks": {
      "main": [
        [
          {
            "node": "Get referring domains",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get lost backlinks": {
      "main": [
        [
          {
            "node": "Get anchor texts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get authority metrics": {
      "main": [
        [
          {
            "node": "Get cumulative history",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get backlinks summary": {
      "main": [
        [
          {
            "node": "Get new backlinks",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get lost backlinks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get referring domains": {
      "main": [
        [
          {
            "node": "Get authority metrics",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get cumulative history": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get pages with backlinks": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Get daily backlinks count": {
      "main": [
        [
          {
            "node": "Get pages with backlinks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}