# Reddit Brand Monitor

**Use case:** 

Track a brand across Reddit and get a ranked attention queue: what to look at first, why it matters now, and a recommended action per thread.

## Input

```json
{
  "mode": "monitor",
  "track": [
    "Notion"
  ],
  "communities": [
    "r/Notion",
    "r/productivity"
  ],
  "posts": [],
  "users": [],
  "searchQuery": "",
  "searchType": "posts",
  "rankBy": "attention",
  "watchlistName": "",
  "deltaWindowDays": 7,
  "persona": "brand-monitoring",
  "includeCommentsSample": false,
  "commentsSamplePerPost": 100,
  "maxResults": 20,
  "maxPostsPerCommunity": 20,
  "maxRecentItems": 50,
  "outputProfile": "signals",
  "analysisDepth": "standard",
  "explainability": "standard",
  "sort": "hot",
  "time": "month",
  "includeNSFW": false,
  "maxRuntimeSeconds": 3600,
  "startUrls": [],
  "searches": [],
  "searchCommunityName": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "attentionIndex": {
    "label": "Attention Index",
    "format": "object"
  },
  "watchStatus": {
    "label": "Watch Status",
    "format": "string"
  },
  "whyNow": {
    "label": "Why Now",
    "format": "array"
  },
  "agentDecision": {
    "label": "Agent Decision",
    "format": "string"
  },
  "recommendedAction": {
    "label": "Recommended Action",
    "format": "string"
  },
  "communityName": {
    "label": "Community",
    "format": "string"
  },
  "attentionPriority": {
    "label": "Attention Priority",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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