保険ニュースアグリゲーションとキーワード分析
上級
これは自動化ワークフローで、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など)は別途料金が発生する場合があります。
関連ワークフロー
企业Redditスマート参与平台
基于AIのReddit潜在顧客生成与社区管理,具备高级评分功能
If
Code
Wait
+
If
Code
Wait
52 ノードShelly-Ann Davy
GPT-4o、WordPress、LinkedInを使ってRSSから自動でブログ記事を投稿
GPT-4o、WordPress、LinkedInを使ってRSSコンテンツを自動のにブログ記事へ公開
If
Set
Code
+
If
Set
Code
40 ノードImmanuel
人工知能
AIを使った求人情報の自動検索
Google Jobs、RemoteOK、GPT-3.5 を使ってAIの求人情報に基づく自動求人検索を行い、AI採用情報に基づく自動求人検索とAI対応の求人情報を提供
If
Set
Code
+
If
Set
Code
17 ノードShelly-Ann Davy
個人の生産性
Notionから自動で顧客育成メールと評価収集を実行
Telegramを使ってGoogleカレンダーとNotion CRMによる会議スケジュールの自動化
If
Set
Code
+
If
Set
Code
19 ノードShelly-Ann Davy
サポートチャットボット
Groq、Gemini、Slack承認システムを使用してRSSからMediumへの公開を自動化
Groq、Gemini、Slack承認システムを用いたRSSからMediumへの自動公開プロセス
If
Set
Code
+
If
Set
Code
41 ノードObisDev
コンテンツ作成
n8nノードの探索(可視化リファレンスライブラリ内)
n8nノードを可視化リファレンスライブラリで探索
If
Ftp
Set
+
If
Ftp
Set
113 ノードI versus AI
その他
ワークフロー情報
難易度
上級
ノード数16
カテゴリー-
ノードタイプ8
作成者
Shelly-Ann Davy
@SheCodesFlowFounder 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で表示 →
このワークフローを共有