Universal Content Extractor avatar
Universal Content Extractor

Pricing

$5.00 / 1,000 results

Go to Store
Universal Content Extractor

Universal Content Extractor

Developed by

AutomateLab

AutomateLab

Maintained by Community

Download videos, images & audio from 30+ platforms: TikTok, YouTube, Instagram, Facebook & more! Features watermark removal, YouTube cookie auth, cloud storage with 7-day URLs. Production-ready with robust error handling & batch processing.

0.0 (0)

Pricing

$5.00 / 1,000 results

0

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

a day ago

Download videos, images, and audio from 30+ platforms including TikTok, YouTube, Instagram, Facebook, Twitter, Reddit, and more!

Features

  • 🌐 30+ Supported Platforms - YouTube, TikTok, Instagram, Facebook, Twitter, Reddit, Twitch, Vimeo, and many more
  • 📹 Video Downloads - Download videos in various qualities (1080p, 720p, 480p, 360p)
  • 🎵 Audio Extraction - Extract audio from videos as MP3 or M4A
  • 🚫 Watermark Removal - Remove watermarks from TikTok videos
  • 🔐 Authentication Support - Use browser cookies for restricted content
  • 📦 Batch Processing - Process multiple URLs in one run
  • ☁️ Cloud Storage - Automatic upload with 7-day download links
  • 🌍 Proxy Support - Built-in proxy configuration for geo-restricted content

Input Schema

{
"urls": [
"https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"https://www.tiktok.com/@username/video/123456789"
],
"downloadOptions": {
"quality": "best",
"format": "mp4",
"audioOnly": false,
"removeWatermark": false
},
"authentication": {
"cookies": "# Netscape HTTP Cookie File..."
},
"maxItems": 100
}

Usage

  1. Basic usage - Just provide URLs:

    {
    "urls": ["https://www.youtube.com/watch?v=dQw4w9WgXcQ"]
    }
  2. Download audio only:

    {
    "urls": ["https://www.youtube.com/watch?v=dQw4w9WgXcQ"],
    "downloadOptions": {
    "audioOnly": true,
    "format": "mp3"
    }
    }
  3. Download TikTok without watermark:

    {
    "urls": ["https://www.tiktok.com/@username/video/123"],
    "downloadOptions": {
    "removeWatermark": true
    }
    }

Authentication

For restricted content (age-restricted YouTube videos, private Instagram posts, etc.), provide browser cookies in Netscape format:

  1. Install a browser extension like "Get cookies.txt"
  2. Visit the platform while logged in
  3. Export cookies and paste them in the authentication.cookies field

Output

Results are saved to the dataset with the following structure:

{
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"platform": "youtube",
"success": true,
"downloadUrl": "https://api.apify.com/v2/key-value-stores/.../records/...",
"metadata": {
"title": "Video Title",
"duration": 212,
"uploader": "Channel Name",
"format": "mp4"
}
}

Supported Platforms

  • Video: YouTube, TikTok, Instagram, Facebook, Twitter, Reddit, Twitch, Vimeo, Dailymotion
  • Audio: SoundCloud, Spotify, Bandcamp, Mixcloud
  • Images: Pinterest, Tumblr, Flickr, Imgur, 9GAG
  • Other: LinkedIn, Snapchat, TED, Bilibili, Douyin, Weibo, and more!

Notes

  • Download URLs are valid for 7 days
  • Maximum file size depends on your Apify plan
  • Some platforms may require authentication for certain content
  • Respect copyright and terms of service of the platforms

Development

Built with TypeScript and uses yt-dlp for media extraction.