# Track SaaS product discussions on Reddit

**Use case:** 

Monitor r/SaaS, r/Entrepreneur & r/startups for product discussions — get posts, upvotes, comment counts, author, and sentiment.

## Input

```json
{
  "searchMode": "subreddit",
  "searchSort": "relevance",
  "keywords": [
    "AI",
    "ChatGPT",
    "web scraping"
  ],
  "subreddits": [
    "SaaS",
    "Entrepreneur",
    "startups"
  ],
  "maxItemsPerSubreddit": 50,
  "minUpvotes": 2,
  "maxAgeHours": 0,
  "includeComments": false,
  "commentDepth": 1,
  "analyzeSentiment": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "subreddit_prefixed": {
    "label": "Subreddit (prefixed)",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "num_comments": {
    "label": "Comment Count",
    "format": "integer"
  },
  "sentiment_label": {
    "label": "Sentiment Label",
    "format": "string"
  },
  "created_utc": {
    "label": "Created At",
    "format": "string"
  },
  "reddit_url": {
    "label": "Reddit URL",
    "format": "string"
  }
}
```

## About this Actor

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