# Find Subreddits by Keyword - Community Discovery

**Use case:** 

Discover active subreddits for any topic or niche. Get community names, subscriber counts, descriptions and URLs to find where your audience hangs out.

## Input

```json
{
  "startUrls": [],
  "subreddits": [
    "RealEstate"
  ],
  "searches": [
    "personal finance"
  ],
  "usernames": [],
  "searchScope": "communities",
  "sort": "hot",
  "time": "all",
  "maxItems": 50,
  "maxItemsPerSource": 0,
  "includeComments": false,
  "maxCommentsPerPost": 50,
  "commentSort": "confidence",
  "expandMoreComments": false,
  "includeDeletedComments": false,
  "includeNSFW": true,
  "skipAds": true,
  "includeUserProfile": true,
  "includeUserContent": true,
  "userSection": "overview",
  "deduplicate": true,
  "monitorMode": false,
  "monitorStoreName": "reddit-scraper-monitor",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Subreddit"
  },
  "title": {
    "label": "Title"
  },
  "subscribers": {
    "label": "Subscribers"
  },
  "publicDescription": {
    "label": "Description"
  },
  "isNSFW": {
    "label": "NSFW"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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