# Niche Marketing Communities for SaaS and Startups

**Use case:** 

Identify and explore niche marketing communities on Reddit. Get structured data on subreddits related to SaaS, entrepreneurship, startups, and more.

## Input

```json
{
  "communities": [
    "SaaS",
    "Entrepreneur",
    "startups",
    "marketing"
  ],
  "maxItems": 50,
  "maxRetries": 3,
  "requestDelayMs": 300,
  "debug": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "integer"
  },
  "activeUsers": {
    "label": "Active users",
    "format": "integer"
  },
  "over18": {
    "label": "NSFW",
    "format": "boolean"
  },
  "publicDescription": {
    "label": "Description",
    "format": "string"
  },
  "createdUtc": {
    "label": "Created (UTC)",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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