🎬 Convert LinkedIn videos to MP4 with RapidAPI and store in Google Drive & sheets

⚑ 77 views · 🎬 Content Creation & Video

Description

πŸš€ LinkedIn Video to MP4 Automation with Google Drive & Sheets | RapidAPI Integration

This n8n workflow automatically converts LinkedIn video URLs into downloadable MP4 files using the LinkedIn Video Downloader API, uploads them to Google Drive with public access, and logs both the original URL and Google Drive link into Google Sheets.
It leverages the LinkedIn Video Downloader service for fast and secure video extraction.


πŸ“ Node Explanations (Single-Line)

1️⃣ On form submission β†’ Captures LinkedIn video URL from the user via a web form.
2️⃣ HTTP Request β†’ Calls LinkedIn Video Downloader to fetch downloadable MP4 links.
3️⃣ If β†’ Checks for API errors and routes workflow accordingly.
4️⃣ Download mp4 β†’ Downloads the MP4 video file from the API response URL.
5️⃣ Upload To Google Drive β†’ Uploads the downloaded MP4 file to Google Drive.
6️⃣ Google Drive Set Permission β†’ Makes the uploaded file publicly accessible.
7️⃣ Google Sheets β†’ Logs successful conversions with LinkedIn URL and sharable Drive link.
8️⃣ Wait β†’ Delays execution before logging failed attempts.
9️⃣ Google Sheets Append Row β†’ Logs failed video downloads with N/A Drive link.


πŸ“„ Google Sheets Columns


πŸ’‘ Use Case


βœ… Benefits

πŸ”— Nodes Used

Google Sheets, HTTP Request, Google Drive, n8n Form Trigger

πŸ“₯ Import

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

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