# Conduct Niche Market Research with Reddit Comment Scraper

**Use case:** 

Extract valuable insights into niche market trends, user preferences, and pain points by scraping highly engaged comments on specific topics. This data is cruci

## Input

```json
{
  "postUrls": [
    {
      "url": "https://www.reddit.com/r/MachineLearning/comments/defmno/whats_the_future_of_llms_in_enterprise/"
    },
    {
      "url": "https://www.reddit.com/r/electricvehicles/comments/ghijop/what_features_do_you_want_in_the_next_generation/"
    }
  ],
  "maxComments": 300,
  "expandThreads": true,
  "minScore": 15,
  "maxDepth": 3,
  "excludeDeleted": false,
  "minWordCount": 10
}
```

## 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 Pro](https://apify.com/crawlerbros/reddit-comment-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/reddit-comment-scraper-pro) to learn more, explore other use cases, and run it yourself.