# LinkedIn Video Downloader (`bytepulselabs/linkedin-video-downloader`) Actor

Download videos from LinkedIn by adding one or more LinkedIn post URLs to extract embedded videos. Then, save downloaded media files, run the downloader via API, schedule and monitor downloads, or integrate with other tools for automated video archiving.

- **URL**: https://apify.com/bytepulselabs/linkedin-video-downloader.md
- **Developed by:** [BytePulse Labs](https://apify.com/bytepulselabs) (community)
- **Categories:** Social media, Videos
- **Stats:** 91 total users, 4 monthly users, 76.2% runs succeeded, 10 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### What is LinkedIn Video Downloader?

LinkedIn Video Downloader automates the **download of videos from LinkedIn**. Just add one or more LinkedIn post URLs to get all the publicly available videos you need.

### Why download LinkedIn videos?

LinkedIn videos can provide valuable professional content for analysis, help you save educational clips, allow offline viewing, enable you to study industry trends, or preserve important business insights before they potentially disappear from the platform.

### How to download LinkedIn videos

LinkedIn Video Downloader is designed to be fast and easy to use so there aren't too many parameters or settings. Just follow the steps below:

1. Create a free Apify account.
2. Open [LinkedIn Video Downloader](https://apify.com/bytepulselabs/linkedin-video-downloader?fpr=k8fqp).
3. Add one or more LinkedIn post URLs.
4. Click "Save & Start" and wait for the datasets to be extracted.
5. Download your data in JSON, XML, CSV, Excel, or HTML.

### Input example

The input for LinkedIn Video Downloader should be a **LinkedIn post URL**. You can add one or multiple post URLs.

![LinkedIn Video Downloader input](https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/linkedin-video-downloader/input.jpg)

Here's a sample of downloading video from LinkedIn.

In JSON it looks like this:

```json
{
  "urls": [
    { "url": "https://www.linkedin.com/posts/linkedin_are-you-struggling-to-find-your-next-gig-activity-7344462117049131012-yplQ/" }
  ],
  "quality": "480",
  "proxy": {
    "useApifyProxy": false
  }
}
```

### Output example

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get:

![LinkedIn Video Downloader output](https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/linkedin-video-downloader/output.jpg)

Here is the same data but in JSON. You can download the dataset extracted by LinkedIn Video Downloader in various formats such as JSON, HTML, CSV, or Excel.

```json
{
  "id": "7344462117049131012",
  "url": "https://www.linkedin.com/posts/linkedin_are-you-struggling-to-find-your-next-gig-activity-7344462117049131012-yplQ/",
  "videoUrl": "https://api.apify.com/v2/key-value-stores/2sORfdsGD9YEOpOC3/records/7344462117049131012.mp4"
}
```

### Integrate LinkedIn Video Downloader and automate your workflow

Last but not least, LinkedIn Video Downloader can be connected with almost any cloud service or web app thanks to [integrations](https://apify.com/integrations?fpr=k8fqp) on the Apify platform.

These include:

- [Make](https://docs.apify.com/platform/integrations/make?fpr=k8fqp)
- [Zapier](https://docs.apify.com/platform/integrations/zapier?fpr=k8fqp)
- [Slack](https://docs.apify.com/platform/integrations/slack?fpr=k8fqp)
- [Airbyte](https://docs.apify.com/platform/integrations/airbyte?fpr=k8fqp)
- [GitHub](https://docs.apify.com/platform/integrations/github?fpr=k8fqp)
- [Google Drive](https://docs.apify.com/platform/integrations/drive?fpr=k8fqp)
- and [much more](https://docs.apify.com/platform/integrations?fpr=k8fqp).

Alternatively, you can use [webhooks](https://docs.apify.com/platform/integrations/webhooks?fpr=k8fqp) to carry out an action whenever an event occurs. For example, you can get a notification whenever LinkedIn Video Downloader successfully finishes a run.

### Want to download videos from other platforms?

Looking for video downloaders for other social media platforms? We offer specialized video downloaders for Instagram, X (Twitter), and other platforms. Each downloader is optimized for its specific platform to ensure fast, reliable downloads with minimal configuration.

<table>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/bluesky-video-downloader/logo.png" alt="Bluesky Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/bluesky-video-downloader?fpr=k8fqp">Bluesky Video Downloader</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/facebook-video-downloader/logo.png" alt="Facebook Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/facebook-video-downloader?fpr=k8fqp">Facebook Video Downloader</a>
    </td>
  </tr>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/flickr-video-downloader/logo.png" alt="Flickr Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/flickr-video-downloader?fpr=k8fqp">Flickr Video Downloader</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/instagram-video-downloader/logo.png" alt="Instagram Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/instagram-video-downloader?fpr=k8fqp">Instagram Video Downloader</a>
    </td>
  </tr>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/linkedin-video-downloader/logo.png" alt="LinkedIn Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/linkedin-video-downloader?fpr=k8fqp">LinkedIn Video Downloader</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/pinterest-video-downloader/logo.png" alt="Pinterest Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/pinterest-video-downloader?fpr=k8fqp">Pinterest Video Downloader</a>
    </td>
  </tr>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/reddit-video-downloader/logo.png" alt="Reddit Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/reddit-video-downloader?fpr=k8fqp">Reddit Video Downloader</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/snapchat-video-downloader/logo.png" alt="Snapchat Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/snapchat-video-downloader?fpr=k8fqp">Snapchat Video Downloader</a>
    </td>
  </tr>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/tiktok-video-downloader/logo.png" alt="TikTok Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/tiktok-video-downloader?fpr=k8fqp">TikTok Video Downloader</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/tumblr-video-downloader/logo.png" alt="Tumblr Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/tumblr-video-downloader?fpr=k8fqp">Tumblr Video Downloader</a>
    </td>
  </tr>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/twitch-video-downloader/logo.png" alt="Twitch Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/twitch-video-downloader?fpr=k8fqp">Twitch Video Downloader</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/vk-video-downloader/logo.png" alt="VK Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/vk-video-downloader?fpr=k8fqp">VK Video Downloader</a>
    </td>
  </tr>
  <tr>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/x-video-downloader/logo.png" alt="X Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/x-video-downloader?fpr=k8fqp">X (Twitter) Video Downloader</a>
    </td>
    <td>
      <img src="https://pub-211b17c814af4fb6993b1d9123aeed21.r2.dev/youtube-video-downloader/logo.png" alt="YouTube Video Downloader" height="19px" />
      <a href="https://apify.com/bytepulselabs/youtube-video-downloader?fpr=k8fqp">YouTube Video Downloader</a>
    </td>
  </tr>
</table>

### Your feedback

We're always working on improving our Actors' performance. If you have any technical feedback for LinkedIn Video Downloader or simply found a bug, please create an issue on the Actor's [Issues tab](https://apify.com/bytepulselabs/linkedin-video-downloader/issues?fpr=k8fqp) in Apify Console.

### FAQ

#### How can I use LinkedIn Video Downloader with the Apify API?

The Apify API gives you programmatic access to the Apify platform. [The API](https://apify.com/bytepulselabs/x-video-downloader/api?fpr=k8fqp) is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.

To access the API using Node.js, use the `apify-client` NPM package. To access the API using Python, use the `apify-client` PyPI package.

Check out the [Apify API reference](https://docs.apify.com/api/v2?fpr=k8fqp) docs for full details or click on the [LinkedIn Video Downloader API tab](https://apify.com/bytepulselabs/linkedin-video-downloader/api?fpr=k8fqp) for code examples.

#### How much does it cost to use LinkedIn Video Downloader?

LinkedIn Video Downloader uses the **Pay-per-event** pricing model, so your costs can be easily calculated: it will cost you **$0.006 for every time the Actor starts**. An additional **$0.06 is charged per every 10 MB video download**.

Given that with the [Apify Free plan](https://apify.com/pricing?fpr=k8fqp), you get **$5 in credits monthly for free**, this tool might be your best free LinkedIn video downloader of all.

# Actor input Schema

## `urls` (type: `array`):

URLs of the LinkedIn videos to download.

## `quality` (type: `string`):

Desired video quality to download.

## `proxy` (type: `object`):

Select proxies to be used by your downloader.

## Actor input object example

```json
{
  "urls": [
    {
      "url": "https://www.linkedin.com/posts/linkedin_are-you-struggling-to-find-your-next-gig-activity-7344462117049131012-yplQ/"
    }
  ],
  "quality": "480",
  "proxy": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `videos` (type: `string`):

No description

## `metadata` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "urls": [
        {
            "url": "https://www.linkedin.com/posts/linkedin_are-you-struggling-to-find-your-next-gig-activity-7344462117049131012-yplQ/"
        }
    ],
    "quality": "480",
    "proxy": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("bytepulselabs/linkedin-video-downloader").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "urls": [{ "url": "https://www.linkedin.com/posts/linkedin_are-you-struggling-to-find-your-next-gig-activity-7344462117049131012-yplQ/" }],
    "quality": "480",
    "proxy": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("bytepulselabs/linkedin-video-downloader").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "urls": [
    {
      "url": "https://www.linkedin.com/posts/linkedin_are-you-struggling-to-find-your-next-gig-activity-7344462117049131012-yplQ/"
    }
  ],
  "quality": "480",
  "proxy": {
    "useApifyProxy": false
  }
}' |
apify call bytepulselabs/linkedin-video-downloader --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=bytepulselabs/linkedin-video-downloader",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/ya5m4Jov9053eeojz/builds/7v7SVYTbtps4vcDku/openapi.json
