# Reddit Videos and GIFs Scraper r/aww

**Use case:** 

Pull videos and gifs from r/aww with direct media URLs, post title, author and engagement scores.

## Input

```json
{
  "maxItems": 50,
  "subreddits": [
    "aww"
  ],
  "postUrls": [],
  "sort": "hot",
  "timeFilter": "week",
  "mediaTypes": [
    "video",
    "gif"
  ],
  "includeExternal": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## 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](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.