# Reddit Trending Posts United Kingdom Scraper

**Use case:** 

Pull the trending Reddit posts in the United Kingdom from r/popular with rank, title, subreddit and score.

## Input

```json
{
  "source": "popular",
  "country": "GB",
  "sort": "hot",
  "timeFilter": "day",
  "withDetails": true,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Thumb",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "numComments": {
    "label": "Comments",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "permalink": {
    "label": "Permalink",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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