# Scrape Competitor Product Feedback from Reddit Comments

**Use case:** 

Gather detailed feedback on competitor products directly from Reddit user discussions, focusing on specific keywords or features. This intelligence allows you t

## Input

```json
{
  "postUrls": [
    {
      "url": "https://www.reddit.com/r/SaaS/comments/789ghi/thoughts_on_competitor_product_x_vs_product_y/"
    },
    {
      "url": "https://www.reddit.com/r/webdev/comments/abcjkl/best_hosting_providers_for_small_businesses/"
    }
  ],
  "maxComments": 200,
  "expandThreads": true,
  "minScore": 5,
  "excludeDeleted": false,
  "keywordFilter": "product X features",
  "minWordCount": 5
}
```

## 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.