# Reddit Trend Tracker - Spot Topics Before Mainstream

**Use case:** 

Monthly discussion on an emerging topic in a frontier subreddit. Post volume and sentiment give an early signal before a trend goes mainstream.

## Input

```json
{
  "query": "AI agents",
  "subreddit": "LocalLLaMA",
  "sort": "top",
  "time": "month",
  "maxItems": 100,
  "includeComments": true,
  "commentLimit": 25,
  "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.