# Reddit Pain Point Monitor for Lead Research

**Use case:** 

Analyze Reddit posts to identify recent user pain points related to web scraping and blocked proxies. Gain insights for your market research efforts.

## Input

```json
{
  "startLinks": [],
  "searchQueries": [
    "web scraping proxy blocked",
    "youtube scraper blocked"
  ],
  "searchScope": "posts",
  "sortOrder": "relevance",
  "timeWindow": "month",
  "totalItemCap": 5,
  "postCap": 5,
  "commentCap": 0,
  "communityCap": 25,
  "profileCap": 25,
  "leaderboardCap": 25,
  "scrollWaitSeconds": 30,
  "useApifyProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "minScore": null,
  "includeNSFW": false,
  "logMetrics": true,
  "enablePagination": false,
  "dateFrom": null,
  "dateTo": null,
  "enableDeduplication": false,
  "lightExtract": true,
  "failOnNoResults": false,
  "extendResultFunction": null,
  "debugLog": false
}
```

## Output

```json
{
  "permalink": {
    "label": "Permalink",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "textBody": {
    "label": "Text body",
    "format": "string"
  }
}
```

## About this Actor

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