4 Suivre les mises à jour des sites web des concurrents
Ceci est unMarket Research, AI Summarizationworkflow d'automatisation du domainecontenant 18 nœuds.Utilise principalement des nœuds comme If, Set, GoogleSheets, McpClientTool, Agent. Surveillance automatisée des prix des concurrents, en utilisant Bright Data MCP et OpenAI
- •Informations d'identification Google Sheets API
- •Clé API OpenAI
Nœuds utilisés (18)
Catégorie
{
"id": "mV1Dg3cHIDTFuUAG",
"meta": {
"instanceId": "60046904b104f0f72b2629a9d88fe9f676be4035769f1f08dad1dd38a76b9480",
"templateCredsSetupCompleted": true
},
"name": "4 Track Competitor Website Updates",
"tags": [],
"nodes": [
{
"id": "4188b754-04e5-491b-9d1e-33769030e9cb",
"name": "⏰ Déclencheur : Vérifier les offres d'emploi",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
60,
0
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 9
}
]
}
},
"typeVersion": 1.2
},
{
"id": "c7e3e3a6-dfc9-4b10-b760-d223d438b303",
"name": "🛠️ Définir les paramètres de recherche",
"type": "n8n-nodes-base.set",
"position": [
260,
0
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "94a104cf-e1fb-42b2-9613-f943e04547f3",
"name": "url",
"type": "string",
"value": "https://clickup.com/pricing"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "532416b3-ae69-4b41-82f5-369e69ccc996",
"name": "🧠 OpenAI : Cerveau LLM",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
700,
300
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "8sEyPDkC5p4w4Jha",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "87a06fc5-9ea9-4299-b407-dc5f108274bd",
"name": "Client MCP pour extraire en markdown",
"type": "n8n-nodes-mcp.mcpClientTool",
"position": [
900,
300
],
"parameters": {
"toolName": "scrape_as_markdown",
"operation": "executeTool",
"toolParameters": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Tool_Parameters', ``, 'json') }}",
"descriptionType": "manual",
"toolDescription": "Scrape a single webpage URL with advanced options for content extraction and get back the results in markdown."
},
"credentials": {
"mcpClientApi": {
"id": "eqq94k789oJCd6jU",
"name": "MCP Client (STDIO) account"
}
},
"typeVersion": 1
},
{
"id": "846bfb1d-d58b-47d1-abde-131cf319c96e",
"name": "Aucune opération, ne rien faire",
"type": "n8n-nodes-base.noOp",
"position": [
1520,
-140
],
"parameters": {},
"typeVersion": 1
},
{
"id": "8022ef12-5026-4fbf-8af2-0e91a2f06007",
"name": "Agent IA",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
780,
0
],
"parameters": {
"text": "=Scrape Plan name and pricing from the url below\nurl: {{ $('🛠️ Set Search Parameters').item.json.url }}",
"options": {},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 2
},
{
"id": "e1ec72d3-b1b3-4606-b331-061be896fe3f",
"name": "Récupérer les données de prix",
"type": "n8n-nodes-base.googleSheets",
"position": [
460,
0
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1olDNB5lFN8NGfVK8otJF2A8aYiR5jG6ve7cqwPyPXrY/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1olDNB5lFN8NGfVK8otJF2A8aYiR5jG6ve7cqwPyPXrY",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1olDNB5lFN8NGfVK8otJF2A8aYiR5jG6ve7cqwPyPXrY/edit?usp=drivesdk",
"cachedResultName": "Clickup Pricing"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "r2mDaisH6e9VkwHl",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "4cc13c60-95c0-4d3e-88c5-bd141b74935c",
"name": "Si changement de prix",
"type": "n8n-nodes-base.if",
"position": [
1280,
0
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "ecde1a05-35fd-4d57-880c-dc426f38f34f",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $('Retrieve Pricing data').item.json['1 Pricing'] }}",
"rightValue": "={{ $('AI agent').item.json.output.plans[0].price }}"
},
{
"id": "96f46f31-2703-4f5f-9cf9-034527f19d38",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $('Retrieve Pricing data').item.json['2 Pricing'] }}",
"rightValue": "={{ $('AI agent').item.json.output.plans[1].price }}1"
},
{
"id": "09861d6d-6553-4d1d-9533-334b5a7c55e1",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $('Retrieve Pricing data').item.json['3 Pricing'] }}",
"rightValue": "={{ $('AI agent').item.json.output.plans[2].price }}"
},
{
"id": "f5a9ca6e-205a-47c3-be52-8c935f4095e7",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $('Retrieve Pricing data').item.json['4 Pricing'] }}",
"rightValue": "={{ $('AI agent').item.json.output.plans[3].price }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "c6a01b37-84e6-4cdf-9614-ca090aa843ce",
"name": "Mettre à jour la feuille google",
"type": "n8n-nodes-base.googleSheets",
"position": [
1520,
120
],
"parameters": {
"columns": {
"value": {
"1 Plan": "={{ $json.output.plans[0].plan_name }}",
"2 Plan": "={{ $json.output.plans[1].plan_name }}",
"3 Plan": "={{ $json.output.plans[2].plan_name }}",
"4 Plan": "={{ $json.output.plans[3].plan_name }}",
"1 Pricing": "={{ $json.output.plans[0].price }}",
"2 Pricing": "={{ $json.output.plans[1].price }}",
"3 Pricing": "={{ $json.output.plans[2].price }}",
"4 Pricing": "={{ $json.output.plans[3].price }}",
"row_number": "2",
"1 Key Features": "={{ $json.output.plans[0].key_features }}",
"2 Key Features": "={{ $json.output.plans[1].key_features }}",
"3 Key Features": "={{ $json.output.plans[2].key_features }}",
"4 Key Features": "={{ $json.output.plans[3].key_features }}"
},
"schema": [
{
"id": "1 Plan",
"type": "string",
"display": true,
"required": false,
"displayName": "1 Plan",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "1 Pricing",
"type": "string",
"display": true,
"required": false,
"displayName": "1 Pricing",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "1 Key Features",
"type": "string",
"display": true,
"required": false,
"displayName": "1 Key Features",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "2 Plan",
"type": "string",
"display": true,
"required": false,
"displayName": "2 Plan",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "2 Pricing",
"type": "string",
"display": true,
"required": false,
"displayName": "2 Pricing",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "2 Key Features",
"type": "string",
"display": true,
"required": false,
"displayName": "2 Key Features",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "3 Plan",
"type": "string",
"display": true,
"required": false,
"displayName": "3 Plan",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "3 Pricing",
"type": "string",
"display": true,
"required": false,
"displayName": "3 Pricing",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "3 Key Features",
"type": "string",
"display": true,
"required": false,
"displayName": "3 Key Features",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "4 Plan",
"type": "string",
"display": true,
"required": false,
"displayName": "4 Plan",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "4 Pricing",
"type": "string",
"display": true,
"required": false,
"displayName": "4 Pricing",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "4 Key Features",
"type": "string",
"display": true,
"required": false,
"displayName": "4 Key Features",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"row_number"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1olDNB5lFN8NGfVK8otJF2A8aYiR5jG6ve7cqwPyPXrY/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1olDNB5lFN8NGfVK8otJF2A8aYiR5jG6ve7cqwPyPXrY",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1olDNB5lFN8NGfVK8otJF2A8aYiR5jG6ve7cqwPyPXrY/edit?usp=drivesdk",
"cachedResultName": "Clickup Pricing"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "r2mDaisH6e9VkwHl",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "0bc8b647-8aaf-447c-aefd-b819219b7327",
"name": "Note adhésive",
"type": "n8n-nodes-base.stickyNote",
"position": [
20,
-1260
],
"parameters": {
"color": 6,
"width": 580,
"height": 1440,
"content": "## 🧩 **SECTION 1: Setup & Historical Data Fetch**\n\n### 🔁 1. **Trigger: Check Job Listings**\n\n🕒 **(Schedule Node)**\nThis starts the automation on a regular interval — daily, weekly, etc.\n\n**Use Case**: Ensures your workflow is constantly monitoring the latest ClickUp pricing updates without manual effort.\n\n---\n\n### 🛠️ 2. **Set Search Parameters**\n\n✏️ **(Set Node)**\nDefines static inputs like the page URL, service name (\"ClickUp\"), or brand being tracked. These parameters tell the agent what exactly to look for.\n\n**Use Case**: You can reuse this automation for other tools (Notion, Airtable, etc.) by just updating these search values.\n\n---\n\n### 📄 3. **Retrieve Pricing Data**\n\n📗 **(Google Sheet Read Node)**\nThis fetches the last known pricing saved in your Google Sheet, acting as the reference to detect future changes.\n\n**Use Case**: Maintains a historical record to compare against the freshly scraped data.\n\n---\n\n"
},
"typeVersion": 1
},
{
"id": "c52243c8-4e6a-4011-ba0c-cc980b3b8f7d",
"name": "Note adhésive1",
"type": "n8n-nodes-base.stickyNote",
"position": [
700,
-920
],
"parameters": {
"color": 2,
"width": 400,
"height": 1100,
"content": "## 🤖 **SECTION 2: AI Agent Scrapes Pricing**\n\n### 🤖 4. **AI Agent**\n\n💡 **(Agent Node Powered by OpenAI)**\nThe heart of the workflow. It does the intelligent part:\n\n* Uses Bright Data’s **MCP proxy** to bypass bot protections\n* Scrapes ClickUp’s pricing page\n* Parses it into structured plans using markdown + structured output\n\n**Sub-Nodes**:\n\n* 🔗 **MCP Client to Scrape as Markdown** – fetches page source via mobile proxy\n* 🧠 **LLM Brain (OpenAI)** – interprets content and extracts clean pricing details\n* 🧮 **Structured Output Parser** – formats data into structured JSON like:\n\n ```json\n { \"plan_name\": \"Business\", \"price\": \"$12\", \"key_features\": [...] }\n ```\n\n**Use Case**: No scraping code required. AI handles extraction even if layout or structure changes slightly on the competitor website.\n\n---\n\n"
},
"typeVersion": 1
},
{
"id": "1d9ae3ab-13e3-43d0-a33c-6deab25cdb82",
"name": "Note adhésive2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1240,
-1240
],
"parameters": {
"color": 3,
"width": 440,
"height": 1520,
"content": "## 🔄 **SECTION 3: Compare, Decide & Update**\n\n### 🧭 5. **If Price Changes**\n\n⚖️ **(IF Node)**\nSmart comparison logic:\n\n* Compares scraped price with saved price\n* If they **match**, nothing happens\n* If they **differ**, it triggers an update\n\n**Use Case**: Prevents unnecessary writes or noise. Only acts when something truly changed.\n\n---\n\n### ❌ 6. **No Operation, Do Nothing**\n\n🛑 **(Empty Node)**\nThis is the false branch of the IF check. If prices are the same, this path confirms that no update is needed.\n\n---\n\n### 📤 7. **Update Google Sheet**\n\n📗 **(Google Sheet Write Node)**\nIf there's a price change, this node updates your record with the new pricing info.\n\n**Use Case**: Keeps your competitor tracking spreadsheet always up-to-date — automatically.\n\n---\n\n"
},
"typeVersion": 1
},
{
"id": "6c257ba0-74ad-4b80-ac49-c8ca92de931b",
"name": "Note adhésive3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1760,
-1240
],
"parameters": {
"color": 7,
"width": 380,
"height": 240,
"content": "## I’ll receive a tiny commission if you join Bright Data through this link—thanks for fueling more free content!\n\n### https://get.brightdata.com/1tndi4600b25"
},
"typeVersion": 1
},
{
"id": "4ba2638f-0995-477b-8031-d34423041e93",
"name": "Note adhésive9",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1640,
-1260
],
"parameters": {
"color": 4,
"width": 1300,
"height": 320,
"content": "=======================================\n WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n Yaron@nofluff.online\n\nExplore more tips and tutorials here:\n - YouTube: https://www.youtube.com/@YaronBeen/videos\n - LinkedIn: https://www.linkedin.com/in/yaronbeen/\n=======================================\n"
},
"typeVersion": 1
},
{
"id": "b0e2647e-9bf5-4dd4-8114-863dc2f9ba1a",
"name": "Note adhésive4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1640,
-920
],
"parameters": {
"color": 4,
"width": 1289,
"height": 3198,
"content": "## 🚀 **Track ClickUp Pricing Changes Automatically**\n\nA no-code automation using **n8n**, **Bright Data MCP**, and **Google Sheets** to monitor pricing changes on ClickUp and update the record only when something changes.\n\n---\n\n## 🧩 **SECTION 1: Setup & Historical Data Fetch**\n\n### 🔁 1. **Trigger: Check Job Listings**\n\n🕒 **(Schedule Node)**\nThis starts the automation on a regular interval — daily, weekly, etc.\n\n**Use Case**: Ensures your workflow is constantly monitoring the latest ClickUp pricing updates without manual effort.\n\n---\n\n### 🛠️ 2. **Set Search Parameters**\n\n✏️ **(Set Node)**\nDefines static inputs like the page URL, service name (\"ClickUp\"), or brand being tracked. These parameters tell the agent what exactly to look for.\n\n**Use Case**: You can reuse this automation for other tools (Notion, Airtable, etc.) by just updating these search values.\n\n---\n\n### 📄 3. **Retrieve Pricing Data**\n\n📗 **(Google Sheet Read Node)**\nThis fetches the last known pricing saved in your Google Sheet, acting as the reference to detect future changes.\n\n**Use Case**: Maintains a historical record to compare against the freshly scraped data.\n\n---\n\n## 🤖 **SECTION 2: AI Agent Scrapes Pricing**\n\n### 🤖 4. **AI Agent**\n\n💡 **(Agent Node Powered by OpenAI)**\nThe heart of the workflow. It does the intelligent part:\n\n* Uses Bright Data’s **MCP proxy** to bypass bot protections\n* Scrapes ClickUp’s pricing page\n* Parses it into structured plans using markdown + structured output\n\n**Sub-Nodes**:\n\n* 🔗 **MCP Client to Scrape as Markdown** – fetches page source via mobile proxy\n* 🧠 **LLM Brain (OpenAI)** – interprets content and extracts clean pricing details\n* 🧮 **Structured Output Parser** – formats data into structured JSON like:\n\n ```json\n { \"plan_name\": \"Business\", \"price\": \"$12\", \"key_features\": [...] }\n ```\n\n**Use Case**: No scraping code required. AI handles extraction even if layout or structure changes slightly on the competitor website.\n\n---\n\n## 🔄 **SECTION 3: Compare, Decide & Update**\n\n### 🧭 5. **If Price Changes**\n\n⚖️ **(IF Node)**\nSmart comparison logic:\n\n* Compares scraped price with saved price\n* If they **match**, nothing happens\n* If they **differ**, it triggers an update\n\n**Use Case**: Prevents unnecessary writes or noise. Only acts when something truly changed.\n\n---\n\n### ❌ 6. **No Operation, Do Nothing**\n\n🛑 **(Empty Node)**\nThis is the false branch of the IF check. If prices are the same, this path confirms that no update is needed.\n\n---\n\n### 📤 7. **Update Google Sheet**\n\n📗 **(Google Sheet Write Node)**\nIf there's a price change, this node updates your record with the new pricing info.\n\n**Use Case**: Keeps your competitor tracking spreadsheet always up-to-date — automatically.\n\n---\n\n## 🎯 **Benefits for Beginners**\n\n| 🧠 **Smart** | 🚫 **No Coding Needed** | 🔄 **Always Updated** |\n| --------------------------------------- | --------------------------- | --------------------------------------------- |\n| Uses AI to extract complex pricing info | Every part is drag-and-drop | Keeps your database aligned with live pricing |\n\n---\n\n## ✨ **Visual Summary**\n\n```\n[⏱ Trigger] ➝ [✏️ Set Params] ➝ [📄 Fetch Old Prices]\n ⬇\n [🤖 Agent Scrapes with AI & Bright Data MCP]\n ⬇\n[⚖️ Compare Old vs New] → false → [🚫 Do Nothing]\n ↳ true → [📗 Update Google Sheet]\n```\n\n---\n\n## 🧩 Want to Extend This?\n\n* 🔔 **Slack Alerts**: Notify your team when pricing changes\n* 📊 **Charts**: Build dashboards from historical pricing\n* 📥 **Auto-Save Snapshots**: Save HTML or screenshots for compliance\n* 📌 **Multiple Competitors**: Track Airtable, Notion, Monday.com by duplicating this setup\n\n---\n"
},
"typeVersion": 1
},
{
"id": "b25022dc-2a54-4738-9720-230af526fa5d",
"name": "Analyseur de sortie à correction automatique",
"type": "@n8n/n8n-nodes-langchain.outputParserAutofixing",
"position": [
1060,
300
],
"parameters": {
"options": {}
},
"typeVersion": 1
},
{
"id": "0f5ff62f-d358-4031-a2a7-f771e0d6fe81",
"name": "Modèle de chat OpenAI",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1000,
560
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "8sEyPDkC5p4w4Jha",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "44a40a39-67c1-4445-9b8b-f5dcda67ed99",
"name": "Analyseur de sortie structurée",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1180,
560
],
"parameters": {
"jsonSchemaExample": "{\n \"plans\": [\n {\n \"plan_name\": \"Free Forever\",\n \"price\": \"Free\",\n \"key_features\": [\n \"60MB Storage\",\n \"Unlimited Tasks\",\n \"Unlimited Free Plan Members\",\n \"Two-Factor Authentication\",\n \"Collaborative Docs\",\n \"Kanban Boards\",\n \"Sprint Management\",\n \"Calendar View\",\n \"Custom Field Manager Basic\",\n \"In-App Video Recording\",\n \"24/7 Support\",\n \"1 Form\"\n ]\n },\n {\n \"plan_name\": \"Unlimited\",\n \"price\": \"$7 per user per month\",\n \"key_features\": [\n \"Everything in Free Forever plus\",\n \"2GB Storage per user\",\n \"Unlimited Folders and Spaces\",\n \"Unlimited Integrations\",\n \"Unlimited Gantt Charts\",\n \"Unlimited Custom Fields\",\n \"Unlimited Chat Messages\",\n \"Unlimited Forms\",\n \"Guests with Permissions\",\n \"Email in ClickUp\",\n \"3 Teams (User Group)\",\n \"Native Time Tracking\",\n \"Goals & Portfolios\",\n \"Resource Management\",\n \"AI Compatible\"\n ]\n },\n {\n \"plan_name\": \"Business\",\n \"price\": \"$12 per user per month\",\n \"key_features\": [\n \"Everything in Unlimited, plus\",\n \"Google SSO\",\n \"Unlimited Storage\",\n \"Unlimited Teams\",\n \"Unlimited Message History\",\n \"Unlimited Mind Maps\",\n \"Unlimited Activity views\",\n \"Unlimited Timeline views\",\n \"Unlimited Dashboards\",\n \"Unlimited Whiteboards\",\n \"Sprint Points & Reporting\",\n \"Automation Integrations\",\n \"Custom Exporting\",\n \"Private Whiteboards\",\n \"Workload Management\",\n \"SMS 2-Factor Authentication\",\n \"More Automations\"\n ]\n },\n {\n \"plan_name\": \"Enterprise\",\n \"price\": \"Custom pricing\",\n \"key_features\": [\n \"Everything in Business, plus\",\n \"White Labeling\",\n \"Conditional Logic in Forms\",\n \"Team Sharing for Spaces\",\n \"Custom Roles\",\n \"Custom Capacity in Workload\",\n \"Enterprise API\",\n \"Unlimited Posts\",\n \"Default Personal Views\",\n \"Advanced Permissions\",\n \"Advanced Public Sharing\",\n \"MSA & HIPPA Available\",\n \"Single Sign-On (SSO)\",\n \"SCIM Provisioning\",\n \"US, EU, & APAC Data Residency\",\n \"Live Onboarding Training\",\n \"Customer Success Manager\",\n \"Access to Managed Services\"\n ]\n }\n ]\n}\n"
},
"typeVersion": 1.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "d26222dc-4c8c-46da-9a8f-5a7977d940e2",
"connections": {
"8022ef12-5026-4fbf-8af2-0e91a2f06007": {
"main": [
[
{
"node": "4cc13c60-95c0-4d3e-88c5-bd141b74935c",
"type": "main",
"index": 0
}
]
]
},
"4cc13c60-95c0-4d3e-88c5-bd141b74935c": {
"main": [
[
{
"node": "846bfb1d-d58b-47d1-abde-131cf319c96e",
"type": "main",
"index": 0
}
],
[
{
"node": "c6a01b37-84e6-4cdf-9614-ca090aa843ce",
"type": "main",
"index": 0
}
]
]
},
"0f5ff62f-d358-4031-a2a7-f771e0d6fe81": {
"ai_languageModel": [
[
{
"node": "b25022dc-2a54-4738-9720-230af526fa5d",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"e1ec72d3-b1b3-4606-b331-061be896fe3f": {
"main": [
[
{
"node": "8022ef12-5026-4fbf-8af2-0e91a2f06007",
"type": "main",
"index": 0
}
]
]
},
"532416b3-ae69-4b41-82f5-369e69ccc996": {
"ai_languageModel": [
[
{
"node": "8022ef12-5026-4fbf-8af2-0e91a2f06007",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"44a40a39-67c1-4445-9b8b-f5dcda67ed99": {
"ai_outputParser": [
[
{
"node": "b25022dc-2a54-4738-9720-230af526fa5d",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"b25022dc-2a54-4738-9720-230af526fa5d": {
"ai_outputParser": [
[
{
"node": "8022ef12-5026-4fbf-8af2-0e91a2f06007",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"c7e3e3a6-dfc9-4b10-b760-d223d438b303": {
"main": [
[
{
"node": "e1ec72d3-b1b3-4606-b331-061be896fe3f",
"type": "main",
"index": 0
}
]
]
},
"4188b754-04e5-491b-9d1e-33769030e9cb": {
"main": [
[
{
"node": "c7e3e3a6-dfc9-4b10-b760-d223d438b303",
"type": "main",
"index": 0
}
]
]
},
"87a06fc5-9ea9-4299-b407-dc5f108274bd": {
"ai_tool": [
[
{
"node": "8022ef12-5026-4fbf-8af2-0e91a2f06007",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Avancé - Étude de marché, Résumé IA
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos
Partager ce workflow