# Competitor Product Feedback Analysis on Reddit

**Use case:** 

Scrape discussions related to competitor products in relevant industry subreddits to understand their strengths, weaknesses, and user sentiment. This competitiv

## Input

```json
{
  "subreddits": [
    "software",
    "webdev",
    "sysadmin"
  ],
  "maxPosts": 50,
  "sort": "controversial",
  "timeFilter": "all"
}
```

## Output

```json
{
  "subreddit_prefixed": {
    "label": "Subreddit prefixed"
  },
  "title": {
    "label": "Title"
  },
  "author": {
    "label": "Author"
  },
  "score": {
    "label": "Score"
  },
  "num_comments": {
    "label": "Num comments"
  },
  "content": {
    "label": "Content"
  },
  "url": {
    "label": "Url"
  },
  "old_reddit_url": {
    "label": "Old reddit url"
  },
  "created_at": {
    "label": "Created at"
  },
  "link_flair": {
    "label": "Link flair"
  }
}
```

## About this Actor

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