# Reddit Customer Pain Point Insights

**Use case:** 

Identify posts and comments on Reddit that highlight complaints and recommendations related to expensive CRM, email marketing issues, and project management

## Input

```json
{
  "searchQueries": [
    "email marketing too expensive",
    "crm is too complicated",
    "customer support software alternatives"
  ],
  "subreddits": [
    "SaaS",
    "smallbusiness",
    "Entrepreneur"
  ],
  "sort": "relevance",
  "time": "month",
  "maxPostsPerQuery": 20,
  "includeComments": true,
  "maxCommentsPerPost": 3,
  "userAgent": "Mozilla/5.0 (compatible; PublicRedditResearch/1.0)",
  "useApifyProxy": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "numComments": {
    "label": "Comments",
    "format": "integer"
  },
  "opportunityScore": {
    "label": "Opportunity",
    "format": "number"
  },
  "matchedSignals": {
    "label": "Signals",
    "format": "array"
  },
  "redditUrl": {
    "label": "Reddit URL",
    "format": "string"
  },
  "isComplaint": {
    "label": "Complaint",
    "format": "boolean"
  },
  "isRecommendationRequest": {
    "label": "Recommendation",
    "format": "boolean"
  },
  "isBuyingIntent": {
    "label": "Buying intent",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Pain Point Finder for SaaS Ideas](https://apify.com/rodrgds/reddit-pain-point-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rodrgds/reddit-pain-point-finder) to learn more, explore other use cases, and run it yourself.