# Summarize Reddit post comments with AI

**Use case:** 

Fetch top comments from a Reddit thread and generate a concise AI summary. Ideal for social listening, trend research, and community insight reports.

## Input

```json
{
  "postUrl": "https://www.reddit.com/r/ClaudeAI/comments/1l4yrgp/claude_code_vs_cursor/",
  "commentCount": 10,
  "commentSort": "top"
}
```

## Output

```json
{
  "postTitle": {
    "label": "Post",
    "format": "text"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "text"
  },
  "commentsAnalyzed": {
    "label": "Comments",
    "format": "number"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "postUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Post Comments Summarizer](https://apify.com/rainminer/reddit-post-comments-summarizer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/reddit-post-comments-summarizer) to learn more, explore other use cases, and run it yourself.