# Analyze Reddit Product Sentiment and Feedback

**Use case:** 

Extract thousands of user comments from major tech and product subreddits. Use this data to perform sentiment analysis and identify common pain points for produ

## Input

```json
{
  "postUrls": [
    "https://www.reddit.com/r/technology/comments/18j0z8j/what_are_the_worst_features_of_modern_smartphones/"
  ],
  "maxComments": 500,
  "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.