使用Google Search Console零点击分析追踪新搜索查询

中级

这是一个Market Research、Multimodal AI领域的自动化工作流,包含 6 个节点。主要使用 Start、Filter、GoogleSearchConsole 等节点。 使用Google Search Console零点击分析追踪新搜索查询

前置要求
  • 无特殊前置要求,导入即可使用
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "370f0437fbf8d71caf7e9230e115239afcf5012c55ac368aa9dee29869df4a6b",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "3b30f5b7-5a0a-4310-9722-663e578e4763",
      "name": "手动开始",
      "type": "n8n-nodes-base.start",
      "position": [
        -64,
        576
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "af4d9520-25e7-48ba-9213-51ba0de3d0e1",
      "name": "比较两个日期范围内的搜索分析",
      "type": "n8n-nodes-google-search-console.googleSearchConsole",
      "position": [
        176,
        576
      ],
      "parameters": {
        "endDateB": "2025-08-12T00:00:00",
        "operation": "comparePageInsights",
        "startDateB": "2024-08-01T00:00:00",
        "compareMode": "custom",
        "dateRangeModeA": "last7d",
        "dateRangeModeB": "custom",
        "siteUrlCompare": "sc-domain:example.com",
        "rowLimitCompare": 10000,
        "dimensionsCompare": [
          "query"
        ]
      },
      "typeVersion": 1
    },
    {
      "id": "adc872fb-54e2-457d-b821-8a9b4edad7e2",
      "name": "过滤(无历史展示次数)",
      "type": "n8n-nodes-base.filter",
      "position": [
        416,
        576
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "caseSensitive": true,
            "typeValidation": "loose"
          },
          "combinator": "and",
          "conditions": [
            {
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.impr_b }}",
              "rightValue": "0"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "70a69524-a92b-4798-83b0-6973e73465a3",
      "name": "零点击",
      "type": "n8n-nodes-base.filter",
      "position": [
        656,
        432
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "caseSensitive": true,
            "typeValidation": "loose"
          },
          "combinator": "and",
          "conditions": [
            {
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.clicks_a }}",
              "rightValue": "0"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "f19d81ee-f725-42f0-aa0c-243da7985a02",
      "name": "有点击",
      "type": "n8n-nodes-base.filter",
      "position": [
        656,
        720
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "caseSensitive": true,
            "typeValidation": "loose"
          },
          "combinator": "and",
          "conditions": [
            {
              "operator": {
                "type": "number",
                "operation": "gt"
              },
              "leftValue": "={{ $json.clicks_a }}",
              "rightValue": 0
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "aaab352f-b8e6-4d64-a8f1-aaa8ef431ddf",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -464,
        368
      ],
      "parameters": {
        "width": 720,
        "height": 400,
        "content": "## 🔎 Google Search Console - 新关键词(过去 7 天)"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "Manual Start": {
      "main": [
        [
          {
            "node": "Compare search analytics between two date ranges",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter (No Past Impressions)": {
      "main": [
        [
          {
            "node": "Zero Click",
            "type": "main",
            "index": 0
          },
          {
            "node": "Has Click",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Compare search analytics between two date ranges": {
      "main": [
        [
          {
            "node": "Filter (No Past Impressions)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

这是一个中级难度的工作流,适用于Market Research、Multimodal AI等场景。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

需要付费吗?

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

工作流信息
难度等级
中级
节点数量6
分类2
节点类型4
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
外部链接
在 n8n.io 上查看 →

分享此工作流