# Reddit Trending Posts Brazil Scraper

**Use case:** 

Scrape trending r/popular posts for Brazil with titles, scores, subreddits and authors for local trend and content research.

## Input

```json
{
  "maxPosts": 25,
  "source": "popular",
  "country": "BR",
  "sort": "hot",
  "timeFilter": "day",
  "withDetails": true
}
```

## 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 (r/popular, r/all)](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.