# Reddit Oddlysatisfying Videos & GIFs Scraper

**Use case:** 

Collect satisfying videos and GIFs from r/oddlysatisfying with source URLs, titles, scores and authors for social video feeds.

## Input

```json
{
  "maxMedia": 50,
  "subreddits": [
    "oddlysatisfying"
  ],
  "postUrls": [],
  "sort": "top",
  "timeFilter": "week",
  "mediaTypes": [
    "video",
    "gif"
  ],
  "includeExternal": true
}
```

## Output

```json
{
  "mediaUrl": {
    "label": "Media",
    "format": "image"
  },
  "mediaType": {
    "label": "Type",
    "format": "text"
  },
  "sourceDomain": {
    "label": "Source",
    "format": "text"
  },
  "postTitle": {
    "label": "Post",
    "format": "text"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "permalink": {
    "label": "Permalink",
    "format": "link"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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