{
  "name": "Summarize SE Ranking AI search visibility using OpenAI GPT-4.1-mini",
  "nodes": [
    {
      "id": "9ee6b226-3cb9-4489-80c4-9ed72492abf4",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -960,
        32
      ]
    },
    {
      "id": "80cd18f5-7ff1-4d1c-9c35-ba1582b7af0d",
      "name": "Set the Input Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -736,
        32
      ]
    },
    {
      "id": "5219c606-c6e5-4a5d-a705-886d163b27b7",
      "name": "SE Ranking AI Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -512,
        32
      ]
    },
    {
      "id": "41f92bdd-f89d-43d7-8d37-0674e89b7188",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -256,
        240
      ]
    },
    {
      "id": "5b85bcfd-3a65-491f-bf91-52f324ea2918",
      "name": "SE Ranking AI Summarizer",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        -256,
        32
      ]
    },
    {
      "id": "5bd11d2e-32fa-4628-bfcb-89a5d7cc0218",
      "name": "Enrich Data",
      "type": "n8n-nodes-base.code",
      "position": [
        96,
        32
      ]
    },
    {
      "id": "c227432f-a1f3-46ca-bb5b-a96db7dc7161",
      "name": "Write File to Disk",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        544,
        32
      ]
    },
    {
      "id": "5903cba2-09ed-4d64-a94f-494d04a53683",
      "name": "Create a Binary Data",
      "type": "n8n-nodes-base.function",
      "position": [
        320,
        32
      ]
    },
    {
      "id": "a3e6729c-e35e-42b6-a975-306e552985c2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -336,
        -144
      ],
      "parameters": {
        "width": 576,
        "height": 496,
        "content": "## Data Enrichment\n\nCombines raw SE Ranking metrics with OpenAI-generated summaries. Transforms analytical data into human-readable insights."
      }
    },
    {
      "id": "59feb86e-335f-449f-8b8a-79384bbe1bf1",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        256,
        -144
      ],
      "parameters": {
        "width": 576,
        "height": 496,
        "content": "## Export Data Handling\n\nConverts enriched results into structured JSON output. Stores the final data for reporting and downstream automation."
      }
    },
    {
      "id": "e4eee63e-85ab-4143-939f-2b5d595632db",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -816,
        -144
      ],
      "parameters": {
        "width": 464,
        "height": 496,
        "content": "## AI Search with SE Ranking\n\nFetches AI search visibility and time-series data from SE Ranking based on target site and region. Acts as the primary data source for AI-powered search insights."
      }
    },
    {
      "id": "ee9f932c-c86a-4a9a-9557-843a0dae1275",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -80
      ],
      "parameters": {
        "width": 496,
        "height": 720,
        "content": "## **How It Works**\n\nThis workflow automates AI-powered search insights by combining SE Ranking AI Search data with OpenAI summarization. It starts with a manual trigger and fetches the time-series AI"
      }
    },
    {
      "id": "de41f1c0-c715-453a-ab6f-f382e161d248",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -336
      ],
      "parameters": {
        "width": 496,
        "height": 240,
        "content": "![Logo](https://media.licdn.com/dms/image/v2/D4D0BAQHBbVpuDD3toA/company-logo_200_200/company-logo_200_200/0/1725976307233/se_ranking_logo?e=1768435200&v=beta&t=_HSGZks62sL6rTXwuo0U21QCKBCNzVT_8OkeIPU"
      }
    }
  ],
  "connections": {
    "Enrich Data": {
      "main": [
        [
          {
            "node": "Create a Binary Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "SE Ranking AI Summarizer",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Create a Binary Data": {
      "main": [
        [
          {
            "node": "Write File to Disk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set the Input Fields": {
      "main": [
        [
          {
            "node": "SE Ranking AI Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SE Ranking AI Request": {
      "main": [
        [
          {
            "node": "SE Ranking AI Summarizer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SE Ranking AI Summarizer": {
      "main": [
        [
          {
            "node": "Enrich Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Set the Input Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}