# Analyze Reddit consumer pain points and product feedback

**Use case:** 

Scrape Reddit discussions to identify common customer frustrations, feature requests, and gaps in your niche. Use this raw consumer intelligence to refine your 

## Input

```json
{
  "keywords": [
    "alternative to Salesforce",
    "hated feature HubSpot",
    "issues with Shopify"
  ],
  "resultLimit": 200,
  "sort": "relevance"
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "title": {
    "label": "Title"
  },
  "author": {
    "label": "Author"
  },
  "subreddit_prefixed": {
    "label": "Subreddit prefixed"
  },
  "score": {
    "label": "Score"
  },
  "num_comments": {
    "label": "Num comments"
  },
  "url": {
    "label": "Url"
  },
  "permalink": {
    "label": "Permalink"
  },
  "is_self_post": {
    "label": "Is self post"
  },
  "created_at": {
    "label": "Created at"
  },
  "link_flair": {
    "label": "Link flair"
  }
}
```

## About this Actor

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