8
n8n 中文网amn8n.com

使用预算筛选自动化Zillow房产搜索到Google Sheets

初级

这是一个Market Research领域的自动化工作流,包含 5 个节点。主要使用 If, Code, HttpRequest, GoogleSheets, ManualTrigger 等节点。 使用预算筛选自动化Zillow房产搜索到Google Sheets

前置要求
  • 可能需要目标 API 的认证凭证
  • Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "b6731f6e46273cffeac6b5188a5b3bcb0840c00108e73b48ae2b799ac6e8e081"
  },
  "nodes": [
    {
      "id": "553252d2-cb15-4482-be4b-9f96cd10e9af",
      "name": "在表格中追加或更新行",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        304,
        -48
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "6974c88a-9db0-4fc3-ba60-f16474b2e17b",
      "name": "手动执行",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -608,
        -32
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c7516244-3e86-4036-a76a-4e9cad693f03",
      "name": "数组转换为独立属性",
      "type": "n8n-nodes-base.code",
      "position": [
        -192,
        -32
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "527cde8b-0ab0-447a-b9d4-c9e39f1ec5a3",
      "name": "根据我们的购买预算筛选房产",
      "type": "n8n-nodes-base.if",
      "position": [
        16,
        -32
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "f091d1f8-c220-409f-aaaa-b60bf946b8b1",
      "name": "获取Zillow房产",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -400,
        -32
      ],
      "parameters": {},
      "typeVersion": 4.2
    }
  ],
  "pinData": {},
  "connections": {
    "Manual Execution": {
      "main": [
        [
          {
            "node": "Get Zillow Properties",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Zillow Properties": {
      "main": [
        [
          {
            "node": "Array to individual properties",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Array to individual properties": {
      "main": [
        [
          {
            "node": "Filter properties by our buying budget",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter properties by our buying budget": {
      "main": [
        [
          {
            "node": "Append or update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 市场调研

需要付费吗?

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

工作流信息
难度等级
初级
节点数量5
分类1
节点类型5
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

外部链接
在 n8n.io 查看

分享此工作流