Video Downloader ProπŸ”₯ avatar
Video Downloader ProπŸ”₯

Pricing

$19.99/month + usage

Go to Store
Video Downloader ProπŸ”₯

Video Downloader ProπŸ”₯

Developed by

MarketingMe

MarketingMe

Maintained by Community

🎬Professional Video Downloader - Download videos from YouTube, TikTok, Instagram, Twitter/X, Facebook, Reddit + 1000 platforms. Get original quality videos WITHOUT watermarks. Fast video downloader with metadata extraction, thumbnails, and subtitles.

5.0 (2)

Pricing

$19.99/month + usage

0

Total users

9

Monthly users

9

Runs succeeded

>99%

Last modified

6 hours ago

You can access the Video Downloader ProπŸ”₯ programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1import { ApifyClient } from 'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client = new ApifyClient({
6 token: '<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input = {
11 "video_urls": [
12 "https://www.youtube.com/watch?v=ehdGa7BRwd4&ab_channel=OpenAI",
13 "https://x.com/OpenAI/status/1932166285447856130",
14 "https://www.tiktok.com/@openai/video/7368539099893927214",
15 "https://www.instagram.com/reel/DLX7Zycy5nN/",
16 "https://www.facebook.com/100063650346899/videos/683716494304295",
17 "https://www.reddit.com/r/OpenAI/comments/1ll3lpx/anthropics_jack_clark_testifying_in_front_of/",
18 "https://www.pornhub.com/view_video.php?viewkey=66313117ad2ed",
19 "https://www.espn.com/video/clip/_/id/45566006"
20 ],
21 "proxyConfiguration": {
22 "useApifyProxy": true,
23 "apifyProxyGroups": [],
24 "apifyProxyCountry": "US"
25 }
26};
27
28// Run the Actor and wait for it to finish
29const run = await client.actor("marketingme/video-downloader-pro").call(input);
30
31// Fetch and print Actor results from the run's dataset (if any)
32console.log('Results from dataset');
33console.log(`πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
34const { items } = await client.dataset(run.defaultDatasetId).listItems();
35items.forEach((item) => {
36 console.dir(item);
37});
38
39// πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/js/docs

Video Downloader Pro - YouTube TikTok Instagram Twitter API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Video Downloader ProπŸ”₯ API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.

Install the apify-client

$npm install apify-client

Other API clients include: