Reddit Video Downloader avatar

Reddit Video Downloader

Pricing

$5.99/month + usage

Go to Apify Store
Reddit Video Downloader

Reddit Video Downloader

Download public Reddit video metadata and direct media links in structured JSON using this fast Apify Actor. Extract titles, authors, duration, resolution, video & audio URLs from multiple Reddit posts in one run for automation, analytics, or archiving.

Pricing

$5.99/month + usage

Rating

5.0

(1)

Developer

Alpha Scraper

Alpha Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share


🚀 Reddit Video Downloader — Apify Actor

Download public Reddit video metadata and direct media links from one or multiple Reddit posts with ease. This Actor helps automate video collection workflows, research pipelines, monitoring tasks, and archiving needs.

Built for speed, reliability, and clean structured output — perfect for developers, analysts, content teams, and automation workflows.

Works with public posts from Reddit and runs seamlessly on the Apify platform.


📌 What This Actor Does

This Actor collects publicly available video post data from Reddit URLs you provide and returns structured results containing:

  • 🎬 Direct video file URL
  • 🔊 Separate audio URL (if available)
  • 🧾 Post metadata
  • 🏷️ Subreddit info
  • 👤 Author details
  • ⏱️ Duration and resolution

It supports processing multiple Reddit URLs in one run.


📦 What Data This Actor Provides

For every Reddit video URL, the Actor returns:

  • Post information
  • Media download links
  • Basic engagement info
  • Technical video attributes

All outputs are returned in structured JSON format ready for automation pipelines, APIs, databases, or workflows.


📊 Output Fields Explained

Each result contains:

FieldDescription
post_urlOriginal Reddit post link
post_idUnique Reddit post identifier
titlePost title text
authorUsername of the post creator
subredditSubreddit name where the video was posted
scoreEngagement score or rating value
durationVideo length in HH:MM:SS format
format_idMedia format identifier
video_urlDirect downloadable video file URL
audio_urlSeparate audio file URL if available
audio_urlaudio + video file URL if available
resolutionVideo resolution (width × height)

🌟 Features & Overview

  • ✅ Supports multiple Reddit URLs in one run
  • ✅ Returns direct media download links
  • ✅ Clean structured JSON output
  • ✅ Works with public Reddit video posts
  • ✅ Provides both video and audio sources when available
  • ✅ Ideal for automation, archiving, or research workflows
  • ✅ Designed for reliability and consistent results

🎯 Benefits & Advantages

  • ✔️ Save hours of manual downloading
  • ✔️ Automate Reddit video collection pipelines
  • ✔️ Use structured data for analytics or monitoring
  • ✔️ Integrate with APIs, storage systems, or dashboards
  • ✔️ Retrieve both metadata and media links together
  • ✔️ Reduce manual errors and missing fields

🧾 Input Example

{
"startUrls": [
{
"url": "https://www.reddit.com/r/CringeTikToks/comments/1pksbyb/japanese_female_tourist_in_india_holi_festival/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button"
},
{
"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"
}
]
}
  • You can add as many Reddit post URLs as needed.

📤 Output Example

[
{
"post_url": "https://www.reddit.com/r/indiegames/comments/1r5mcqb/were_making_a_game_in_which_you_curb_unacceptable/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button",
"post_id": "1r5mcqb",
"title": "We’re making a game in which you curb unacceptable behaviour with foo...",
"author": "Primary-Proof-2358",
"subreddit": "indiegames",
"score": 5024,
"duration": "00:00:28",
"format_id": "fallback+dash-7",
"video_url": "https://v.redd.it/lwosb7ozbpjg1/CMAF_1080.mp4?source=fallback",
"audio_url": "https://v.redd.it/lwosb7ozbpjg1/CMAF_AUDIO_128.mp4",
"merged_video_url": "https://v.redd.it/lwosb7ozbpjg1/HLSPlaylist.m3u8?a=1774048195%2COTQ4MDcyMDU3N2ViNzA0M2RmMDMwYTMxODMwNDliYTJkOGMyMGVlZWMyZjhmZWFlNTk1NGVjMjNmYWFhY2JkNA%3D%3D&v=1&f=sd%2CsubsAll",
"resolution": "1920x1080"
},
{
"post_url": "https://www.reddit.com/r/CringeTikToks/comments/1pksbyb/japanese_female_tourist_in_india_holi_festival/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button",
"post_id": "1pksbyb",
"title": "Japanese female tourist in India Holi Festival",
"author": "Strong-Emu-8869",
"subreddit": "CringeTikToks",
"score": 26733,
"duration": "00:00:24",
"format_id": "hls-2229+dash-6",
"video_url": "https://v.redd.it/bnxy3nho2s6g1/CMAF_720.mp4",
"audio_url": "https://v.redd.it/bnxy3nho2s6g1/CMAF_AUDIO_128.mp4",
"merged_video_url": "https://v.redd.it/bnxy3nho2s6g1/HLSPlaylist.m3u8?a=1774048200%2COWViY2FmNDBjODBkODVhZTQ2ZWE1NDAzOTZiMzRjOWYwNzFkOTFjZWJhYjJlNzQ3NGFjNTdiM2UyNDk2NDRmMg%3D%3D&v=1&f=sd%2CsubsAll",
"resolution": "720x1280"
}
]

🧠 Best Practices for Using This Actor

  • 💡 Provide full Reddit post URLs (not shortened links)
  • 💡 Ensure posts are public and accessible
  • 💡 Add multiple URLs to process them in one run
  • 💡 Re-run the Actor if a post temporarily fails to load
  • 💡 Store results immediately for backup workflows

⚠️ Possible Errors & How to Avoid Them

❌ Private or removed posts

  • ✔️ Only use publicly accessible Reddit links

❌ Invalid URLs

  • ✔️ Double-check the post URL format

❌ Temporary access issues

  • ✔️ Re-run the Actor to retrieve full results

❌ Missing media

  • ✔️ Some posts may not contain downloadable video formats

🏁 Summary

The Reddit Video Downloader Actor is a powerful automation tool for collecting Reddit video metadata and media links at scale.

It is ideal for:

  • Data collection pipelines
  • Media archiving workflows
  • Content monitoring systems
  • Research and analytics tasks
  • Automation integrations

Simple input, structured output, and reliable processing make it a strong addition to any Apify automation stack.



Here my another actors:

Youtube Iteams:

Tiktok Iteams:

Snapchat Iteams:

Instagram Iteams:

Facebook Iteams:

Amazon Iteams: