# Find Reddit posts mentioning your brand

**Use case:** 

Search Reddit by keyword for brand or product mentions: post title, subreddit, author, score, comment count, flair and permalink.

## Input

```json
{
  "startUrls": [],
  "subreddits": [
    "RealEstate"
  ],
  "searches": [
    "Notion",
    "Obsidian app"
  ],
  "usernames": [],
  "searchScope": "posts",
  "sort": "new",
  "time": "all",
  "maxItems": 300,
  "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"
  },
  "title": {
    "label": "Title"
  },
  "subreddit": {
    "label": "Subreddit"
  },
  "author": {
    "label": "Author"
  },
  "score": {
    "label": "Score"
  },
  "numComments": {
    "label": "# Comments"
  },
  "createdAt": {
    "label": "Posted"
  },
  "linkFlair": {
    "label": "Flair"
  },
  "url": {
    "label": "Link"
  },
  "permalink": {
    "label": "Permalink"
  }
}
```

## 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.