# Monitor Reddit SaaS Founder Posts

**Use case:** 

Monitor Reddit SaaS Founder Posts by scraping public discussions for product research and market signals.

## Input

```json
{
  "maxItems": 100,
  "action": "search",
  "fetchMode": "list",
  "searchQuery": "SaaS founder",
  "searchType": "posts",
  "searchSort": "new",
  "searchNsfw": false,
  "searchTime": "month",
  "exploreTopic": "news"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "created_at": {
    "label": "Created At",
    "format": "datetime"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "content": {
    "label": "Content",
    "format": "text"
  },
  "comment_count": {
    "label": "Comment Count",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "array"
  }
}
```

## About this Actor

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