8
n8n 한국어amn8n.com

AI 자동화된 랜딩 페이지 변환 분석 및 최적화

고급

이것은Market Research, AI Summarization분야의자동화 워크플로우로, 16개의 노드를 포함합니다.주로 Rapiwa, Gmail, Telegram, FormTrigger, HttpRequest 등의 노드를 사용하며. GPT, Gemini 및 다중 채널 전달을 사용한 랜딩 페이지 전환율 최적화 분석 및 최적화

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • Telegram Bot Token
  • 대상 API의 인증 정보가 필요할 수 있음
  • OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "RUtK65RfOUPVvNpt",
  "meta": {
    "instanceId": "cb9a1e5321767b6316634728341237e564b2587ab15b74ca0a89eb02a53484d6",
    "templateCredsSetupCompleted": true
  },
  "name": "Automate Landing Page Conversion Analysis & Optimization with AI",
  "tags": [],
  "nodes": [
    {
      "id": "f21eb5f0-7544-43e7-8a4c-4b190a69a629",
      "name": "랜딩 페이지 URL",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -144,
        -48
      ],
      "webhookId": "0818531a-3892-49f6-af78-cde8d538b205",
      "parameters": {
        "options": {},
        "formTitle": "Conversion Rate Optimizer",
        "formFields": {
          "values": [
            {
              "fieldLabel": "Landing Page Url",
              "placeholder": "https://devcodejourney.com/",
              "requiredField": true
            }
          ]
        },
        "formDescription": "Your Landing Page is Leaking Sales—Fix It Now"
      },
      "typeVersion": 2.2
    },
    {
      "id": "35910407-2643-45fd-b219-c120ed00541d",
      "name": "웹사이트 스크래핑",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        48,
        -48
      ],
      "parameters": {
        "url": "={{ $json['Landing Page Url'] }}",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "f2ff8aa8-81d2-4a80-8792-5df4b9b9f7fa",
      "name": "AI 에이전트",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        496,
        -48
      ],
      "parameters": {
        "text": "=You are a professional expert in Conversion Rate Optimization who helps business founders & CMOs improve their landing pages. You are a world-class expert in analysing landing pages, roasting them, and providing valuable Conversion Rate Optimization Ideas to help businesses increase conversions.  \n\nGOAL\nI want you to roast my landing page and deliver recommendations to improve the Conversion Rate. I will use this roast to understand what's wrong with my landing page and make improvements based on your recommendations. \n\nROAST STRUCTURE\nThis framework consists of 2 blocks of insights: \nRoast: a detailed roast of my landing page.\nRecommendations: 10 conversion rate optimization ideas based on your roast and analysis.\n\nROAST & RECOMMENDATIONS CRITERIA\nFor the Roast: Be friendly & casual. Talk like a human to another human. \nFor the Roast: Be unconventional & fun. I don't want to be bored. A roast must agitate the reader's feelings. \nFor the Roast: You will make a full landing page analysis, and explain what's wrong. You will use this analysis to make recommendations for The Recommendations.  \nFor the Recommendations: Be specific. Write exactly what I need to do. Your detailed description for each Conversion Rate Optimization Idea should be self-explanatory. For example, instead of saying “Rewrite your headline”, give me improved ideas for the headline. Your job is to return advanced insights personalised only for my specific landing page. This is a critical law for you.\nFor the Recommendations: Be creative. Don't return trivial and outdated Conversion Rate Optimization ideas that the average marketer would recommend. Prioritise unconventional CRO tactics so I get real value from you here. Think like the top 0.1% conversion rate optimization expert.\nFor the Recommendations: Prioritise Conversion Rate Optimization Ideas that are relevant in the 2024 digital marketing space. \nFor the Recommendations: Your Conversion Rate Optimization ideas must be impactful. Prioritise Conversion Rate Optimization Ideas that adds a wow effect.\nFor the Recommendations: Your Conversion Rate Optimization ideas must be easy to implement.\nFor the Recommendations: Personalise your ideas with references to the Roast you made. I don’t want to read 10 generic ideas that can work for anyone (for example, “add a live chat” or “offer a free trial”). I need a 100% personalised response.\n\nHere is the content of my landing page: {{ $json.data }}",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 1.7
    },
    {
      "id": "1177a4fc-e162-409e-87b4-9b34ca143ffd",
      "name": "OpenAI 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        240,
        176
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "o1",
          "cachedResultName": "o1"
        },
        "options": {
          "reasoningEffort": "high"
        }
      },
      "credentials": {
        "openAiApi": {
          "id": "MR9Pc4Y3kPUGJgNM",
          "name": "OpenAi account 2"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "fa780f7d-1adc-44e4-8d82-26d097251d30",
      "name": "Google Gemini에서 모델에 메시지 보내기",
      "type": "@n8n/n8n-nodes-langchain.googleGeminiTool",
      "position": [
        384,
        176
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "models/gemini-2.5-flash",
          "cachedResultName": "models/gemini-2.5-flash"
        },
        "options": {},
        "messages": {
          "values": [
            {
              "role": "model"
            }
          ]
        }
      },
      "credentials": {
        "googlePalmApi": {
          "id": "jwzRcxc2F7GPOYnY",
          "name": "Google Gemini(PaLM) Api account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "6f5d5e83-88e6-4472-a4f4-1064eb268bc5",
      "name": "SearXNG",
      "type": "@n8n/n8n-nodes-langchain.toolSearXng",
      "position": [
        512,
        176
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "searXngApi": {
          "id": "tSgU25iVYRYlpI4D",
          "name": "SearXNG account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "097e513a-3688-4df7-9bab-59c3a4853d8e",
      "name": "SerpAPI",
      "type": "@n8n/n8n-nodes-langchain.toolSerpApi",
      "position": [
        640,
        176
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "serpApi": {
          "id": "RPOugPrCECL23oRr",
          "name": "SerpAPI account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "8756fef7-6ba0-4003-b482-dadc3d1e8fa0",
      "name": "사고",
      "type": "@n8n/n8n-nodes-langchain.toolThink",
      "position": [
        768,
        176
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "1af3ce4f-2d60-4943-8294-e26b8ee65e3d",
      "name": "Mistral AI에서 텍스트 추출",
      "type": "n8n-nodes-base.mistralAiTool",
      "position": [
        896,
        176
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "mistralCloudApi": {
          "id": "yWxZ80MIYrUbJdOB",
          "name": "Mistral Cloud account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "81f121df-3a7a-4ddf-ad2c-6adb53dbc2f0",
      "name": "문자 메시지 보내기",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1168,
        176
      ],
      "webhookId": "45c3911e-6d7e-40e2-8e32-bf3d404cf4ee",
      "parameters": {
        "text": "={{ $json.output }}",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "id": "awgkor9T3i1erkVJ",
          "name": "Telegram account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "d573748a-4221-4b82-ba63-5e5332df7209",
      "name": "메시지 보내기",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1168,
        -352
      ],
      "webhookId": "f3b7f63f-f8b8-4705-b72f-26d357b44e9b",
      "parameters": {
        "options": {}
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "nLDXXLCx9bNCHuNe",
          "name": "Gmail account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "c0cd1a83-d216-4aec-a2f0-a98d9b4227d0",
      "name": "Rapiwa",
      "type": "CUSTOM.rapiwa",
      "position": [
        1168,
        -64
      ],
      "parameters": {
        "number": "8801787063400",
        "message": "={{ $json.output }}"
      },
      "credentials": {
        "rapiwaApi": {
          "id": "q3bkzjJrjvzVnMaF",
          "name": "Rapiwa"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "6c3ee4dc-9948-4feb-b855-303adabe64c0",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1120,
        -480
      ],
      "parameters": {
        "color": 7,
        "height": 816,
        "content": "Once scraping is complete, you can take the notifications with the output wherever you want."
      },
      "typeVersion": 1
    },
    {
      "id": "974ce46e-834f-4448-b5be-ab9ee0c280f7",
      "name": "스티커 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -224,
        -288
      ],
      "parameters": {
        "width": 464,
        "height": 416,
        "content": "### Enter the link of the website you want to scrape below like this: \n```\nhttps://devcodejourney.com/\n```"
      },
      "typeVersion": 1
    },
    {
      "id": "6c5c1226-53b4-477b-aa8f-b420524ebfab",
      "name": "스티커 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        192,
        160
      ],
      "parameters": {
        "color": 7,
        "width": 816,
        "height": 320,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n# You can add tools according to your needs."
      },
      "typeVersion": 1
    },
    {
      "id": "cbc83eb4-672b-4a8c-b212-9aeb2a516940",
      "name": "스티커 노트3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1328,
        -288
      ],
      "parameters": {
        "width": 1056,
        "height": 1136,
        "content": "# Automate Landing Page Conversion Analysis & Optimization with AI\n\n## Overview\nThis n8n workflow is designed to **analyze landing pages and generate Conversion Rate Optimization (CRO) insights** using AI agents and multiple LLM tools. It automates the process from input collection to delivering actionable feedback via messaging and email platforms.\n\n\n## 📌 Workflow Steps\n### 1. **User Input – Form Trigger**\n- A form titled **\"Conversion Rate Optimizer\"** is displayed.\n- The user submits a **landing page URL** via this form.\n\n### 2. **Scrape Landing Page – HTTP Request**\n- The workflow sends the submitted URL to the **HTTP Request** node.\n- It retrieves and stores the landing page’s content for analysis.\n\n### 3. **AI Analysis – LangChain Agent**\n- The scraped content is sent to a **LangChain AI Agent**.\n- A detailed prompt is used to instruct the agent to:\n  - Perform a **fun, friendly, yet deep roast** of the landing page.\n  - Generate **10 creative, unconventional, and high-impact CRO recommendations** based on that roast.\n\n### 4. **AI Tools Connected**\nThe AI agent uses several powerful models and tools to enhance the quality and creativity of the output:\n- 🔹 **OpenAI Chat Model**\n- 🔹 **Google Gemini (PaLM 2.5)**\n- 🔹 **Mistral AI**\n- 🔹 **SearXNG** (search engine)\n- 🔹 **SerpAPI** (Google Search API)\n- 🔹 **LangChain Think Tool** (reasoning tool)\n\n### 5. **Output Delivery**\nOnce the analysis is complete, the results are sent via:\n- 📩 **Email** (Gmail node)\n- 💬 **Telegram** (Bot API)\n- 📱 **WhatsApp** (via Rapiwa)\n\n# For Help\n- Our Website: [devcodejourney.com](https://devcodejourney.com)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/shakilpg/)\n- WhatsApp Channel: [Chat Now](https://whatsapp.com/channel/0029Vb5l6JuDTkK5BRORNn0B)\n- WhatsApp: [Chat Now](https://wa.me/8801316320957)\n\n"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "4c374681-5018-4980-8241-f7593081c250",
  "connections": {
    "8756fef7-6ba0-4003-b482-dadc3d1e8fa0": {
      "ai_tool": [
        [
          {
            "node": "f2ff8aa8-81d2-4a80-8792-5df4b9b9f7fa",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "6f5d5e83-88e6-4472-a4f4-1064eb268bc5": {
      "ai_tool": [
        [
          {
            "node": "f2ff8aa8-81d2-4a80-8792-5df4b9b9f7fa",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "097e513a-3688-4df7-9bab-59c3a4853d8e": {
      "ai_tool": [
        [
          {
            "node": "f2ff8aa8-81d2-4a80-8792-5df4b9b9f7fa",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "f2ff8aa8-81d2-4a80-8792-5df4b9b9f7fa": {
      "main": [
        [
          {
            "node": "81f121df-3a7a-4ddf-ad2c-6adb53dbc2f0",
            "type": "main",
            "index": 0
          },
          {
            "node": "d573748a-4221-4b82-ba63-5e5332df7209",
            "type": "main",
            "index": 0
          },
          {
            "node": "c0cd1a83-d216-4aec-a2f0-a98d9b4227d0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "35910407-2643-45fd-b219-c120ed00541d": {
      "main": [
        [
          {
            "node": "f2ff8aa8-81d2-4a80-8792-5df4b9b9f7fa",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f21eb5f0-7544-43e7-8a4c-4b190a69a629": {
      "main": [
        [
          {
            "node": "35910407-2643-45fd-b219-c120ed00541d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1177a4fc-e162-409e-87b4-9b34ca143ffd": {
      "ai_languageModel": [
        [
          {
            "node": "f2ff8aa8-81d2-4a80-8792-5df4b9b9f7fa",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "1af3ce4f-2d60-4943-8294-e26b8ee65e3d": {
      "ai_tool": [
        [
          {
            "node": "f2ff8aa8-81d2-4a80-8792-5df4b9b9f7fa",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "fa780f7d-1adc-44e4-8d82-26d097251d30": {
      "ai_tool": [
        [
          {
            "node": "f2ff8aa8-81d2-4a80-8792-5df4b9b9f7fa",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

고급 - 시장 조사, AI 요약

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
고급
노드 수16
카테고리2
노드 유형13
난이도 설명

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
DevCode Journey

DevCode Journey

@devcodejourney

I build intelligent systems that automate tasks, streamline workflows, and enhance user experiences using tools like n8n, AI chatbots, and modern automation platforms. With a passion for solving real-world problems through smart technology, I create custom solutions that help individuals and businesses save time, scale faster, and work smarter. Whether it's integrating APIs, building no-code/low-code automations, or developing conversational AI, I'm always exploring the edge of what's possible.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34