# Identify Emerging SaaS Trends on Reddit

**Use case:** 

Scrape top posts from leading SaaS subreddits to identify emerging product categories, user pain points, and feature requests. This data helps product managers 

## Input

```json
{
  "subreddits": [
    "SaaS",
    "saasbusiness",
    "startups"
  ],
  "maxPosts": 50,
  "sort": "top",
  "timeFilter": "month"
}
```

## Output

```json
{
  "subreddit_prefixed": {
    "label": "Subreddit prefixed"
  },
  "title": {
    "label": "Title"
  },
  "author": {
    "label": "Author"
  },
  "score": {
    "label": "Score"
  },
  "num_comments": {
    "label": "Num comments"
  },
  "content": {
    "label": "Content"
  },
  "url": {
    "label": "Url"
  },
  "old_reddit_url": {
    "label": "Old reddit url"
  },
  "created_at": {
    "label": "Created at"
  },
  "link_flair": {
    "label": "Link flair"
  }
}
```

## About this Actor

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