N8n x Youtube - Transcript to script structure using open AI (error)

I need help here! I am building a workflow to help me look at my 10 fav creators youtube videos (30 each) and get them transcribed and identify script structure based on each transcript.

I am stuck here

a. Unable to filter videos by - views, length
b. Unable to identify structure after I got the transcripts using open AI

for a I used - http request node with (https://www.googleapis.com/youtube/v3/videos?part=statistics,contentDetails&id=abc123,xyz789&key=YOUR_API_KEY) failed to work

For b - I tried both http node / Open AI directly nothing worked

FYI - Using apify to get transcripts from urls

Can someone help me how I can fix this

n8n version: 1.76.1
Database : Default
n8n EXECUTIONS_PROCESS setting: own
Running n8n via : Cloud
Operating system: MacOs

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

try this node: n8n-nodes-supadata

it lets you fetch all videos from a channel and then you can get a transcript for each

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.