# Archive Niche Subreddit Videos for Research & Trend Analysis

**Use case:** 

Collect all new video posts from specific industry or hobby subreddits to monitor emerging trends and content styles. This supports market researchers and conte

## Input

```json
{
  "postUrls": [
    "https://www.reddit.com/r/HPVictus/comments/1r62x2u/whatchall_think/",
    "https://old.reddit.com/r/funny/comments/example/"
  ],
  "subreddits": [
    "dataisbeautiful",
    "MachineLearning",
    "gadgets",
    "futurology"
  ],
  "maxVideos": 20,
  "sort": "new",
  "timeFilter": "week",
  "quality": "720",
  "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.