Reddit Video, Image & GIF Downloader avatar

Reddit Video, Image & GIF Downloader

Pricing

from $0.0015 / item scraped

Go to Apify Store
Reddit Video, Image & GIF Downloader

Reddit Video, Image & GIF Downloader

Download Reddit videos, images and GIFs by post URL. Paste reddit.com or redd.it links and get ready-to-use download links β€” videos as a single playable MP4 with audio, images and galleries as direct links β€” one row per URL as JSON, CSV or Excel. Cheap, bulk, built for creators and n8n.

Pricing

from $0.0015 / item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Download Reddit media in bulk. Paste one or more Reddit post links and get a ready-to-use download link for each β€” plus the data behind the post: subreddit, title, author and media type. Reddit videos come back as a single playable MP4 with sound, images and galleries as direct links, and GIFs too. One tidy row per URL, ready to export as JSON, CSV or Excel.

This is the cheap, no-nonsense way to save Reddit videos, images and GIFs at scale for content creators, marketers, researchers and anyone building an automated media pipeline.

Why use this Reddit downloader

  • 🎬 Video with audio β€” Reddit stores each video and its sound as two separate streams. This downloader joins them back into one clean MP4 you can play or share right away.
  • πŸ–ΌοΈ Images & galleries β€” single image posts and multi-image gallery posts both return direct image links.
  • 🎞️ GIFs supported β€” GIF posts come back with a direct link too.
  • πŸ”— Any Reddit link β€” full reddit.com post URLs, old.reddit.com links and short redd.it/abc123 links all work, with or without a trailing slash.
  • 🧩 Raw streams included β€” the separate video-only and audio-only stream URLs are always returned as well, so nothing is lost if you want to handle them yourself.
  • πŸ“¦ Bulk in one run β€” drop in a whole list of URLs and get one clean record per post.
  • πŸ’Έ Cheapest per-post pricing β€” pay only for the posts you actually download, with volume discounts as you scale.
  • πŸ“€ Export anywhere β€” JSON, CSV or Excel, or pull straight from the dataset into your own tools, Make or n8n.

What you get

Each post is one dataset record like this:

{
"source": "reddit",
"inputUrl": "https://www.reddit.com/r/oddlysatisfying/comments/abc123/",
"postId": "abc123",
"subreddit": "oddlysatisfying",
"title": "This perfectly looping animation",
"author": "example_user",
"mediaType": "video",
"videoUrl": "https://v.redd.it/abc123/DASH_720.mp4",
"audioUrl": "https://v.redd.it/abc123/DASH_AUDIO_64.mp4",
"imageUrls": [],
"downloadUrl": "https://.../records/video-abc123.mp4",
"hasAudio": true,
"nsfw": false,
"status": "ready"
}

For an image post, mediaType is "image" (or "gallery" for multi-image posts), imageUrls holds the picture link(s) and downloadUrl points to the first image.

Input

Give the downloader a list of Reddit post URLs. That's it.

{
"postUrls": [
"https://www.reddit.com/r/oddlysatisfying/comments/abc123/",
"https://redd.it/xyz789"
],
"maxItems": 0
}
FieldDescription
postUrlsOne or more Reddit post URLs (required). Full reddit.com links, old.reddit.com links and short redd.it/… links all work. Plain strings or { "url": "..." } objects.
maxItemsMaximum number of posts to download (0 = no limit; process every URL).
proxyConfigurationOptional. Not needed for normal use β€” leave it off.

Output fields

FieldDescription
sourceAlways "reddit".
inputUrlThe URL you provided.
postIdReddit post ID.
subredditSubreddit the post belongs to.
titlePost title.
authorPost author's username.
mediaTypevideo, image, gif or gallery.
videoUrlVideo-only stream URL (for video posts).
audioUrlAudio-only stream URL, when the video has sound.
imageUrlsArray of image URLs for image and gallery posts.
downloadUrlBest single ready-to-use link: the combined MP4 for videos with sound, otherwise the video, GIF or image link.
hasAudiotrue when the video has an audio track.
nsfwtrue when the post is marked NSFW.
statusready when media was found and a download link is available, otherwise failed.

A note on Reddit videos

Reddit serves the picture and the sound of a video as two separate files. Many "downloaders" hand you a silent clip because of this. This tool combines the two back into a single MP4 with audio for you (downloadUrl), and still gives you both raw stream URLs (videoUrl, audioUrl) in case you want them.

Use cases

  • Save Reddit videos with sound β€” grab a playable MP4 for reposting, editing or archiving.
  • Collect images & galleries β€” pull every picture from image and gallery posts in one go.
  • Content research β€” capture titles, subreddits and authors across a batch of posts.
  • Automation β€” feed a list of URLs from a spreadsheet, Make or n8n and get structured records back with direct download links.

FAQ

Do Reddit videos come with sound? Yes. Reddit stores video and audio separately; this downloader joins them into one MP4 with audio, and also returns the separate streams.

Can I download many posts at once? Yes. Put as many URLs as you like in postUrls and you get one record per post.

Does it work with short links? Yes β€” redd.it/abc123 short links, old.reddit.com links and full URLs are all accepted.

What about image galleries? Fully supported. mediaType is gallery and every image URL is returned in imageUrls.

Do I need a proxy? No. Proxy is optional and off by default.

How much does it cost? Pay-per-event: a tiny charge per run plus a small charge per post downloaded, with tier discounts as your volume grows. See the Pricing tab for current rates.

Notes

This tool retrieves media and public metadata for Reddit posts whose URLs you provide. It is an independent tool and is not affiliated with, endorsed by or connected to Reddit; all names and trademarks belong to their respective owners. Only download content you own or have the right to use, and respect Reddit's terms and applicable copyright law. Public content only.