# Generate B2B SaaS Content Ideas from Reddit Discussions

**Use case:** 

Discover trending topics, common questions, and engaging discussions relevant to B2B SaaS professionals on Reddit. This helps content marketers create highly re

## Input

```json
{
  "keywords": [
    "SaaS marketing strategy",
    "B2B lead generation",
    "enterprise software tips",
    "CRM best practices",
    "cloud security challenges",
    "data analytics tools"
  ],
  "resultLimit": 300,
  "sort": "top",
  "subredditFilter": [
    "marketing",
    "sysadmin",
    "SaaS",
    "sales",
    "smallbusiness",
    "startups",
    "productivity",
    "cloud",
    "dataengineering"
  ],
  "subredditBlocklist": [],
  "minScore": 15,
  "maxAgeDays": 180,
  "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.