All Video Downloader avatar
All Video Downloader

Pricing

$2.00 / 1,000 results

Go to Apify Store
All Video Downloader

All Video Downloader

Developed by

Åndry RL

Åndry RL

Maintained by Community

🚀 Universal Video Extractor – Download in 1 click from YouTube, TikTok, Instagram, Facebook, X, and more. Full metadata, direct HD/audio links, private video support. Perfect for devs, marketers, and API automation. 🔥

1.5 (2)

Pricing

$2.00 / 1,000 results

2

33

20

Last modified

23 days ago

🎬 All Video Downloader Wrapper - Professional Documentation

📌 Overview

This Apify wrapper allows you to easily extract and download videos and audio files from major platforms like YouTube, TikTok, Facebook, Instagram, and more. Designed for developers, it simplifies media retrieval by providing complete metadata and download links in a clean, structured format.


✨ Key Features

  • 📦 Simplicity: Provide just the video URL and receive detailed metadata + download links in seconds.
  • 🎛️ Advanced Control:
    • Supports audio-only or video+audio formats.
    • Full technical details (vcodec, vbr, resolution, format_note).
    • Limit returned formats via the max_formats parameter.
  • 🔐 Security:
    • Cookie-compatible for private/restricted videos (e.g., Instagram).
  • 💵 Transparent Pricing:
    • Fixed cost of $3 per 1000 formats returned (e.g., 10 formats = $0.03).

📥 Input Requirements

Input Format (JSON)

{
"url": "https://www.youtube.com/watch?v=IxKZYVmW2Bk",
"cookies": "sessionid=abc; csrftoken=def",
"max_formats": 5
}

Parameters

FieldTypeRequiredDescription
urlstringPublic or private video URL.
cookiesstringCookie string for authenticated/restricted videos.
max_formatsintegerMax formats to return (default: 10).

📤 Output Format

Example Output

{
"title": "A Ram Sam Sam 👏👏 + Zigalou",
"uploader": "LooLoo Kids Français",
"upload_date": "20230314",
"id": "IxKZYVmW2Bk",
"view_count": 79758819,
"thumbnail": "https://i.ytimg.com/vi/IxKZYVmW2Bk/maxresdefault.jpg",
"formats": [
{
"format": "134 - 360p",
"format_note": "medium",
"resolution": "640x360",
"vcodec": "avc1.4d401e",
"vbr": 300.5,
"url": "https://example.com/file.mp4"
}
],
"price_info": {
"price_usd_per_1000_formats": 3,
"formats_returned": 10,
"estimated_cost_usd": 0.03
}
}

Field Descriptions

  • Metadata: Title, uploader, upload date, view count, thumbnail, etc.
  • Formats: List of available formats with technical details.
  • Cost Estimate: Transparent pricing information.

💡 Developer Tips

  • 🔁 Integration:
    • Use the HTTP API or Apify SDK for programmatic calls.
  • 📁 Storage:
    • Results are stored in the Dataset tab for reliable access (even for large files).
  • 🧪 Compatibility:
    • Easily integrate into frontend, backend, or automation pipelines.

💵 Pricing & Quotas

  • Cost: $3 per 1000 formats returned.
  • Examples:
    • 20 formats = $0.06.
    • 0 formats = free.
  • No hidden fees or subscriptions.

👨‍💻 Maintainer

Developed by ANDRY RL
🌐 https://andryerics.com
Need custom automations, APIs, or dashboards? Contact me!


🛡️ Security: This actor has no third-party dependencies. All processing is internal and secure.