Skip to main content

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

Workflow preview

Workflow preview
100%
Convert LinkedIn videos to MP4 with RapidAPI and store in Google Drive & sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 V...

Best for

  • Content Creation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sk developer .

Original n8n.io source

1.1 Workflow description

Title
Convert LinkedIn videos to MP4 with RapidAPI and store in Google Drive & sheets
Workflow name
Convert LinkedIn videos to MP4 with RapidAPI and store in Google Drive & sheets

🚀 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

  • URL → Original LinkedIn video URL entered in the form.
  • Drive_URL → Publicly sharable Google Drive link to the converted MP4 file.
  • (For failed downloads)Drive_URL will display N/A.

💡 Use Case

  • Automate LinkedIn video downloading and sharing using LinkedIn Video Downloader for social media managers, marketers, and content creators without manual file handling.

Benefits

  • Time-saving (auto-download & upload), Centralized tracking in Sheets, Easy sharing via Drive links, and Error logging for failed downloads—all powered by RapidAPI LinkedIn Video Downloader.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 5 - Download mp4

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Google Drive Set Permission

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 7 - Upload To Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 8 - Google Sheets Append Row

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Convert LinkedIn videos to MP4 with RapidAPI and store in Google Drive & sheets
Complexity advanced
Nodes 16
Categories Content Creation
Author Sk developer
Published 02 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6837/6837.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Convert LinkedIn videos to MP4 with RapidAPI and store in Google Drive & sheets do?

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 V...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation use case.