Reddit Media Downloader ๐ŸŽฅ avatar
Reddit Media Downloader ๐ŸŽฅ

Pricing

$19.99/month + usage

Go to Apify Store
Reddit Media Downloader ๐ŸŽฅ

Reddit Media Downloader ๐ŸŽฅ

Extract and download high-quality videos, GIFs, and images from Reddit posts with ease. This actor handles v.redd.it links and provides multiple quality options, complete with audio streams. Perfect for content creators and Reddit media archiving! ๐ŸŽฅโœจ

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

4

Bookmarked

59

Total users

2

Monthly active users

a month ago

Last modified

Share

A powerful Apify actor that helps you download media content (videos, GIFs, images) from Reddit posts. Perfect for content creators, researchers, and Reddit enthusiasts! ๐Ÿš€

Features โœจ

  • ๐Ÿ“น Downloads high-quality videos from Reddit posts (including v.redd.it links)
  • ๐ŸŽต Extracts both video and audio streams
  • ๐Ÿ–ผ๏ธ Supports multiple media formats (MP4, GIF, JPG, etc.)
  • ๐Ÿ“Š Provides detailed media information (resolution, codec, bandwidth, etc.)
  • โšก Fast and efficient processing
  • ๐Ÿ”„ Handles multiple Reddit URLs in a single run

Input Parameters ๐Ÿ“

The actor accepts the following input parameters:

  • links: Array of Reddit post URLs to process (Required)

Output ๐Ÿ“ค

For each processed URL, the actor returns:

  • Original Reddit post URL
  • Direct media URLs with quality options
  • Media metadata (resolution, format, size)
  • Audio stream URL (if available)
  • Processing status and any error messages

Use Cases ๐Ÿ’ก

  • Content curation and archiving
  • Social media management
  • Research and data collection
  • Personal media collection

Limitations โš ๏ธ

  • Only works with public Reddit posts
  • Rate limiting may apply based on Reddit's API restrictions
  • Some media formats might not be supported

Input Example

A full explanation of an input example in JSON.

{
"links": [
"https://www.reddit.com/r/ChatGPT/comments/1iic23b/who_said_ai_videos_cant_do_physics/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button"
]
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"url": "https://www.reddit.com/r/ChatGPT/comments/1iic23b/who_said_ai_videos_cant_do_physics/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button",
"result": {
"url": "https://v.redd.it/uxn87kbz5che1",
"source": "redit",
"title": "Who said AI videos canโ€™t do physics?",
"thumbnail": "https://external-preview.redd.it/b2NyZWxzYXo1Y2hlMcdb_ntvmybgj68gq5AmSOZoZJOoXrdUbVjaw7jWCz9f.png?width=140&height=140&crop=140:140,smart&format=jpg&v=enabled&lthumb=true&s=ccf3c8760a8b947a02ec70082e259615006d0e2f",
"medias": [
{
"type": "video",
"maxquality": false,
"quality": "220p",
"url": "https://v.redd.it/uxn87kbz5che1/DASH_220.mp4",
"info": {
"bandwidth": "235138",
"codecs": "avc1.4d401e",
"frameRate": "15360/512",
"height": "392",
"id": "1",
"mimeType": "video/mp4",
"width": "220"
},
"extension": "mp4"
},
{
"type": "video",
"maxquality": false,
"quality": "270p",
"url": "https://v.redd.it/uxn87kbz5che1/DASH_270.mp4",
"info": {
"bandwidth": "417026",
"codecs": "avc1.4d401e",
"frameRate": "15360/512",
"height": "480",
"id": "2",
"mimeType": "video/mp4",
"width": "270"
},
"extension": "mp4"
},
{
"type": "video",
"maxquality": false,
"quality": "360p",
"url": "https://v.redd.it/uxn87kbz5che1/DASH_360.mp4",
"info": {
"bandwidth": "693810",
"codecs": "avc1.4d401e",
"frameRate": "15360/512",
"height": "640",
"id": "3",
"mimeType": "video/mp4",
"width": "360"
},
"extension": "mp4"
},
{
"type": "video",
"maxquality": false,
"quality": "480p",
"url": "https://v.redd.it/uxn87kbz5che1/DASH_480.mp4",
"info": {
"bandwidth": "1133992",
"codecs": "avc1.4d401f",
"frameRate": "15360/512",
"height": "854",
"id": "4",
"mimeType": "video/mp4",
"width": "480"
},
"extension": "mp4"
},
{
"type": "video",
"maxquality": false,
"quality": "720p",
"url": "https://v.redd.it/uxn87kbz5che1/DASH_720.mp4",
"info": {
"bandwidth": "1865362",
"codecs": "avc1.4d401f",
"frameRate": "15360/512",
"height": "1280",
"id": "5",
"mimeType": "video/mp4",
"width": "720"
},
"extension": "mp4"
},
{
"type": "audio",
"url": "https://v.redd.it/uxn87kbz5che1/DASH_AUDIO_128.mp4",
"quality": "audio",
"info": {
"contentType": "audio",
"id": "1",
"segmentAlignment": "true",
"startWithSAP": "1",
"subsegmentAlignment": "true",
"subsegmentStartsWithSAP": "1"
},
"extension": "mp3"
}
],
"type": "multiple",
"error": false,
"time_end": 1456
}
}
]