{
  "name": "Product review analysis with BrowserAct & Gemini-powered recommendations",
  "nodes": [
    {
      "id": "470cda20-f5d6-42cf-9c7b-c177fc1b668e",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        768,
        16
      ]
    },
    {
      "id": "dded721b-a8c2-45c8-945f-4d3b3c075590",
      "name": "HTTP Request1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1104,
        0
      ]
    },
    {
      "id": "53cb4d92-892c-4129-af82-92518437f1ff",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1232,
        224
      ]
    },
    {
      "id": "9448871f-3035-4ef4-8650-b1b5067cb6a5",
      "name": "Wait1",
      "type": "n8n-nodes-base.wait",
      "position": [
        896,
        224
      ]
    },
    {
      "id": "49194dea-48db-4279-b8d1-6894423cf13e",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        896,
        16
      ]
    },
    {
      "id": "72bc73be-c64b-4a41-a94a-6d86e3f9424d",
      "name": "If1",
      "type": "n8n-nodes-base.if",
      "position": [
        1232,
        0
      ]
    },
    {
      "id": "c2e08eb7-7d25-45c5-a9dc-a023de9df292",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1520,
        -16
      ]
    },
    {
      "id": "7dbc8ef3-42f1-4567-8882-e9ad930e90a5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        704,
        -16
      ],
      "parameters": {
        "width": 688,
        "height": 432,
        "content": ""
      }
    },
    {
      "id": "cb55770c-e747-415a-86b1-7245ec2b3f89",
      "name": "Send email in Send Email",
      "type": "n8n-nodes-base.emailSendTool",
      "position": [
        1728,
        272
      ]
    },
    {
      "id": "476f23b0-a51d-4cb9-9d4f-b0d832dfdd89",
      "name": "Send a text message in Telegram",
      "type": "n8n-nodes-base.telegramTool",
      "position": [
        1584,
        272
      ]
    },
    {
      "id": "24c3f5f6-6222-4fba-949a-bbd5f5b8cb86",
      "name": "Send email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2096,
        -16
      ]
    },
    {
      "id": "8fc634eb-c46e-44d7-bc81-88987496988e",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1408,
        -16
      ],
      "parameters": {
        "width": 464,
        "height": 432,
        "content": ""
      }
    },
    {
      "id": "80e09f34-6ea7-40ed-9b92-22e73f05df5b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1888,
        -16
      ],
      "parameters": {
        "width": 384,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "26ded3f0-8262-47f8-9fe4-4f9074d9ca8e",
      "name": "Send a text message1",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1936,
        -16
      ]
    },
    {
      "id": "ad8560fd-df86-4443-bd7a-05969a63f2a0",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        496,
        16
      ]
    },
    {
      "id": "0184aa9b-e017-47eb-9043-97715c77de4c",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1440,
        240
      ]
    },
    {
      "id": "daf91d3f-e648-4ab1-a557-99503c134bd9",
      "name": "Sticky Note-Start",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -32,
        -208
      ],
      "parameters": {
        "width": 492,
        "height": 456,
        "content": "## Try It Out!\n### This n8n template demonstrates how to perform product review sentiment analysis and generate improvement recommendations using an AI Agent.\n\n\n### How it works\n* The workflow is trig"
      }
    },
    {
      "id": "3e5f6cdb-9721-43e8-88a8-bbd9d43577fa",
      "name": "Sticky Note-Scraping",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        704,
        -224
      ],
      "parameters": {
        "width": 352,
        "height": 200,
        "content": "## 1. Trigger the Product Review Scraper\n\nThis workflow uses an HTTP Request to start a scraping task via the BrowserAct API. The task will scrape product reviews from a specified website. We're using"
      }
    },
    {
      "id": "d718f4b5-ae07-4216-99a4-9436e6502ef8",
      "name": "Sticky Note-Wait",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1072,
        -224
      ],
      "parameters": {
        "width": 320,
        "height": 200,
        "content": "## 2. Wait for Scraping to Finish\n\nThese nodes check the status of the scraping task. The `If` node determines if the task is complete. If it's still running, the `Wait` node pauses the workflow for a"
      }
    },
    {
      "id": "dd2a6ca3-e361-4597-83b3-1da40e7313a5",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1408,
        -224
      ],
      "parameters": {
        "width": 464,
        "height": 192,
        "content": "## 3. Use an AI Agent to Analyze Reviews and Generate Recommendations\n[Read more about the AI Agent node](https://docs.n8n.io/integrations/builtin/ai/agent-nodes/n8n-nodes-langchain.agent/)\n\nThis node"
      }
    },
    {
      "id": "b311da33-c74e-4111-925a-c75220bba628",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1888,
        -224
      ],
      "parameters": {
        "width": 384,
        "height": 192,
        "content": "## 4. Send the Recommendations via Email and Telegram\n[Read more about the Email Send node](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.emailSend/)\n[Read more about the Telegram "
      }
    },
    {
      "id": "ec9507c6-6b60-4167-a0a2-338a82ec0133",
      "name": "Sticky Note-Help",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -32,
        272
      ],
      "parameters": {
        "width": 496,
        "height": 96,
        "content": "## Need Help ?\n* [How to Find Your BrowserAct API Key & Workflow ID](https://www.youtube.com/watch?v=pDjoZWEsZlE)\n* [How to Connect n8n to Browseract](https://www.youtube.com/watch?v=RoYMdJaRdcQ)\n* [H"
      }
    },
    {
      "id": "1f0ab2d4-ff88-43f0-b22d-d03eb5d7f106",
      "name": "Sticky Note-Video",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -32,
        400
      ],
      "parameters": {
        "width": 496,
        "height": 96,
        "content": "## Watch Workflow Guidance and Showcase\n* #### [How to INSTANTLY Get Product Improvement Ideas from Amazon Reviews | BrowserAct + n8n + Gemini](https://www.youtube.com/watch?v=YRhXjILRZH0)"
      }
    },
    {
      "id": "d92eae16-6755-4eed-82ff-b9382f26e055",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1136,
        -320
      ],
      "parameters": {
        "width": 182,
        "height": 80,
        "content": "## \n# Get Node"
      }
    },
    {
      "id": "e8d656a3-59c9-4c28-a5b1-80e16c62a5ff",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1536,
        -320
      ],
      "parameters": {
        "width": 230,
        "height": 80,
        "content": "## \n# Agent Node"
      }
    },
    {
      "id": "121cebb8-9ada-4376-8b9d-88626c048328",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1968,
        -320
      ],
      "parameters": {
        "width": 214,
        "height": 80,
        "content": "## \n# Send Node"
      }
    },
    {
      "id": "6825197c-df9e-46c4-9ed2-04ea243a1457",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        784,
        -320
      ],
      "parameters": {
        "width": 182,
        "height": 80,
        "content": "## \n# Run Node"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If1": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait1": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Send a text message1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request1": {
      "main": [
        [
          {
            "node": "If1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send a text message1": {
      "main": [
        [
          {
            "node": "Send email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Send email in Send Email": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Send a text message in Telegram": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}