# Extract Reddit User Content for Market Research

**Use case:** 

Gather a comprehensive set of posts from specific Reddit users known for expertise in a niche for detailed market research and trend identification. This helps 

## Input

```json
{
  "usernames": [
    "shittymorph",
    "poem_for_your_sprog",
    "awildsketchappeared"
  ],
  "maxPosts": 75,
  "section": "submitted",
  "sort": "controversial"
}
```

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