# Reddit Crisis Monitor - Breaking Topic Tracking

**Use case:** 

Every new Reddit post and comment on a breaking topic from the last 24 hours, so PR and comms teams stay ahead of a developing story in real time.

## Input

```json
{
  "query": "data breach",
  "sort": "new",
  "time": "day",
  "maxItems": 150,
  "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.