# Indie Hackers SaaS research workflow

**Use case:** 

Filter Indie Hackers discussions by a SaaS keyword and include comments for content, customer, or market research.

## Input

```json
{
  "maxItems": 100,
  "sortBy": "updatedAt",
  "sortDirection": "newest",
  "keyword": "saas",
  "includeContent": true,
  "includeComments": true,
  "commentScanLimit": 1000
}
```

## Output

```json
{
  "threadId": {
    "label": "Thread ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "bumpedAt": {
    "label": "Bumped",
    "format": "date"
  },
  "bumpCount": {
    "label": "Bumps",
    "format": "number"
  },
  "boostPoints": {
    "label": "Boost points",
    "format": "number"
  },
  "commentCount": {
    "label": "Attached comments",
    "format": "number"
  },
  "matchedKeyword": {
    "label": "Matched keyword",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Indie Hackers Discussions Scraper](https://apify.com/automation-lab/indie-hackers-discussions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/indie-hackers-discussions-scraper) to learn more, explore other use cases, and run it yourself.