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": "Get Latest TradeMarks ~ 7 days",
      "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": "Split the array into individual items",
      "type": "n8n-nodes-base.code",
      "position": [
        128,
        -80
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "9e8a22db-0053-4a83-b0e3-2c638d903490",
      "name": "Manual",
      "type": "n8n-nodes-base.set",
      "position": [
        -416,
        -80
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "a27a7a4d-84a8-40af-a487-0956d07b1e5b",
      "name": "Upload file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        592,
        -80
      ],
      "parameters": {},
      "typeVersion": 3
    }
  ],
  "pinData": {},
  "connections": {
    "9e8a22db-0053-4a83-b0e3-2c638d903490": {
      "main": [
        [
          {
            "node": "a1cc8d70-6349-4b93-95eb-38f6e09f1017",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date & Time": {
      "main": [
        [
          {
            "node": "9e8a22db-0053-4a83-b0e3-2c638d903490",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to File": {
      "main": [
        [
          {
            "node": "a27a7a4d-84a8-40af-a487-0956d07b1e5b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Date & Time",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a1cc8d70-6349-4b93-95eb-38f6e09f1017": {
      "main": [
        [
          {
            "node": "85e97837-9502-4b44-9cbb-c4561ca362ab",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "85e97837-9502-4b44-9cbb-c4561ca362ab": {
      "main": [
        [
          {
            "node": "Convert to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - 市場調査

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数7
カテゴリー1
ノードタイプ7
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34