Video Downloader avatar

Video Downloader

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Video Downloader

Video Downloader

Under maintenance

Download public videos and audio from the most popular social platforms. Supports, TikTok, Instagram, and Facebook. Choose between video quality (480p, 720p, 1080p) or extract audio as MP3. Simple, fast, and reliable.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Eduardo Aquino

Eduardo Aquino

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

🎬 Video Downloader β€” TikTok, Instagram & Facebook

Download videos and audio from the most popular social platforms β€” no accounts, no configurations, no hassle. Just paste the link and get your file.


πŸš€ What does this Actor do?

Paste any video link and get a direct download file in seconds. No accounts needed, no extra steps, no redirects. Supports:

  • TikTok β€” Public videos without watermark
  • Instagram β€” Reels and public posts
  • Facebook β€” Public videos and reels

The result is a direct download link that you can click and save immediately.


πŸ“₯ Input

FieldTypeRequiredDescription
videoUrlStringβœ… YesFull URL of the video you want to download
qualitySelectNoVideo quality: 480p, 720p (default), 1080p, or best
audioOnlyBooleanNoSet to true to download only the audio as MP3 (default: false)

Example Input

{
"videoUrl": "https://www.tiktok.com/@user/video/123456789",
"quality": "720p",
"audioOnly": false
}

πŸ“€ Output

Each run produces a dataset record with the following fields:

FieldDescription
titleReal title of the video as published on the platform
platformSource platform (tiktok, instagram, facebook)
qualityQuality downloaded (e.g. 720p or audio-mp3)
size_mbFile size in megabytes
durationDuration in seconds
file_urlDirect download link β€” click to save the file

Example Output

{
"title": "My TikTok Video",
"platform": "tiktok",
"quality": "720p",
"size_mb": 8.3,
"duration": 30,
"file_url": "https://api.apify.com/v2/key-value-stores/abc123/records/My_TikTok_Video.mp4"
}

βš™οΈ Quality Options

OptionBest for
480pFast downloads, mobile viewing, smaller file size
720pBest balance between quality and size βœ… Recommended
1080pFull HD, larger files, slower download
bestHighest available quality on the platform

🎡 Audio Only Mode

Enable audioOnly to get just the audio as an MP3 file. Great for:

  • Podcasts and interviews
  • Music and covers
  • Voiceovers and narrations

Audio files are significantly smaller than video, which means faster processing and lower resource consumption.


πŸ›‘οΈ Limits & Fair Use

To ensure stable performance for all users, this Actor enforces the following limits:

  • Maximum video duration: 30 minutes
  • Supported formats: MP4 (video), MP3 (audio)
  • Supported platforms: TikTok, Instagram, Facebook (public content only)

⚠️ This Actor only works with publicly accessible content. Private videos and region-locked videos may not be available.


πŸ’‘ Tips for Best Results

  • Use the direct video URL, not a profile or explore page URL
  • For TikTok, use the full URL when possible
  • For Instagram, make sure the post is public
  • If a video fails, try switching quality to best instead of a fixed resolution

πŸ“Š Resource Usage

This Actor consumes Apify platform resources (compute + storage) from your account balance. Estimated usage per run:

Content TypeApprox. Cost
Short video (< 5 min, 720p)Very low
Medium video (5–15 min, 720p)Low
Long video (15–30 min, 1080p)Medium
Audio only (any duration)Very low

Using proxies is optional but may improve success rates on geo-restricted content.


❓ FAQ

Q: Does it work with private videos? No. Only publicly accessible content is supported.

Q: How long is the download link valid? The link remains active as long as the Run data is stored in your Apify account. You can configure data retention in your account settings.

Q: Can I download a full playlist or profile? Not in the current version. This Actor is designed for single video downloads.

Q: The download failed β€” what do I do? Check that the URL is correct and the content is public. If the issue persists, the platform may be temporarily blocking requests β€” try again in a few minutes.

Q: Is YouTube supported? Not in the current version.


πŸ“¬ Support

Found a bug or have a feature request? Use the Issues section on this Actor's page to get in touch.