# Monitor Competitor Brand Mentions on Reddit

**Use case:** 

Scrape discussions regarding specific competitor launches or controversies. Gain competitive intelligence by understanding how the community perceives rival bra

## Input

```json
{
  "postUrls": [
    "https://www.reddit.com/r/WeightLossAdvice/comments/192m7v1/honest_reviews_of_brand_x_vs_brand_y/"
  ],
  "maxComments": 250,
  "expandThreads": true
}
```

## Output

```json
{
  "author": {
    "label": "Author"
  },
  "text": {
    "label": "Text"
  },
  "score": {
    "label": "Score"
  },
  "depth": {
    "label": "Depth"
  },
  "permalink": {
    "label": "Permalink"
  },
  "created_at": {
    "label": "Created at"
  },
  "is_op": {
    "label": "Is op"
  }
}
```

## About this Actor

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