# r/personalfinance Top Monthly Posts Reddit

**Use case:** 

Collect the top monthly posts from r/personalfinance with scores, authors and full text for research.

## Input

```json
{
  "maxPosts": 10,
  "withDetails": true,
  "subreddits": [
    "personalfinance"
  ],
  "postUrls": [],
  "sort": "top",
  "timeFilter": "month"
}
```

## 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 Posts Scraper: Full Text, Scores & Awards](https://apify.com/scrapers_lat/reddit-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/reddit-posts-scraper) to learn more, explore other use cases, and run it yourself.