VOOZH about

URL: https://apify.com/pocesar/download-linkedin-video

โ‡ฑ LinkedIn Video Downloader ยท Apify


Pricing

$10.00/month + usage

Go to Apify Store

LinkedIn Video Downloader

Download Linkedin videos in bulk and save to Apify Key value store

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Paulo Cesar

Paulo Cesar

Maintained by Community

Actor stats

1

Bookmarked

190

Total users

2

Monthly active users

44 days

Issues response

a year ago

Last modified

Share

Download multiple videos on public posts to Apify Key value store

Supported URLs

  • https://www.linkedin.com/feed/update/...
  • https://www.linkedin.com/username/posts/...
  • https://www.linkedin.com/posts/...

Custom data

If you need to pass custom data to the output, set the userData object of the request in the startUrls array and it will be appended to the output

{
"startUrls":[{
"url":"https://www.linkedin.com/feed/update/...",
"userData":{
"userid":"6236572396729"
}
}]
}

Integration

Integrates with the https://apify.com/pocesar/merge-key-value-store-pieces to merge the output as one output for each chunks downloaded. Otherwise, check the way for doing this manually below.

Output

The generated output is the following:

{
"url": "https://www.linkedin.com/posts/apifytech_tech-cto-leadership-activity-6911945063627464704-LlVH", // original URL requested
"hash": "e74794b9", // the internal hash of the video, never changes between requests
"partsUrl": "https://api.apify.com/v2/key-value-stores/SOME_ID/records/e74794b9", // the URL to the Key Value store where the video parts are stored
"#error": false // hidden field if there was an error
}

The video is chunked in parts of ~2MB each and saved to the Key Value store. To be able to download it, you'll need to download all the parts and concatenate them together. Here's a small example that can be used in the browser:

const{ appendFileSync }=require('node:fs');
asyncfunctionmain(datasetId){
const items =awaitfetch(`https://api.apify.com/v2/datasets/${datasetId}/items?clean=true&format=json`).then((response)=> response.json());
const firstVideo = items[0].partsUrl;// partsUrl contains the location to the Key Value store
// get the parts from the Key value store
const{ parts, length, contentType }=awaitfetch(firstVideo).then((response)=> response.json());
console.log({ parts, length, contentType });
// wait for all parts to be downloaded
for(const url of parts){
// download part using fetch
const downloaded =awaitfetch(url);
// get an arrayBuffer from the chunk
const arrayBuffer =newUint8Array(await downloaded.arrayBuffer());
console.log(`Downloaded ${arrayBuffer.byteLength} bytes from ${url}`);
// write downloaded chunk to file
appendFileSync('video.mp4', arrayBuffer);
}
}
main('YOUR_DATASET_ID');

You might also like

LinkedIn Video Downloader

bytepulselabs/linkedin-video-downloader

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.

๐Ÿ‘ User avatar

BytePulse Labs

80

5.0

Tiktok video downloader

pocesar/download-tiktok-video

Download TikTok videos in bulk and save to Apify Key value store

531

2.8

Instagram Downloader API

elis/instagram-downloader-api

Download videos, photos, Reels, IGTV, Stories, and carousels from Instagram, Facebook, and Pinterest.

TikTok Video Downloader - Bulk Download TikTok Videos API

code-node-tools/tiktok-video-downloader

Bulk download TikTok videos without watermark from channels, playlists, or single URLs. Automate TikTok video downloads with proxy rotation and API access. Best yt-dlp alternative for mass TikTok scraping.

260

TikTok Video Downloader

truefetch/tiktok-video-downloader

Download any TikTok video in HD with no watermark, original audio, and creator details โ€” title, hashtags, play count, and like count. $0.05 metadata or $0.25 download.

128

4.3

TikTok Video Downloader(With No watermarks)

thenetaji/tiktok-video-downloader

The TikTok Video Downloader allows fast, high-quality downloads of TikTok videos without needing an account and without any watermarks. Ideal for content creators, it offers a user-friendly interface and simultaneous downloads with batch download support. Try now!

128

2.1

Video Transcriber: Instagram, X, Facebook, TikTok

invideoiq/video-transcriber

Retrieves transcripts from online video content from multiple plateforms (Instagram, X, ..) using speech-to-text models. It delivers outputs in JSON and LLM-ready formats, making it ideal for analytics, and AI-based applications. Perfect for research and building intelligent conversational agents

798

5.0

TikTok Video Downloader

dltik/tiktok-video-downloader

Download TikTok videos without watermark as MP4, convert TikTok to MP3 audio, or save photo slideshows as ZIP. Supports Douyin. No proxy needed, no login required. Returns the actual file in key-value store with full metadata (title, author, views, likes, duration).

Video Transcript Scraper

automation-lab/video-transcript-scraper

Extract transcripts and captions from YouTube, TikTok, Instagram Reels, and Facebook Reels. Get full text with timestamps. Supports 6+ languages.

๐Ÿ‘ User avatar

Stas Persiianenko

72

TikTok Video Downloader

epctex/tiktok-video-downloader

Download any videos from TikTok.com