# Download Top Viral Reddit Videos for Content Curation

**Use case:** 

Automatically download the highest-performing videos from popular subreddits to fuel your social media strategy. This task helps content creators and marketers 

## Input

```json
{
  "postUrls": [
    "https://www.reddit.com/r/HPVictus/comments/1r62x2u/whatchall_think/",
    "https://old.reddit.com/r/funny/comments/example/"
  ],
  "subreddits": [
    "funny",
    "videos",
    "aww",
    "nextfuckinglevel",
    "MadeMeSmile"
  ],
  "maxVideos": 20,
  "sort": "top",
  "timeFilter": "week",
  "quality": "best",
  "includeAudio": true
}
```

## Output

```json
{
  "post_id": {
    "label": "Post ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subreddit_prefixed": {
    "label": "Subreddit",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "resolution": {
    "label": "Resolution",
    "format": "text"
  },
  "download_status": {
    "label": "Status",
    "format": "text"
  },
  "download_url": {
    "label": "Download Link",
    "format": "link"
  },
  "filename": {
    "label": "Filename",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Video Downloader](https://apify.com/crawlerbros/reddit-video-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/reddit-video-downloader) to learn more, explore other use cases, and run it yourself.