# Find SaaS User Pain Points on Reddit

**Use case:** 

Uncover critical pain points and unmet needs expressed by users discussing SaaS tools and workflows. This data helps product managers and marketers identify new

## Input

```json
{
  "keywords": [
    "SaaS frustration",
    "CRM problems",
    "project management software issues",
    "workflow automation challenges",
    "marketing software complaints"
  ],
  "resultLimit": 200,
  "sort": "top",
  "subredditFilter": [
    "SaaS",
    "Entrepreneur",
    "smallbusiness",
    "startups",
    "marketing",
    "sysadmin",
    "productivity",
    "CRM",
    "projectmanagement"
  ],
  "subredditBlocklist": [],
  "minScore": 10,
  "maxAgeDays": 90,
  "excludeNsfw": true,
  "authorBlocklist": [],
  "keywordRequireAll": false
}
```

## 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"
  },
  "created_at": {
    "label": "Created at"
  },
  "link_flair": {
    "label": "Link flair"
  }
}
```

## About this Actor

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