# Reddit Market Research for Content Strategy

**Use case:** 

Gather raw audience insights and frequently asked questions from viral community threads. Leverage these insights to create SEO-driven content that addresses ac

## Input

```json
{
  "postUrls": [
    "https://www.reddit.com/r/personalfinance/comments/194n9r0/how_are_you_preparing_for_a_recession_in_2024/"
  ],
  "maxComments": 1000,
  "expandThreads": true
}
```

## 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](https://apify.com/crawlerbros/reddit-comment-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/reddit-comment-scraper) to learn more, explore other use cases, and run it yourself.