Marktforschungs-Generator

Fortgeschritten

Dies ist ein Market Research, Multimodal AI-Bereich Automatisierungsworkflow mit 12 Nodes. Hauptsächlich werden GoogleDocs, Perplexity, OpenAi, ChainLlm, ChatTrigger und andere Nodes verwendet. Marktforschung und Geschäftsfall-Generator mit GPT-4o, Perplexity und Claude

Voraussetzungen
  • OpenAI API Key
  • Anthropic API Key
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "id": "ugY2Cg4sj2vP0rk6",
  "meta": {
    "instanceId": "1c7b08fed4406d546caf4a44e8b942ca317e7e207bb9a5701955a1a6e1ce1843",
    "templateCredsSetupCompleted": true
  },
  "name": "Market Research Generator",
  "tags": [],
  "nodes": [
    {
      "id": "76a873cb-d035-4ca4-8ca9-ca9d2b1d3aa1",
      "name": "Bei Chat-Nachricht empfangen",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -280,
        -60
      ],
      "webhookId": "ef1cfdf4-c68f-44d6-8600-1ea3b9fd2025",
      "parameters": {
        "options": {}
      },
      "typeVersion": 1.1
    },
    {
      "id": "75de6535-e334-4d64-a57f-7260df401a9d",
      "name": "Anthropic-Chat-Modell",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        580,
        120
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "claude-sonnet-4-20250514",
          "cachedResultName": "Claude 4 Sonnet"
        },
        "options": {}
      },
      "credentials": {},
      "typeVersion": 1.3
    },
    {
      "id": "ce9f1ce5-2e12-4acc-ad9c-f92ba13ca246",
      "name": "Google Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        820,
        -60
      ],
      "parameters": {
        "actionsUi": {
          "actionFields": [
            {
              "text": "={{ $json.text }}",
              "action": "insert"
            }
          ]
        },
        "operation": "update",
        "documentURL": "Redacted"
      },
      "credentials": {},
      "typeVersion": 2
    },
    {
      "id": "7932ae33-d1e4-4bb8-b38e-91b74435cb5f",
      "name": "Haftnotiz",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -340,
        -180
      ],
      "parameters": {
        "width": 220,
        "height": 500,
        "content": "Chat Input Trigger"
      },
      "typeVersion": 1
    },
    {
      "id": "0a490125-3a86-43cf-83c5-1b436e54e7ff",
      "name": "Haftnotiz1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -100,
        -180
      ],
      "parameters": {
        "color": 5,
        "width": 300,
        "height": 500,
        "content": "Define Research Scope"
      },
      "typeVersion": 1
    },
    {
      "id": "09e33798-af03-45bf-b0a0-a01aa654d8e3",
      "name": "Research Scope Definer Agent",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -80,
        -60
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "chatgpt-4o-latest",
          "cachedResultName": "CHATGPT-4O-LATEST"
        },
        "options": {},
        "messages": {
          "values": [
            {
              "content": "={{ $json.chatInput }}"
            },
            {
              "role": "system",
              "content": "You are a market research planner, and a Perplexity (research) prompt agent.\n\nYour task is to take the following user query and define a structured scope of research to guide AI agents. Break it down into the following components:\n1. Industry/Business Type\n2. Geographic Focus\n3. Key Trends to Research\n4. Potential Opportunities/Challenges\n5. Suggested Data Sources (public reports, industry benchmarks, etc.)\n\nOutput a prompt meant for Perplexity research node based on the components."
            }
          ]
        }
      },
      "credentials": {},
      "typeVersion": 1.8
    },
    {
      "id": "17d56e9a-735f-4195-963b-e5939a596728",
      "name": "Haftnotiz2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        220,
        -180
      ],
      "parameters": {
        "color": 2,
        "width": 220,
        "height": 500,
        "content": "Perplexity Deep Research"
      },
      "typeVersion": 1
    },
    {
      "id": "16ca83ec-c18d-4196-8122-0ca4dfeb0871",
      "name": "Haftnotiz3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        -180
      ],
      "parameters": {
        "color": 5,
        "width": 300,
        "height": 500,
        "content": "Business Case Builder"
      },
      "typeVersion": 1
    },
    {
      "id": "4794c40e-9eef-4c91-9d31-56c07072537c",
      "name": "Perplexity Business Case Deep Research",
      "type": "n8n-nodes-base.perplexity",
      "position": [
        280,
        -60
      ],
      "parameters": {
        "model": "sonar-deep-research",
        "options": {},
        "messages": {
          "message": [
            {
              "role": "system",
              "content": "You are a professional market analyst with access to real-time data and reports.\n\nYour task is to conduct deep web research based on the following structured research scope. Provide a concise, well-cited summary for each of the following areas:\n- Industry trends\n- Consumer behavior\n- Competitive landscape\n- Regulatory or environmental factors\n- Key statistics and data\n\nUse reliable sources (government reports, industry publications, global databases). Include in-text citation links in markdown format.\n\nPresent the research summary in clear sections with headings.\n"
            },
            {
              "content": "={{ $json.message.content }}"
            }
          ]
        },
        "requestOptions": {}
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "2de9f3f6-5e61-47c1-842d-c7bf996d4a1b",
      "name": "Claude Business Case Writer",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        480,
        -60
      ],
      "parameters": {
        "text": "={{ $json.choices[0].message.content }}",
        "batching": {},
        "messages": {
          "messageValues": [
            {
              "message": "You are a business strategy consultant writing a professional market opportunity case study. You will receive user input from a Perplexity node which includes the thinking steps. exclude the content of the thinking steps, which is usually the content between <think> at the beginning of Perplexity's output. Use the structured topic scope and supporting research provided to write a well-organized, 1500-word case study. Your case study must include:  1. Executive Summary   2. Market Overview   3. Opportunity Analysis   4. Competitive Landscape   5. Challenges and Risks   6. Strategic Recommendations   7. Conclusion    Maintain a formal and analytical tone. Use section headers. Ensure insights are backed by the research provided.  "
            }
          ]
        },
        "promptType": "define"
      },
      "typeVersion": 1.7
    },
    {
      "id": "dbc5fc4a-3f45-45f6-a34c-c302900dedd0",
      "name": "Haftnotiz4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        780,
        -180
      ],
      "parameters": {
        "color": 3,
        "width": 300,
        "height": 500,
        "content": "Business Case Output on Google Docs"
      },
      "typeVersion": 1
    },
    {
      "id": "756b169a-3f46-4671-a8fe-62d7732a3911",
      "name": "Haftnotiz5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1340,
        -240
      ],
      "parameters": {
        "color": 3,
        "width": 980,
        "height": 1000,
        "content": "🧠 Market Research Case Study Generator\nCategory: AI + Research | GPT + Perplexity | Business Strategy\nSkill Level: Intermediate\nUse Case: Market Research, Business Planning, Strategic Analysis\n\n📌 Description:\nThis template automates the creation of comprehensive, data-backed business case studies—perfect for entrepreneurs, analysts, consultants, and market researchers.\n\nFor more of such build + step-by-step video tutorials, check out:\nhttps://www.youtube.com/@Automatewithmarc\n\nJust send a simple message like:\n\n“Give me a market opportunity analysis of a bicycle rental business in North Africa.”\n\nAnd the workflow does the rest. It scopes your research topic, performs live web research, and crafts a well-structured 1500-word business case study—all automatically saved to Google Docs.\n\n🔧 How It Works:\n🟢 Chat Trigger:\nStart the workflow by sending a prompt via the built-in Chat interface (Langchain Chat Trigger).\n\n🧭 Research Scope Definer (GPT-4o):\nBreaks down the user input into structured components like industry, geography, trends, and challenges.\n\n🌐 Deep Research (Perplexity Sonar):\nPerforms live research to retrieve relevant industry data, consumer trends, competitive insights, and more.\n\n📘 Business Case Writer (Claude Sonnet):\nSynthesizes the findings into a detailed case study with sections including:\nExecutive Summary\nMarket Overview\nOpportunity Analysis\nCompetitive Landscape\nRisks & Challenges\nStrategic Recommendations\nConclusion\n📄 Google Docs Integration:\nThe final output is appended to a connected Google Doc, so all your insights are neatly stored and ready to share.\n🧰 Tools Used:\nOpenAI GPT-4o\nPerplexity Sonar Deep Research\nAnthropic Claude Sonnet\nGoogle Docs\nChat Trigger\n✅ Ideal For:\nBusiness consultants & strategy teams\nMarket researchers & analysts\nStartup founders & product managers\nEducators & MBA students"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "4122d186-b3c0-46d0-8a74-fdb918dc2ceb",
  "connections": {
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "2de9f3f6-5e61-47c1-842d-c7bf996d4a1b",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "09e33798-af03-45bf-b0a0-a01aa654d8e3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2de9f3f6-5e61-47c1-842d-c7bf996d4a1b": {
      "main": [
        [
          {
            "node": "ce9f1ce5-2e12-4acc-ad9c-f92ba13ca246",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "09e33798-af03-45bf-b0a0-a01aa654d8e3": {
      "main": [
        [
          {
            "node": "4794c40e-9eef-4c91-9d31-56c07072537c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4794c40e-9eef-4c91-9d31-56c07072537c": {
      "main": [
        [
          {
            "node": "2de9f3f6-5e61-47c1-842d-c7bf996d4a1b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Fortgeschritten - Marktforschung, Multimodales KI

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Verwandte Workflows

GPT-5 & Veo-3 Instagram-Video-Generator mit automatischer Veröffentlichung
Verwendung von Google Veo-3 AI und GPT zur automatischen Erstellung und Veröffentlichung von kurzen sozialen Medien-Videos
If
Wait
Http Request
+
If
Wait
Http Request
15 NodesAutomate With Marc
Content-Erstellung
Veo3 Instagram-Agent-Workflow
Automatisches Erstellen und Veröffentlichen von Instagram Reels mit Veo3, GPT-4 und Blotato
If
Set
Wait
+
If
Set
Wait
21 NodesAutomate With Marc
Content-Erstellung
Podcast-Automatisierung
Automatisierung der Podcast-Erstellung durch GPT, Claude und Eleven Labs Text-to-Speech
Gmail
Http Request
Agent
+
Gmail
Http Request
Agent
16 NodesAutomate With Marc
Content-Erstellung
Instagram-Popular-Reel-Klon-Agent + automatische Veröffentlichung
Instagram Reels mit AI-Klon erstellen und automatisch veröffentlichen: Von Skript bis Veröffentlichung (Heygen + Submagic + Blotato)
If
Wait
Http Request
+
If
Wait
Http Request
21 NodesAutomate With Marc
Content-Erstellung
Ultimativer Blog-Inhaltsautor RAG KI-Agent + Perplexity-Recherche
Erstellen Sie forschungsbasierte Blog-Inhalte mit Slack, Perplexity, Pinecone und Google Docs
Google Docs
Slack Trigger
Perplexity Tool
+
Google Docs
Slack Trigger
Perplexity Tool
14 NodesAutomate With Marc
Content-Erstellung
Erstellen Sie datengesteuerte UX-Personas (Beschreibungen und Bilder) mit Perplexity, OpenAI und Google Doc
Verwenden Sie Perplexity, DALL·E 3 und Google Doc, um datengetriebene UX-Personas zu generieren
Split Out
Google Docs
Perplexity
+
Split Out
Google Docs
Perplexity
16 NodesGulfiia
Marktforschung
Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes12
Kategorie2
Node-Typen7
Schwierigkeitsbeschreibung

Für erfahrene Benutzer, mittelkomplexe Workflows mit 6-15 Nodes

Autor
Automate With Marc

Automate With Marc

@marconi

Automating Start-Up and Business processes. Helping non-techies understand and leverage Agentic AI with easy to understand step-by-step tutorials. Check out my educational content: https://www.youtube.com/@Automatewithmarc

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34