# Reddit Product Reviews & Opinions Scraper

**Use case:** 

Candid Reddit reviews and comment threads on one specific product, gathered so you read the real pros and cons before buying or writing your own.

## Input

```json
{
  "query": "Sony WH-1000XM5 review",
  "sort": "relevance",
  "time": "year",
  "maxItems": 50,
  "includeComments": true,
  "commentLimit": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "subreddit": {
    "label": "Sub",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Score (app creds)",
    "format": "number"
  },
  "numComments": {
    "label": "Comments (app creds)",
    "format": "number"
  },
  "createdAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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