{
  "name": "Research e-commerce products with Firecrawl and AI for a full market report",
  "nodes": [
    {
      "id": "d55bbcfa-40c4-46b1-b8c0-5e9b441868a9",
      "name": "💬 Chat Input",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -704,
        -144
      ]
    },
    {
      "id": "14e3fcef-6af5-4136-b6de-700b88d5bede",
      "name": "🧠 Product Research Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        112,
        -144
      ]
    },
    {
      "id": "80108843-89c4-4758-9bf9-68135bae3a7c",
      "name": "🧠 Conversation Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -160,
        256
      ]
    },
    {
      "id": "22448363-6b99-4172-a609-222c058e1e7e",
      "name": "🔍 Search Marketplaces",
      "type": "@mendable/n8n-nodes-firecrawl.firecrawlTool",
      "position": [
        448,
        448
      ]
    },
    {
      "id": "859e5e3c-0b04-4d3a-88ac-548176f4cd11",
      "name": "📄 Scrape Product Pages",
      "type": "@mendable/n8n-nodes-firecrawl.firecrawlTool",
      "position": [
        656,
        448
      ]
    },
    {
      "id": "f49bb345-9cb4-4602-87d7-78debc4b8178",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1488,
        -400
      ],
      "parameters": {
        "width": 496,
        "height": 480,
        "content": "📦 AI Product Research Agent\n━━━━━━━━━━━━━━━━━━━━━━━━━\nBuilt for the n8n x Firecrawl Community Challenge (April 2026)\n\n🔍 What it does:\nResearches any product across global & regional marketplaces \nand "
      }
    },
    {
      "id": "a886cb6c-cf9d-45f7-835c-e98ab498a4aa",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -896,
        -400
      ],
      "parameters": {
        "width": 384,
        "height": 432,
        "content": "💬 INPUT\n━━━━━━\nUser sends a product research \nrequest via chat.\n\nExamples:\n- \"Research wireless earbuds under $30\"\n- \"ابحثلي عن أحسن ماكينة قهوة في مصر أقل من 2500 جنيه\"\n- \"Find best phone cases on Am"
      }
    },
    {
      "id": "0c6504c9-2a69-49b3-a9bf-172fd88e41bf",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -32,
        -480
      ],
      "parameters": {
        "width": 432,
        "height": 464,
        "content": "🧠 AI AGENT\n━━━━━━━━━\nOrchestrates the full research workflow:\n\n1. Receives user query\n2. Plans search strategy based on region/marketplace\n3. Calls Firecrawl tools to gather data\n4. Analyzes results w"
      }
    },
    {
      "id": "6181c29a-c411-430f-83ff-b17edeada992",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        144,
        368
      ],
      "parameters": {
        "width": 656,
        "height": 304,
        "content": "🔥 FIRECRAWL TOOLS\n━━━━━━━━━━━━━━━━\nSearch: Finds product pages across \nthe web and marketplaces\n\nScrape: Extracts detailed product \ndata (name, price, rating, reviews)\nin clean markdown format\n\n💡 Cred"
      }
    },
    {
      "id": "5ed5d2da-de40-43bf-8e18-909f0081fe43",
      "name": "🤖 Gemini 2.5 Flash",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -416,
        256
      ]
    }
  ],
  "connections": {
    "💬 Chat Input": {
      "main": [
        [
          {
            "node": "🧠 Product Research Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🤖 Gemini 2.5 Flash": {
      "ai_languageModel": [
        [
          {
            "node": "🧠 Product Research Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "🔍 Search Marketplaces": {
      "ai_tool": [
        [
          {
            "node": "🧠 Product Research Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "🧠 Conversation Memory": {
      "ai_memory": [
        [
          {
            "node": "🧠 Product Research Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "📄 Scrape Product Pages": {
      "ai_tool": [
        [
          {
            "node": "🧠 Product Research Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}