# Analyze Key Influencer Comments on Reddit

**Use case:** 

Identify and analyze comments from specific industry influencers or thought leaders within relevant Reddit discussions. This helps track their opinions on indus

## Input

```json
{
  "postUrls": [
    {
      "url": "https://www.reddit.com/r/datascience/comments/klmnop/ask_me_anything_with_dr_jane_doe_data_scientist/"
    },
    {
      "url": "https://www.reddit.com/r/startups/comments/qrstuv/ama_founder_of_successful_tech_startup/"
    }
  ],
  "maxComments": 100,
  "expandThreads": true,
  "minScore": 20,
  "excludeDeleted": true,
  "authorFilter": "JaneDoeDataScientist"
}
```

## Output

```json
{
  "author": {
    "label": "Author"
  },
  "text": {
    "label": "Text"
  },
  "score": {
    "label": "Score"
  },
  "depth": {
    "label": "Depth"
  },
  "permalink": {
    "label": "Permalink"
  },
  "created_at": {
    "label": "Created at"
  },
  "is_op": {
    "label": "Is op"
  }
}
```

## About this Actor

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