# Universal Video Downloader - YouTube, TikTok, IG & 1000+ Sites (`convertfleetdotonline/video-downloader`) Actor

Get direct downloadable URLs for video and audio from 1000+ supported sites including YouTube, TikTok, Instagram, Facebook, X (Twitter), Reddit, and Vimeo. Powered by the Apify API.

- **URL**: https://apify.com/convertfleetdotonline/video-downloader.md
- **Developed by:** [Hasnain Nisar](https://apify.com/convertfleetdotonline) (community)
- **Categories:** Videos, Social media
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

$0.99 / 1,000 video resolveds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## Universal Video Downloader - YouTube, TikTok, Instagram, Facebook, X (Twitter) & 1000+ sites

**Get direct downloadable URLs for video and audio from any of 1,000+ supported sites.** Drop in any video URL — YouTube, TikTok, Instagram, Facebook, X (Twitter), Reddit, Vimeo, Twitch, Dailymotion — and get back a clean list of MP4, WebM and audio download links sorted by quality.

### What this Video Downloader does

For every URL you give it, the actor returns:

- **Best combined download URL** (video + audio in a single MP4)
- **Best video-only URL** (highest resolution available, no audio)
- **Best audio URL** (highest-bitrate MP3/M4A/Opus)
- A full list of every available format with resolution, bitrate, file size, and codec
- Title, thumbnail, duration, uploader, and platform metadata

You can hand the URLs to any HTTP client, browser, ffmpeg pipeline, or download manager. **No API key required.**

### Supported sites

The same engine that powers `yt-dlp` (1,800+ extractors). The most popular include:

- YouTube, YouTube Shorts, YouTube Music
- TikTok
- Instagram (Reels, Stories, IGTV, posts)
- Facebook (videos, reels, watch)
- X / Twitter
- Reddit
- Vimeo
- Twitch (clips, VODs)
- Dailymotion
- Snapchat (public spotlight)
- Bilibili
- LinkedIn
- Streamable
- ... and 1,000+ more

### Why use this Universal Video Downloader?

- **One actor, every platform** — stop juggling site-specific tools
- **No watermarks** — formats come straight from the source CDN
- **Auto-quality selection** — best combined / video-only / audio-only resolved for you
- **Bulk downloading** — pass an array of URLs, get back every format URL
- **No login or cookies needed** for public videos
- **Direct CDN URLs** — pipe straight into ffmpeg, S3, or your client

### Use cases

- **Content archival** — back up your own videos across platforms
- **Cross-posting workflows** — fetch from TikTok, repost to YouTube Shorts
- **Audio-to-podcast pipelines** — pull MP3 audio from interviews and lectures
- **Video research** — bulk-download for analysis, transcription, or training
- **Creator tooling** — power your own download UI without rebuilding yt-dlp

### Input

```json
{
    "videoUrls": [
        "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
        "https://www.tiktok.com/@user/video/123",
        "https://www.instagram.com/reel/abc/",
        "https://www.facebook.com/watch?v=123",
        "https://x.com/user/status/123"
    ]
}
````

### Output

Each dataset record:

```json
{
    "title": "Video title",
    "thumbnail": "https://…",
    "duration": 213,
    "duration_string": "3:33",
    "uploader": "Channel name",
    "platform": "Youtube",
    "audio_url": "https://… (best audio direct URL)",
    "formats": [
        {
            "format_id": "137",
            "type": "video",
            "ext": "mp4",
            "height": 1080,
            "quality": "1080p",
            "filesize": 31456789,
            "has_audio": false,
            "url": "https://…"
        },
        {
            "format_id": "140",
            "type": "audio",
            "ext": "m4a",
            "quality": "128kbps",
            "filesize": 3145678,
            "url": "https://…"
        }
    ]
}
```

### How it works

The actor uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) — the open-source standard for video URL extraction. Every supported platform is handled by a maintained extractor that mirrors how the official browser player works. You get the same direct CDN URLs the platform itself serves to its users.

### Cost & speed

Resolving format URLs is fast — typically 2–5 seconds per URL — and uses minimal memory (under 256 MB). You only pay for compute time.

### Related actors

- **YouTube Downloader** — YouTube-only, optimised prefill
- **Instagram Downloader** — Instagram Reels, Stories, IGTV
- **TikTok Downloader** — TikTok videos with no watermark
- **Facebook Downloader** — Facebook videos, reels, watch
- **Snapchat Downloader** — Snapchat Spotlight public videos

### FAQ

**Q: Are downloaded URLs permanent?**
No. Most platforms sign URLs with a time-limited token (typically 6–24 hours). Use them quickly or re-resolve.

**Q: Does the actor download the actual file?**
No — it returns the direct URL. You handle the download with `curl`, `wget`, `ffmpeg`, or any HTTP client. This keeps the actor cheap and fast, and lets you stream straight into your storage.

**Q: Does it strip the TikTok watermark?**
TikTok URLs returned are the source files; whether they include a watermark depends on TikTok's current behavior, which varies.

**Q: Does it work for private or login-walled videos?**
No. Only public videos are supported.

**Q: Is this legal?**
You are responsible for complying with the source platform's Terms of Service and your local copyright laws. Personal-use, fair-use, and downloading your own content are typically fine — re-uploading copyrighted material is not.

# Actor input Schema

## `videoUrls` (type: `array`):

One or more video URLs from YouTube, TikTok, Instagram, Facebook, X (Twitter), Reddit, Vimeo, Twitch, or any of the 1000+ sites yt-dlp supports.

## `proxyConfiguration` (type: `object`):

Routes yt-dlp through Apify Proxy. Residential proxies bypass platform IP blocks.

## `cookies` (type: `string`):

Netscape-format cookies.txt content. Required for private/age-gated posts. Export with 'Get cookies.txt' browser extension.

## Actor input object example

```json
{
  "videoUrls": [
    "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "cookies": ""
}
```

# 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 = {
    "videoUrls": [
        "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("convertfleetdotonline/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 = {
    "videoUrls": ["https://www.youtube.com/watch?v=dQw4w9WgXcQ"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("convertfleetdotonline/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 '{
  "videoUrls": [
    "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call convertfleetdotonline/video-downloader --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Universal Video Downloader - YouTube, TikTok, IG & 1000+ Sites",
        "description": "Get direct downloadable URLs for video and audio from 1000+ supported sites including YouTube, TikTok, Instagram, Facebook, X (Twitter), Reddit, and Vimeo. Powered by the Apify API.",
        "version": "0.1",
        "x-build-id": "hv5kY8gAbdrhhpuVo"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/convertfleetdotonline~video-downloader/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-convertfleetdotonline-video-downloader",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/convertfleetdotonline~video-downloader/runs": {
            "post": {
                "operationId": "runs-sync-convertfleetdotonline-video-downloader",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/convertfleetdotonline~video-downloader/run-sync": {
            "post": {
                "operationId": "run-sync-convertfleetdotonline-video-downloader",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "videoUrls"
                ],
                "properties": {
                    "videoUrls": {
                        "title": "Video URLs",
                        "type": "array",
                        "description": "One or more video URLs from YouTube, TikTok, Instagram, Facebook, X (Twitter), Reddit, Vimeo, Twitch, or any of the 1000+ sites yt-dlp supports.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Routes yt-dlp through Apify Proxy. Residential proxies bypass platform IP blocks.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    },
                    "cookies": {
                        "title": "Cookies (optional)",
                        "type": "string",
                        "description": "Netscape-format cookies.txt content. Required for private/age-gated posts. Export with 'Get cookies.txt' browser extension.",
                        "default": ""
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
