8
n8n 中文网amn8n.com

使用USPTO API和Google Drive CSV导出自动生成美国商标周报

中级

这是一个Market Research领域的自动化工作流,包含 7 个节点。主要使用 Set, Code, DateTime, GoogleDrive, HttpRequest 等节点。 使用USPTO API和Google Drive CSV导出自动生成美国商标周报

前置要求
  • Google Drive API 凭证
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "b6731f6e46273cffeac6b5188a5b3bcb0840c00108e73b48ae2b799ac6e8e081",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "53bb2ee2-d72c-43ff-996f-25a602bc3bd3",
      "name": "转换为文件",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        384,
        -80
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "7697d7d4-8f39-4d71-9dac-801175b6ba33",
      "name": "计划触发器",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -832,
        -80
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "a1cc8d70-6349-4b93-95eb-38f6e09f1017",
      "name": "获取最新商标 ~ 7天",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -144,
        -80
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "329e52a4-9ae7-48a3-96a1-b3cd4faa7deb",
      "name": "日期和时间",
      "type": "n8n-nodes-base.dateTime",
      "position": [
        -624,
        -80
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "85e97837-9502-4b44-9cbb-c4561ca362ab",
      "name": "将数组拆分为单个项目",
      "type": "n8n-nodes-base.code",
      "position": [
        128,
        -80
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "9e8a22db-0053-4a83-b0e3-2c638d903490",
      "name": "手动",
      "type": "n8n-nodes-base.set",
      "position": [
        -416,
        -80
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "a27a7a4d-84a8-40af-a487-0956d07b1e5b",
      "name": "上传文件",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        592,
        -80
      ],
      "parameters": {},
      "typeVersion": 3
    }
  ],
  "pinData": {},
  "connections": {
    "Manual": {
      "main": [
        [
          {
            "node": "Get Latest TradeMarks ~ 7 days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date & Time": {
      "main": [
        [
          {
            "node": "Manual",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to File": {
      "main": [
        [
          {
            "node": "Upload file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Date & Time",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Latest TradeMarks ~ 7 days": {
      "main": [
        [
          {
            "node": "Split the array into individual items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split the array into individual items": {
      "main": [
        [
          {
            "node": "Convert to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 市场调研

需要付费吗?

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

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

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

外部链接
在 n8n.io 查看

分享此工作流