Host Your Own AI Deep Research Agent with n8n, Apify and OpenAI o3
2. Ask Clarifying Questions [Read more about form nodes](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/) To handle the clarification questions generated by the LLM, I used the same technique found in my "AI Interviewer" template ([link](https://n8n.io/workflows/2566-conversational-interviews-with-ai-agents-and-n8n-forms/)). This involves a looping of dynamically generated forms to collect answers from the user.
Integrations Used (9)
Prerequisites
Required Credentials (5)
Multiple services required
This workflow needs 5 different credentials. Make sure you have accounts for all services before importing.
Complexity
Expert level. Custom code, complex logic, many integrations.
When to Use This Workflow
AI-Powered Content Creation
Automate content generation, summarization, or analysis using AI capabilities.
Save hours of manual work while maintaining quality and consistency.
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"meta": {
"instanceId": "408f9fb9940c3cb18ffdef0e0150fe342d6e655c3a9fac21f0f644e8bedabcd9",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "645ae2b1-799e-49be-8bdf-12cd1bb739e6",
"name": "Structured Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1680,
1140
],
"parameters": {
"schemaType": "manual",
"inputSchema": "{\n \"type\": \"object\",\n \"properties\": {\n \"learnings\": {\n \"type\": \"array\",\n \"description\": \"List of learnings, max of 3.\",\n \"items\": { \"type\": \"string\" }\n },\n \"followUpQuestions\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"string\",\n \"description\": \"List of follow-up questions to research the topic further, max of 3.\"\n }\n }\n }\n}"
},
"typeVersion": 1.2
},
...Related Workflows
π€π§βπ» AI Agent for Top n8n Creators Leaderboard Reporting
AI Agent for n8n Creator Leaderboard Stats https://github.com/teds-tech-talks/n8n-community-leaderboard
Intelligent Web Query and Semantic Re-Ranking Flow
Step 1. Set Up a Free Brave Web Search Query API Key To attain the free web search API tier from Brave, follow these ste...
ππ οΈPerplexity Researcher to HTML Web Page
Create Article from Perplexity Research
Enrich Property Inventory Survey with Image Recognition and AI Agent
1. Use Airtable to Capture Survey Photos [Read more about AirTable](https://docs.n8n.io/integrations/builtin/app-nodes/n...
HR-focused automation pipeline with AI
HR Expert This workflow automates the process of handling job applications by extracting relevant information from submi...
Actioning Your Meeting Next Steps using Transcripts and AI
4. This Tool Creates Calendar Events This tool, given event details and a list of attendees, will create a new Google ca...