# Reddit UGC Video Swipe File for Ad Creative

**Use case:** 

Ecommerce marketers get a swipe file of authentic product and gadget videos from Reddit to model high-converting UGC-style ad creative.

## Input

```json
{
  "sources": [
    "r/ProductPorn",
    "r/BuyItForLife",
    "r/gadgets"
  ],
  "sort": "top",
  "time": "year",
  "maxPostsPerSource": 50,
  "downloadVideos": true,
  "minDurationSeconds": 0,
  "maxDurationSeconds": 120,
  "dedupeAcrossRuns": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "subreddit": {
    "label": "Sub",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "resolution": {
    "label": "Res",
    "format": "text"
  },
  "durationSeconds": {
    "label": "Dur (s)",
    "format": "number"
  },
  "hasAudio": {
    "label": "Audio",
    "format": "boolean"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  },
  "url": {
    "label": "Post",
    "format": "link"
  }
}
```

## About this Actor

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