All Video Downloader avatar
All Video Downloader

Pricing

$2.00 / 1,000 formats

Go to 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. ๐Ÿ”ฅ

5.0 (1)

Pricing

$2.00 / 1,000 formats

1

Total users

3

Monthly users

3

Runs succeeded

75%

Last modified

8 hours 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
urlstringโœ…Public or private video URL.
cookiesstringโŒCookie string for authenticated/restricted videos.
max_formatsintegerโŒMax 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.