AutomationFlowsAI & RAG › Ai-powered Automatic Analysis of Youtube Product Reviews with Apify + Gpt

Ai-powered Automatic Analysis of Youtube Product Reviews with Apify + Gpt

ByOriol Seguí @oxsr11 on n8n.io

This n8n workflow automates the process of searching, transcribing, and analyzing product reviews extracted from YouTube videos, generating a clear, ready-to-use report in HTML format and/or email. Enter the product name (via webhook or manually). The workflow searches YouTube…

Webhook trigger★★★★☆ complexityAI-powered25 nodesOpenAIHTTP RequestGmailStop And Error
AI & RAG Trigger: Webhook Nodes: 25 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #7148 — we link there as the canonical source.

This workflow follows the Gmail → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "940d4a2a-d0ba-453e-bd43-e41b30062bb1",
      "name": "LANG",
      "type": "n8n-nodes-base.set",
      "position": [
        1728,
        768
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "f3f60eb8-792c-4be9-8dc9-8fc3ae19535e",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        368,
        592
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "92a4e539-2e44-4bfe-b1f9-739124e995aa",
      "name": "Email send",
      "type": "n8n-nodes-base.set",
      "position": [
        1056,
        768
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "c56e9fba-4826-416a-aae5-287dcbed7cbe",
      "name": "Method detect",
      "type": "n8n-nodes-base.code",
      "position": [
        1280,
        768
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5d7aaec8-a28c-4eeb-8509-fc9d853bdbe7",
      "name": "Code1",
      "type": "n8n-nodes-base.code",
      "position": [
        1504,
        768
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "686dbd8c-5119-4bb0-b661-0742b2b55603",
      "name": "Apify API",
      "type": "n8n-nodes-base.set",
      "position": [
        832,
        768
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "9103f208-9ce6-4681-87f2-cb39ca31ea6e",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        800,
        1008
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "8074df64-e6d4-4ccc-ad32-48f012f1dff3",
      "name": "Message a model",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1520,
        992
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "fb4acf38-4896-4317-a2af-194b2c02e69b",
      "name": "PRODUCT",
      "type": "n8n-nodes-base.set",
      "position": [
        608,
        768
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "5c3b006f-c7dd-49b8-aaf4-2b8bf166959c",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        576,
        1008
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "9caa56f1-6b4c-45ca-aa2a-ecdf295699ee",
      "name": "Rename",
      "type": "n8n-nodes-base.set",
      "notes": "opcional but the output is clearer and more polished",
      "position": [
        1104,
        992
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "ee639bd2-e0d0-47b8-8fc8-837e3317f1f9",
      "name": "Merge",
      "type": "n8n-nodes-base.code",
      "position": [
        1312,
        992
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "27855e06-938e-45d5-9149-abb76e42f1e8",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        2176,
        816
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "905eecca-dc4f-42f2-a942-d17646851eba",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        608,
        144
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "60dcada1-e26f-4319-ad7e-0b2482c1b7d5",
      "name": "Agent 1",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Agents can also fail due to maintenance or API limits being reached.",
      "onError": "continueErrorOutput",
      "position": [
        368,
        1008
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 4.2,
      "waitBetweenTries": 5000
    },
    {
      "id": "e78627c3-0b4f-476b-8adb-419d8cc5e9fd",
      "name": "Agent 2",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Agents can also fail due to maintenance or API limits being reached.",
      "onError": "continueErrorOutput",
      "position": [
        1104,
        1152
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 4.2,
      "waitBetweenTries": 5000
    },
    {
      "id": "a2c73961-dfef-426e-9553-c604e0a5b754",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        592
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "8b7210e1-a6d0-4d8f-8e65-34f48e316e76",
      "name": "Manual",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        368,
        768
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3ee9dd3f-2143-45ac-ac3d-0ca83caa5a37",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        608,
        432
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b4423513-18a4-46de-b724-5b9c932c478f",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        48,
        960
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "16bf17be-b4dd-43c0-94c8-51b833db8e1a",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -224,
        1120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "83c4ae3f-0ddd-42cc-a025-dcb24c419e34",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1312,
        1200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "ff1b55ec-319f-4c06-8b1d-cdea836862f5",
      "name": "Markdown to HTML",
      "type": "n8n-nodes-base.markdown",
      "position": [
        1920,
        992
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "0437a198-39b5-4293-845a-5848c105c399",
      "name": "Send Review",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2176,
        992
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "9e05d568-8238-4acc-86db-74b76d81eb89",
      "name": "Error why",
      "type": "n8n-nodes-base.stopAndError",
      "position": [
        592,
        1200
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "connections": {
    "LANG": {
      "main": [
        [
          {
            "node": "Agent 1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code1": {
      "main": [
        [
          {
            "node": "LANG",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual": {
      "main": [
        [
          {
            "node": "PRODUCT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Rename": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Agent 1": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Error why",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Agent 2": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Error why",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "PRODUCT": {
      "main": [
        [
          {
            "node": "Apify API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "PRODUCT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Apify API": {
      "main": [
        [
          {
            "node": "Email send",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email send": {
      "main": [
        [
          {
            "node": "Method detect",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Review": {
      "main": [
        []
      ]
    },
    "Method detect": {
      "main": [
        [
          {
            "node": "Code1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [
          {
            "node": "Rename",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Agent 2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model": {
      "main": [
        [
          {
            "node": "Markdown to HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Markdown to HTML": {
      "main": [
        [
          {
            "node": "Send Review",
            "type": "main",
            "index": 0
          },
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This n8n workflow automates the process of searching, transcribing, and analyzing product reviews extracted from YouTube videos, generating a clear, ready-to-use report in HTML format and/or email. Enter the product name (via webhook or manually). The workflow searches YouTube…

Source: https://n8n.io/workflows/7148/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Instantly map all internal URLs, perform AI-powered (ChatGPT) analysis, and deliver results in HTML via webhook, Google Sheets, or email. All from your own n8n instance!

OpenAI, HTTP Request, XML +3
AI & RAG

Watch on Youtube▶️

HTTP Request, Email Send, Google Sheets +3
AI & RAG

User Signup & Verification: The workflow starts when a user signs up. It generates a verification code and sends it via SMS using Twilio. Code Validation: The user replies with the code. The workflow

Postgres, HTTP Request, OpenAI +2
AI & RAG

This workflow is designed for SEO professionals, digital agencies, content creators, and WordPress site owners who want to improve their search engine rankings automatically. It’s also perfect for cur

OpenAI, Google Sheets, XML +3
AI & RAG

Listens for completed Fireflies transcripts, qualifies whether a proposal is needed using OpenAI, drafts structured proposal content, populates a Google Doc template, converts to PDF, and sends it to

HTTP Request, OpenAI, Google Drive +3