🎬 Transform YouTube videos into LinkedIn posts with SearchAPI & OpenAi

⚑ 82 views · 🎬 Content Creation & Video

πŸ’‘ Pro Tip β€” YouTube’s API quotas can be a bottleneck when you’re pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments β€” no quota limits, just structured data.

View All Scrapers

Description

πŸŽ₯ YouTube to LinkedIn Poster – n8n Workflow Template

Turn any YouTube video into a high-performing LinkedIn post β€” automatically.

This AI-powered n8n workflow takes a YouTube video ID, fetches the transcript using SearchAPI.io, and transforms it into a professional, engaging LinkedIn post using OpenAI (via OpenRouter). Customize the writing style, automate your content repurposing, and scale your thought leadership.


⚑ What It Does


πŸ“¦ What’s Included


πŸ›  Requirements


πŸš€ Installation Guide

  1. Import the Workflow

    • Go to your n8n dashboard

    • Click Import and upload the JSON file

  2. Configure SearchAPI

    • Sign up at SearchAPI.io

    • Add your API key inside the HTTP Request node labeled Get YouTube Transcript

  3. Set Up OpenRouter

    • Go to Credentials β†’ Add a new OpenRouter API credential

    • Paste your API key from OpenRouter.ai

  4. Test with Postman or UI

    • Send a POST to the webhook URL with JSON:

      
      {
      
        "video_id": "T1nX2yDeSzM",
      
        "llm_profile": "educational tone"
      
      }
      

🧩 Customizing


πŸ’‘ Use Cases


πŸš€ How I Used It in My MicroSaaS

I used this exact workflow as the backend for a lead magnet SaaS tool that converts YouTube videos into LinkedIn posts. With a simple UI and webhook, users paste a video link, choose a tone, and instantly receive a high-quality post they can copy and share. It increased lead generation and engagement while costing nothing in backend dev. Check it out here: Youtube -> LinkedIn Post

The best part? I only used:


πŸ“© Questions?

DM me on Twitter or reach out via email for setup help or white-label licensing: https://www.linkedin.com/in/gerald-akhidenor-1ab1a45/ or denorgerald@gmail.com

πŸ”— Nodes Used

HTTP Request, Webhook, OpenAI

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup