# Extract customer complaints from Reddit threads

**Use case:** 

Scrape Reddit comments from complaint-heavy discussions for social listening and customer support research.

## Input

```json
{
  "postUrls": [
    "https://www.reddit.com/r/marketing/comments/1cabqfn/negative_comments_on_social_media/"
  ],
  "maxComments": 5,
  "includeReplies": true,
  "sortBy": "top",
  "maxConcurrency": 1,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "mcpOutputConnectors": [],
  "mcpToolArguments": {},
  "failOnMcpDeliveryError": false
}
```

## Output

```json
{
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "postTitle": {
    "label": "Post title",
    "format": "string"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "string"
  },
  "commentAuthor": {
    "label": "Comment author",
    "format": "string"
  },
  "commentText": {
    "label": "Comment text",
    "format": "string"
  },
  "commentTimestamp": {
    "label": "Comment timestamp",
    "format": "string"
  },
  "commentDepth": {
    "label": "Comment depth",
    "format": "integer"
  },
  "isTopLevel": {
    "label": "Is top-level",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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