8
n8n 中文网amn8n.com

使用Airtop、GPT-4 Mini和Gmail分析网站UX和SEO质量

高级

这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 33 个节点。主要使用 Set, Code, Html, Gmail, Airtop 等节点。 使用Airtop、GPT-4 Mini和Gmail分析网站UX和SEO质量

前置要求
  • Google 账号和 Gmail API 凭证
  • 可能需要目标 API 的认证凭证
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "c66762406062d6f96baac676fbcb1ad043cf6c0875d0fc4a63da087ec2d9f92e",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "c9473e1d-a9cc-42af-bdbd-064cc5eae7b4",
      "name": "点击",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        1296,
        656
      ],
      "parameters": {
        "resource": "interaction",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', \"The `windowId` returned by the `Open window` tool\", 'string') }}",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', \"The `sessionId` returned by the `Create session` tool\", 'string') }}",
        "descriptionType": "manual",
        "toolDescription": "Click on any element in the window",
        "additionalFields": {
          "waitForNavigation": "load"
        },
        "elementDescription": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Element_Description', `Describe in detail the element to click on, e.g. The menu item \"about us\" at the top of the page`, 'string') }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "AYPzc0Zutq7v14Wn",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "be47ccfb-408f-4b7d-90eb-dcf70166a0f0",
      "name": "查询",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        1408,
        656
      ],
      "parameters": {
        "prompt": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Prompt', `Ask anything and request to extract information from the current page, e.g. \"Is there any sign-up form? yes or no\"`, 'string') }}",
        "resource": "extraction",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', \"The `windowId` returned by the `Open window` tool\", 'string') }}",
        "operation": "query",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', \"The `sessionId` returned by the `Create session` tool\", 'string') }}",
        "descriptionType": "manual",
        "toolDescription": "Query the page, ask and extract information",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "AYPzc0Zutq7v14Wn",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "a1616475-cd08-4052-8f98-523f3d609662",
      "name": "加载URL",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        1536,
        656
      ],
      "parameters": {
        "url": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('URL', ``, 'string') }}",
        "resource": "window",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', \"The `windowId` returned by the `Open window` tool\", 'string') }}",
        "operation": "load",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', \"The `sessionId` returned by the `Create session` tool\", 'string') }}",
        "descriptionType": "manual",
        "toolDescription": "Load a URL into the browser window",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "AYPzc0Zutq7v14Wn",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f8089962-fafa-4df6-a539-afe94a7969a7",
      "name": "结束会话",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        1648,
        656
      ],
      "parameters": {
        "operation": "terminate",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', \"The `sessionId` returned by the `Create session` tool\", 'string') }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "AYPzc0Zutq7v14Wn",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "271cdee4-9cc8-4018-83a4-58b79f36e85c",
      "name": "输入",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        1776,
        656
      ],
      "parameters": {
        "text": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Text', ``, 'string') }}",
        "resource": "interaction",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', \"The `windowId` returned by the `Open window` tool\", 'string') }}",
        "operation": "type",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', \"The `sessionId` returned by the `Create session` tool\", 'string') }}",
        "pressEnterKey": true,
        "descriptionType": "manual",
        "toolDescription": "Type text into the page's element described",
        "additionalFields": {},
        "elementDescription": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Element_Description', `Describe in detail the element to type into, e.g. The search box at the top of the page`, 'string') }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "AYPzc0Zutq7v14Wn",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "1cd5c7f2-414d-4703-8a9e-28630fd98df2",
      "name": "表单提交时",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -336,
        320
      ],
      "webhookId": "a1491cef-8e99-4f4e-a638-e1dc7500f05e",
      "parameters": {
        "options": {},
        "formTitle": "UX Website Analyst",
        "formFields": {
          "values": [
            {
              "fieldType": "textarea",
              "fieldLabel": "Website URL",
              "placeholder": "example.com",
              "requiredField": true
            }
          ]
        },
        "formDescription": "Provide a detailed website URL address.\nExamples:\nexample.com\nhttps://example.com"
      },
      "typeVersion": 2.2
    },
    {
      "id": "1214bae1-23a1-4a5e-9ee8-966c79d4d26d",
      "name": "输出",
      "type": "n8n-nodes-base.set",
      "position": [
        2480,
        320
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "e1d6ab7c-2f45-44fd-9457-bb3046fad4c5",
              "name": "output",
              "type": "string",
              "value": "={{ $('Webscraper').item.json.output }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "f6fb52f6-f966-448e-9436-22f63fb5b4d5",
      "name": "OpenAI 聊天模型",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1136,
        656
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "69YTGxdIPy79gAdh",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "7e0490c7-42f8-4361-aeb4-b29de5e680d2",
      "name": "网页抓取器",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1424,
        320
      ],
      "parameters": {
        "text": "=You must thoroughly analyze the given website and conduct a user experience (UX) research review.\n\nYour tasks:\nService & Content Analysis – identify what services or products are offered, how they are described, and whether the content is clear and informative.\nUX Evaluation – assess:\nNavigation (is it easy to find information?)\nDesign clarity (visual hierarchy, readability, consistency)\nAccessibility (mobile-friendliness, contrast, alt texts, loading speed)\nTrust signals (testimonials, security, guarantees, support info)\nBad part or part who need be fixed,\nEasy to undersatnd inforamtion\nOverall Impression – summarize how user-friendly and trustworthy the website feels, be objective and critical.\n\nvisit multiple sub website,a nd find how this look , never focuse on one siet you must go for multiple subwebsite like blog, kontakt, service or another sub website\n\nYour goal: extract all available details AND evaluate the website’s user experience quality. Provide a structured, detailed report.\nWebsite url: {{ $('set input data').item.json.website_URL }}\n\nesion id for airtop: {{ $json.sessionId }}\nwindow id for airtop: {{ $json.windowId }}",
        "options": {
          "maxIterations": 20,
          "systemMessage": "=# Agent goal\n\nYou are a smart, advanced web agent connected to tools that allow you to manage a remote web browser. Your goal is to fulfill the human's request by conducting a thorough exploration of the target website.Always check multiple subsites if the user asks about pricing, services, or other details that are not available on the main page.In such cases, navigate into the relevant subsites until you gather the necessary information.You should explore the entire website, not just a single page.\n\nAlways aim to collect as much relevant information as possible about the website and the requested task.\n\nIf you can provide a complete answer, always use the End session tool to close the session.\n## Start the browser\nYou should always start by using the `Start browser` tool to get the `sessionId` and `windowId` required by other tools.\n\n## Use the `Query` tool\nYou don't have access to the browser screen but you can call the `Query` tool to get knowladge and hints of the current browser window. This tool accepts queries in natural language and can output information in plain text, markdown or JSON.\n\n## Use the `Click` tool\nUse the `Click` tool to click on an element on the web page. Describe the element in details in the \"Element Description\" field, Be specific and refer to elements that are on the page. \n\n## Use the `Type` tool\nUse the `Type` tool to type in text boxes. Describe the text box in \"Element Description\" field and the text to type in the \"Text\" field. The 'Type' tool is clicking Enter after typing the text so don't send [ENTER] commandes.\n\n### Examples for how to use the `Query` tool\n- Ask something about the current page:\n  \"Is the user logged in? Answer with Yes or No\"\n- Retrieve information:\n  \"Extract all the posts in the page, include the title and copy, output in JSON format\"\n- Get hints on the UI:\n  \"Is there a link to the contact form? If yes, describe the element in detail\"\n\n\n## Important\n- Start by calling `Start browser` to begin using the browser and provide the initial URL\n- The human ONLY sees your last message\n- Make sure to include all the important information requested by the human in your LAST message\n- Call `End session` with the `sessionId` once you have finished using the browser, always end  with `End session` tool, even if we have eror\n\n",
          "passthroughBinaryImages": true,
          "returnIntermediateSteps": false
        },
        "promptType": "define"
      },
      "retryOnFail": true,
      "typeVersion": 1.8,
      "waitBetweenTries": 5000
    },
    {
      "id": "896a757c-8fdd-4542-b1cb-7c06464352f5",
      "name": "设置输入数据",
      "type": "n8n-nodes-base.set",
      "position": [
        352,
        320
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "b040c079-7144-494b-a9fb-02bc98c1f94b",
              "name": "website_URL",
              "type": "string",
              "value": "={{ $json.normalizedUrl }}"
            },
            {
              "id": "c5f394cc-4a8b-4eab-823a-0a6bde38c040",
              "name": "Airtop Profile Name (for sites that require authentication)",
              "type": "string",
              "value": "=[PLACE YOUR AIRTOP PROFILE NAME]"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "ca277160-b7bc-4acc-ba05-b6702075f90f",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        -16
      ],
      "parameters": {
        "color": 7,
        "width": 672,
        "height": 528,
        "content": "# 触发器"
      },
      "typeVersion": 1
    },
    {
      "id": "cadf72c7-c661-4ab1-ac11-fb4fff63d541",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1056,
        -16
      ],
      "parameters": {
        "color": 5,
        "width": 912,
        "height": 944,
        "content": "# 网页抓取器"
      },
      "typeVersion": 1
    },
    {
      "id": "08572300-5ed0-4b85-b70c-e3b2b957c566",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2352,
        -16
      ],
      "parameters": {
        "color": 4,
        "width": 368,
        "height": 544,
        "content": "# 设置输出"
      },
      "typeVersion": 1
    },
    {
      "id": "7833011c-d75d-4352-b64a-2becd5d9363b",
      "name": "会话",
      "type": "n8n-nodes-base.airtop",
      "position": [
        528,
        320
      ],
      "parameters": {
        "profileName": "={{ $json['Airtop Profile Name (for sites that require authentication)'] }}",
        "timeoutMinutes": 5,
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "AYPzc0Zutq7v14Wn",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "7c0ceeb6-1964-4bd8-b623-3421e4cd85dc",
      "name": "窗口",
      "type": "n8n-nodes-base.airtop",
      "position": [
        720,
        320
      ],
      "parameters": {
        "url": "={{ $('set input data').item.json.website_URL }}",
        "resource": "window",
        "getLiveView": true,
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "AYPzc0Zutq7v14Wn",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "c60d0233-d652-4b2b-b4e6-59a87042a3bd",
      "name": "返回ID",
      "type": "n8n-nodes-base.set",
      "position": [
        896,
        320
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "0a0680af-39bd-4bc7-b9cd-84c1766c79a1",
              "name": "sessionId",
              "type": "string",
              "value": "={{ $('Session').item.json.sessionId }}"
            },
            {
              "id": "13940ee8-c1d4-4718-a7b4-176c44c097b7",
              "name": "windowId",
              "type": "string",
              "value": "={{ $('Window').item.json.data.windowId }}"
            },
            {
              "id": "a0f2005c-2cd2-4a8d-891b-a4759b72a124",
              "name": "output",
              "type": "string",
              "value": "Session and window created successfully"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "57d4700e-3ba5-4988-93b9-600729b2f5d6",
      "name": "便签 6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        304,
        -16
      ],
      "parameters": {
        "width": 720,
        "height": 528,
        "content": "# 创建Airtop会话"
      },
      "typeVersion": 1
    },
    {
      "id": "11f9d6f1-0e30-4120-af1a-72846635c4d0",
      "name": "终止会话",
      "type": "n8n-nodes-base.airtop",
      "position": [
        2128,
        320
      ],
      "parameters": {
        "operation": "terminate",
        "sessionId": "={{ $('Return IDs').item.json.sessionId }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "AYPzc0Zutq7v14Wn",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "9ed13ec5-5087-46b6-8add-c3d31786afd3",
      "name": "便签 7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2000,
        -16
      ],
      "parameters": {
        "width": 320,
        "height": 544,
        "content": "# 终止Airtop会话"
      },
      "typeVersion": 1
    },
    {
      "id": "3eccb9d0-1c7e-4de6-a96f-7e25a2d975d8",
      "name": "便签说明5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4096,
        -16
      ],
      "parameters": {
        "color": 4,
        "width": 320,
        "height": 720,
        "content": "# 发送答案"
      },
      "typeVersion": 1
    },
    {
      "id": "59e40398-1f04-4d63-a6af-9163583899d8",
      "name": "发送消息",
      "type": "n8n-nodes-base.gmail",
      "position": [
        4224,
        320
      ],
      "webhookId": "eebd023c-4fd4-43ee-b3c2-d2116dc3bf68",
      "parameters": {
        "sendTo": "=[PLACE YOUR EMAIL ADDRESS]",
        "message": "={{ $json.final_raport }}",
        "options": {},
        "subject": "=New raport about  {{ $('set input data').item.json.website_URL }}",
        "emailType": "text"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "uBDkmeb9FXP4t6M5",
          "name": "Gmail lumi"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "21dfb3d6-b6b9-4be1-a77e-7f7d76deb192",
      "name": "HTTP 请求",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2864,
        320
      ],
      "parameters": {
        "url": "={{ $('set input data').item.json.website_URL }}",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "8184a1ca-b397-487b-942d-a02d23bac9c4",
      "name": "HTML",
      "type": "n8n-nodes-base.html",
      "position": [
        3072,
        320
      ],
      "parameters": {
        "options": {},
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "title",
              "cssSelector": "head > title"
            },
            {
              "key": "description",
              "attribute": "content",
              "cssSelector": "meta[name=\"description\"]",
              "returnValue": "attribute"
            },
            {
              "key": "og_image",
              "attribute": "content",
              "cssSelector": "meta[property=\"og:image\"]",
              "returnValue": "attribute"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "090a7e27-9413-4cb4-966a-0e648cf48b31",
      "name": "元数据分析",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        3280,
        320
      ],
      "parameters": {
        "text": "=Check the provided metadata and give your opinion. Explain what is good, what is bad, and what can be optimized:\nTitle:{{ $json.title }}\nDescription:{{ $json.description }}",
        "batching": {},
        "messages": {
          "messageValues": [
            {
              "message": "=You are an expert SEO and digital marketing analyst specializing in metadata evaluation.\nYour role is to review the provided website metadata and deliver a professional, structured, and objective analysis.\n\nFor each element (e.g., Title, Description, Open Graph tags, Twitter tags, H1, etc.), follow these steps:\n\nVerification – Check if the metadata is present, correctly formatted, and not empty.\n\nQuality Assessment – Evaluate clarity, length, keyword usage, and relevance.\n\nStrengths – Identify what is good and effective.\n\nWeaknesses – Point out issues such as missing data, duplication, overstuffing, or poor readability.\n\nOptimization Suggestions – Provide clear, actionable recommendations for improvement (SEO-friendly, user-oriented, concise, and engaging).\n\nYour output must always be in structured, professional English, following this JSON format:\n\n{\n  \"title\": {\n    \"status\": \"ok / bad / missing\",\n    \"strengths\": \"...\",\n    \"weaknesses\": \"...\",\n    \"recommendations\": \"...\"\n  },\n  \"description\": {\n    \"status\": \"ok / bad / missing\",\n    \"strengths\": \"...\",\n    \"weaknesses\": \"...\",\n    \"recommendations\": \"...\"\n  },\n  \"overall\": {\n    \"summary\": \"Professional overview of metadata quality\",\n    \"priority_actions\": \"Most important improvements to apply\"\n  }\n}\n\n\nBe precise, objective, and avoid unnecessary text."
            }
          ]
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.7
    },
    {
      "id": "c58ef5a7-0e62-426b-b4bb-4d1cfc527cac",
      "name": "结构化输出解析器",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        3376,
        528
      ],
      "parameters": {
        "autoFix": true,
        "jsonSchemaExample": "{\n  \"title\": {\n    \"status\": \"ok / bad / missing\",\n    \"strengths\": \"...\",\n    \"weaknesses\": \"...\",\n    \"recommendations\": \"...\"\n  },\n  \"description\": {\n    \"status\": \"ok / bad / missing\",\n    \"strengths\": \"...\",\n    \"weaknesses\": \"...\",\n    \"recommendations\": \"...\"\n  },\n  \"overall\": {\n    \"summary\": \"Professional overview of metadata quality\",\n    \"priority_actions\": \"Most important improvements to apply\"\n  }\n}\n"
      },
      "typeVersion": 1.3
    },
    {
      "id": "fc2adf9a-8a66-4265-9a3c-1a093f86c074",
      "name": "OpenAI 聊天模型2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        3312,
        736
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "69YTGxdIPy79gAdh",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "29d3f76e-fd8a-450e-820e-b3e8bf0d4648",
      "name": "OpenAI 聊天模型",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        3168,
        528
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "69YTGxdIPy79gAdh",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "6e719f77-2dec-445f-b543-c3371de57daa",
      "name": "编辑字段",
      "type": "n8n-nodes-base.set",
      "position": [
        3824,
        320
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "e9477d29-0159-4930-afe0-09bbb38e5e12",
              "name": "final_raport",
              "type": "string",
              "value": "=UX Website Analyst: {{ $('set input data').item.json.website_URL }}\n\nMetadata:\nTitle: {{ $('HTML').item.json.title }}\nStatus: {{ $json.output.title.status }},\nStrengths: {{ $json.output.title.strengths }},\nWeaknesses: {{ $json.output.title.weaknesses }},\nRecommendation: {{ $json.output.title.recommendations }}.\n\nDescription: {{ $('HTML').item.json.description }}\nStatus: {{ $json.output.description.status }},\nWeaknesses: {{ $json.output.description.weaknesses }},\nRecommendation: {{ $json.output.description.recommendations }}.\n\nOverall: {{ $json.output.overall.summary }}\n\nWebsite Analysis:\n{{ $('Webscraper').item.json.output }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "99553f16-e0ba-4232-b02b-1f4c4be7b814",
      "name": "JavaScript 代码",
      "type": "n8n-nodes-base.code",
      "position": [
        112,
        320
      ],
      "parameters": {
        "jsCode": "function normalizeUrl(url) {\n  if (!/^https?:\\/\\//i.test(url)) {\n    return \"https://\" + url;\n  }\n  return url;\n}\n\nconst inputUrl = $json[\"set_raw_data\"];\nconst outputUrl = normalizeUrl(inputUrl);\n\nreturn [\n  {\n    json: {\n      normalizedUrl: outputUrl\n    }\n  }\n];\n"
      },
      "typeVersion": 2
    },
    {
      "id": "bb05a911-f99c-4827-ada1-55b6b43fc2bb",
      "name": "设置原始数据",
      "type": "n8n-nodes-base.set",
      "position": [
        -128,
        320
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "55313268-5865-4a95-9e9e-907c9aced194",
              "name": "set_raw_data",
              "type": "string",
              "value": "={{ $json['Website URL'] }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "f6c156a3-6948-4e70-a808-31dc72a62fa7",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2752,
        -16
      ],
      "parameters": {
        "color": 6,
        "width": 928,
        "height": 944,
        "content": "# 元数据与分析"
      },
      "typeVersion": 1
    },
    {
      "id": "a8633e8e-e10e-43b9-b7be-5dc98f93958c",
      "name": "便签说明4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3712,
        -16
      ],
      "parameters": {
        "color": 4,
        "width": 352,
        "height": 528,
        "content": "# 生成最终报告"
      },
      "typeVersion": 1
    },
    {
      "id": "a3b4064e-896e-4637-9c51-dcca5c72f83a",
      "name": "便签 9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4464,
        -16
      ],
      "parameters": {
        "color": 3,
        "width": 960,
        "height": 1600,
        "content": "# 设置与使用说明"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "HTML": {
      "main": [
        [
          {
            "node": "Metadata Analyze",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Type": {
      "ai_tool": [
        [
          {
            "node": "Webscraper",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Click": {
      "ai_tool": [
        [
          {
            "node": "Webscraper",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Query": {
      "ai_tool": [
        [
          {
            "node": "Webscraper",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Output": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Window": {
      "main": [
        [
          {
            "node": "Return IDs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Session": {
      "main": [
        [
          {
            "node": "Window",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Load URL": {
      "ai_tool": [
        [
          {
            "node": "Webscraper",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Return IDs": {
      "main": [
        [
          {
            "node": "Webscraper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webscraper": {
      "main": [
        [
          {
            "node": "Terminate a session",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "End session": {
      "ai_tool": [
        [
          {
            "node": "Webscraper",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set RAW data": {
      "main": [
        [
          {
            "node": "Code in JavaScript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "set input data": {
      "main": [
        [
          {
            "node": "Session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Metadata Analyze": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Webscraper",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Code in JavaScript": {
      "main": [
        [
          {
            "node": "set input data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Set RAW data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "Structured Output Parser",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model3": {
      "ai_languageModel": [
        [
          {
            "node": "Metadata Analyze",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Terminate a session": {
      "main": [
        [
          {
            "node": "Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Metadata Analyze",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

高级 - 内容创作, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
高级
节点数量33
分类2
节点类型13
难度说明

适合高级用户,包含 16+ 个节点的复杂工作流

作者
LukaszB

LukaszB

@lukaszb

AI Automation Expert | Web & Mobile App Integrator With 2+ years of experience, I build smart automations, web & mobile app workflows, and scalable platforms using tools like n8n, Make, and more. I help businesses reduce operational costs, save time, and scale faster with AI-powered solutions. For business enquiries, send me an email at kontakt@lumizone.pl

外部链接
在 n8n.io 查看

分享此工作流