YouTube Audio/Video Downloader (M4A/360p) avatar

YouTube Audio/Video Downloader (M4A/360p)

Deprecated

Pricing

Pay per event

Go to Apify Store
YouTube Audio/Video Downloader (M4A/360p)

YouTube Audio/Video Downloader (M4A/360p)

Deprecated

Paste a YouTube video URL and get direct download link (audio/video). No login needed.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Priyanshu

Priyanshu

Maintained by Community

Actor stats

2

Bookmarked

13

Total users

0

Monthly active users

9 months ago

Last modified

Share

📥 YouTube Downloader Actor (Audio/Video)

This Apify actor allows you to extract direct download links for YouTube videos, either in audio or 360p video format. It's ideal for automating content extraction from YouTube for personal use or integration into larger workflows.


🚀 Features

  • 🔗 Extracts download link directly via API
  • 🎵 Supports audio (128kbps M4A)
  • 🎥 Supports video (360p MP4)
  • 🖼️ Returns metadata: title, thumbnail, views, likes, duration, etc.
  • 🔐 Requires no API key when used from within Apify

🛠️ Input Schema

FieldTypeRequiredDescription
videoUrlString✅ YesFull YouTube video URL
typeString❌ Noaudio (default) or video

🧪 Example Input

{
"videoUrl": "https://www.youtube.com/watch?v=kJQP7kiw5Fk",
"type": "audio"
}

📤 Sample Output

{
"title": "Luis Fonsi - Despacito ft. Daddy Yankee",
"description": "...",
"likes": "54M",
"views": "8,750.1M",
"type": "Audio",
"mediaThumbnail": "https://i.ytimg.com/vi/kJQP7kiw5Fk/sddefault.jpg",
"mediaQuality": "128K",
"mediaDuration": "00:04:41",
"mediaExtension": "M4A",
"mediaFileSize": "4.34 MB",
"downloadUrl": "https://priyanshuapi.xyz/download/..."
}

📦 Tech Stack


🔐 Notes

  • Internally protected with API key, but Apify runs auto-authenticated — you don’t need to pass any API key manually.
  • For external use, contact Priyanshu for API access.

🧠 Tips

  • Add pushData() to also save to dataset (optional).
  • Actor works well in sequences (e.g., crawler → extractor → downloader).

🤝 Author

Made with ❤️ by Priyanshu Rajput

Want a custom downloader? Reach out!