# Subreddit Sentiment Monitor - Catch Complaint Spikes

**Use case:** 

A week of fresh posts and comments from your product's subreddit, ready for sentiment scoring so you spot complaint spikes and outages early.

## Input

```json
{
  "query": "",
  "subreddit": "Spotify",
  "sort": "new",
  "time": "week",
  "maxItems": 120,
  "includeComments": true,
  "commentLimit": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "subreddit": {
    "label": "Sub",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Score (app creds)",
    "format": "number"
  },
  "numComments": {
    "label": "Comments (app creds)",
    "format": "number"
  },
  "createdAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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