GPT-4とApifyを基盤とした自動化マルチAIエージェントによる競合他社と市場分析システム
中級
これはMarket Research, AI Summarization分野の自動化ワークフローで、11個のノードを含みます。主にCode, Slack, GoogleDocs, HttpRequest, ManualTriggerなどのノードを使用。 GPT-4、Apify、Google Docsを使ってAI駆動の競合分析レポートを生成
前提条件
- •Slack Bot Token または Webhook URL
- •ターゲットAPIの認証情報が必要な場合あり
- •OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "MzY0eE1yHIYPoQ3n",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae"
},
"name": "Automated Multi-AI-Agent Competitor & Market Analysis System with GPT-4 & Apify",
"tags": [],
"nodes": [
{
"id": "c9dd5129-18b3-4832-aee7-43d570c2d552",
"name": "ワークフロー実行時",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "d3e1e819-2011-447a-8db8-12eaae212c65",
"name": "Apify",
"type": "n8n-nodes-base.httpRequest",
"position": [
224,
0
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "46df0a26-0d51-4aca-a263-18fac9092d33",
"name": "データ収集",
"type": "n8n-nodes-base.code",
"position": [
448,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "08e7d394-af17-4a20-93a2-463a0697aaac",
"name": "レポート生成器",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
1072,
0
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "8f1be51d-c91b-418c-b490-c41b5cc32875",
"name": "戦略分析担当",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
672,
0
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "90d858be-b17d-4d6f-8f30-05576f06aeaf",
"name": "チームへのレポート配信",
"type": "n8n-nodes-base.slack",
"position": [
1696,
0
],
"webhookId": "4d8fd21e-2695-4c77-a2a7-d858871c2dc0",
"parameters": {},
"typeVersion": 2.3
},
{
"id": "bf17dab5-2fe9-4741-970c-ff3b5f61a116",
"name": "レポート作成",
"type": "n8n-nodes-base.googleDocs",
"position": [
1472,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "b41a2e95-cabc-44fd-b1b9-1ba0e078683d",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
-64
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "3abb33dd-83f3-486f-805e-fdbc02a81c1e",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
624,
-64
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "8113a3f0-b789-4620-b8cc-4bd5888eafe3",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1040,
-64
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "b3ab4ef5-558b-4985-b751-d3d6d670f29f",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-64,
224
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "7ae65ecb-5db6-4414-bdf2-32a024cf504b",
"connections": {
"d3e1e819-2011-447a-8db8-12eaae212c65": {
"main": [
[
{
"node": "46df0a26-0d51-4aca-a263-18fac9092d33",
"type": "main",
"index": 0
}
]
]
},
"bf17dab5-2fe9-4741-970c-ff3b5f61a116": {
"main": [
[
{
"node": "90d858be-b17d-4d6f-8f30-05576f06aeaf",
"type": "main",
"index": 0
}
]
]
},
"46df0a26-0d51-4aca-a263-18fac9092d33": {
"main": [
[
{
"node": "8f1be51d-c91b-418c-b490-c41b5cc32875",
"type": "main",
"index": 0
}
]
]
},
"08e7d394-af17-4a20-93a2-463a0697aaac": {
"main": [
[
{
"node": "bf17dab5-2fe9-4741-970c-ff3b5f61a116",
"type": "main",
"index": 0
}
]
]
},
"8f1be51d-c91b-418c-b490-c41b5cc32875": {
"main": [
[
{
"node": "08e7d394-af17-4a20-93a2-463a0697aaac",
"type": "main",
"index": 0
}
]
]
},
"c9dd5129-18b3-4832-aee7-43d570c2d552": {
"main": [
[
{
"node": "d3e1e819-2011-447a-8db8-12eaae212c65",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 市場調査, AI要約
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
GPT-4とApifyを基盤としたAI駆動型競合他社・市場インテリジェンスシステム
GPT-4とApifyを基盤としたAI駆動型競合他社・市場インテリジェンスシステム
Code
Merge
Slack
+
Code
Merge
Slack
12 ノードMarth
市場調査
自動化マルチAIエージェント不動産投資分析システム
GPT-4、SerpAPI、Google Docs、Airtableを使用して不動産投資レポートを生成
Code
Gmail
Airtable
+
Code
Gmail
Airtable
13 ノードMarth
市場調査
GPT-4を基盤としたインテリジェント採用・候補者インタラクションシステム
GPT-4を活用したAI採用システムで、履歴書スクリーニングと自動アウトリーチを実現
If
Code
Wait
+
If
Code
Wait
30 ノードMarth
人事
テンプレート - Google レビュー分析
SerpAPI、GPT-4、Google Sheetsを使用してGoogleレビューを分析と要約
If
Code
Http Request
+
If
Code
Http Request
14 ノードkeisha kalra
市場調査
Hunter.ioとGoogleシートを使用した候補者の自動検出と対話システム
Hunter.io、AIスコアリング、そしてGmailを使ってパッシブな求職者探索とやり取りを自動化
If
Code
Wait
+
If
Code
Wait
21 ノードMarth
人事
アクティブインテリジェント・カスタマーサポートセンター
GPT-4、Gmail、Trelloを使用した自動メールサポートトリAGE
If
Code
Gmail
+
If
Code
Gmail
14 ノードMarth
チケット管理
ワークフロー情報
難易度
中級
ノード数11
カテゴリー2
ノードタイプ7
作成者
Marth
@marthSimplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.
外部リンク
n8n.ioで表示 →
このワークフローを共有