Building a Deep Research Workflow with n8n: My Setup, Tools, and Learnings
Lately, I’ve been experimenting with automating deep research using n8n. The goal was simple: type a prompt, wait a few minutes, get back a structured research report with summaries and sources — no fluff, no extra work. It took time to get right. I watched a bunch of research automation videos, borrowed what made sense, and hacked the rest together. Now it works reliably. Here’s a breakdown of how I did it, what tools I used, and what came out of it. What I Wanted A prompt like: "Clinical Communication Market in the US" In return, a structured report within 8 minutes. Ideally with bullet-point insights, links to sources, and export options. Tools I Used OpenRouter This is where the prompts go. I used OpenRouter to access GPT models that could break down broad topics into sub-queries and generate clean summaries from source material. Tavily A powerful search API that goes beyond just returning links. It gives back structured results — perfect for feeding into the ...