# Analyze Reddit Influencer Posts & Content Strategy

**Use case:** 

Scrape top posts from target Reddit influencers to understand their content strategy, engagement drivers, and frequently discussed topics. This data provides in

## Input

```json
{
  "usernames": [
    "gallowboob",
    "spez",
    "fish_fucker69"
  ],
  "maxPosts": 50,
  "section": "submitted",
  "sort": "top"
}
```

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