# Monitor Competitor Reddit Activity & User Engagement

**Use case:** 

Track the recent activity and community engagement of key competitors or prominent figures in your industry on Reddit. Gain insights into their latest discussio

## Input

```json
{
  "usernames": [
    "elonmusk",
    "billgates",
    "jayshetty"
  ],
  "maxPosts": 30,
  "section": "overview",
  "sort": "new"
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "title": {
    "label": "Title"
  },
  "subreddit_prefixed": {
    "label": "Subreddit prefixed"
  },
  "score": {
    "label": "Score"
  },
  "num_comments": {
    "label": "Num comments"
  },
  "permalink": {
    "label": "Permalink"
  },
  "created_at": {
    "label": "Created at"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Profile Crawler](https://apify.com/crawlerbros/reddit-profile-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/reddit-profile-crawler) to learn more, explore other use cases, and run it yourself.