保険ニュースアグリゲーションとキーワード分析

上級

これは自動化ワークフローで、16個のノードを含みます。主にIf, Code, Wait, Function, HttpRequestなどのノードを使用。 Supabaseを用いた保険ニュース集約、キーワード分析、ダブルデータベースストレージ

前提条件
  • ターゲットAPIの認証情報が必要な場合あり

カテゴリー

-
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "name": "Insurance News Aggregation with Keyword Analysis & Dual-Database Storage via Supabase",
  "tags": [
    "insurance",
    "news",
    "supabase",
    "content-aggregation"
  ],
  "nodes": [
    {
      "name": "付箋 - 概要",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "----0"
    },
    {
      "name": "6時間毎にスケジュール実行",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        250,
        480
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "6--1"
    },
    {
      "name": "ニュースソース取得",
      "type": "n8n-nodes-base.function",
      "position": [
        450,
        480
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "--2"
    },
    {
      "name": "RSSフィードか?",
      "type": "n8n-nodes-base.if",
      "position": [
        650,
        480
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "RSS--3"
    },
    {
      "name": "RSSフィード取得",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        850,
        380
      ],
      "parameters": {},
      "typeVersion": 1,
      "continueOnFail": true,
      "id": "RSS--4"
    },
    {
      "name": "Fetch Google News RSS",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        850,
        580
      ],
      "parameters": {},
      "typeVersion": 1,
      "continueOnFail": true,
      "id": "Fetch-Google-News-RSS-5"
    },
    {
      "name": "Webページをスクレイピング",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        850,
        780
      ],
      "parameters": {},
      "typeVersion": 3,
      "continueOnFail": true,
      "id": "Web--6"
    },
    {
      "name": "記事を解析",
      "type": "n8n-nodes-base.function",
      "position": [
        1050,
        580
      ],
      "parameters": {},
      "typeVersion": 1,
      "continueOnFail": true,
      "id": "--7"
    },
    {
      "name": "全文記事を取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1250,
        580
      ],
      "parameters": {},
      "typeVersion": 3,
      "continueOnFail": true,
      "id": "--8"
    },
    {
      "name": "レート制限待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        1250,
        780
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "--9"
    },
    {
      "name": "コンテンツとキーワードを抽出",
      "type": "n8n-nodes-base.code",
      "position": [
        1450,
        580
      ],
      "parameters": {},
      "typeVersion": 1,
      "continueOnFail": true,
      "id": "--10"
    },
    {
      "name": "関連性あり?",
      "type": "n8n-nodes-base.if",
      "position": [
        1650,
        580
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "--11"
    },
    {
      "name": "コンテンツライブラリに保存",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1850,
        480
      ],
      "parameters": {},
      "typeVersion": 3,
      "continueOnFail": true,
      "id": "--12"
    },
    {
      "name": "ナレッジベースに保存",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1850,
        680
      ],
      "parameters": {},
      "typeVersion": 3,
      "continueOnFail": true,
      "id": "--13"
    },
    {
      "name": "エラーハンドラー",
      "type": "n8n-nodes-base.function",
      "position": [
        1450,
        780
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "--14"
    },
    {
      "name": "付箋 - セットアップ",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "----15"
    }
  ],
  "pinData": {},
  "settings": {
    "callerPolicy": "workflowsFromSameOwner",
    "errorWorkflow": "",
    "executionOrder": "v1",
    "saveManualExecutions": true
  },
  "updatedAt": "2025-01-15T00:00:00.000Z",
  "versionId": "3",
  "staticData": null,
  "connections": {
    "RSS--3": {
      "main": [
        [
          {
            "node": "RSS--4",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Fetch-Google-News-RSS-5",
            "type": "main",
            "index": 0
          },
          {
            "node": "Web--6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--11": {
      "main": [
        [
          {
            "node": "--12",
            "type": "main",
            "index": 0
          },
          {
            "node": "--13",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "--14",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS--4": {
      "main": [
        [
          {
            "node": "--7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--7": {
      "main": [
        [
          {
            "node": "--8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Web--6": {
      "main": [
        [
          {
            "node": "--7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--2": {
      "main": [
        [
          {
            "node": "RSS--3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--8": {
      "main": [
        [
          {
            "node": "--10",
            "type": "main",
            "index": 0
          },
          {
            "node": "--9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch-Google-News-RSS-5": {
      "main": [
        [
          {
            "node": "--7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6--1": {
      "main": [
        [
          {
            "node": "--2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "--13": {
      "main": [
        []
      ]
    },
    "--12": {
      "main": [
        []
      ]
    },
    "--10": {
      "main": [
        [
          {
            "node": "--11",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 1
}
よくある質問

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

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

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

上級

有料ですか?

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

ワークフロー情報
難易度
上級
ノード数16
カテゴリー-
ノードタイプ8
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34