# Find Reddit buying-intent signals

**Use case:** 

Find Reddit discussions from people actively comparing or buying project management tools, ranked by transparent relevance signals.

## Input

```json
{
  "subreddits": [
    "programming"
  ],
  "searches": [
    "project management software",
    "best task management tool"
  ],
  "startUrls": [],
  "sort": "new",
  "time": "all",
  "postDateLimit": "30d",
  "includeNSFW": false,
  "trackingKeywords": [
    "project management",
    "task management"
  ],
  "excludeKeywords": [],
  "skipComments": true,
  "maxComments": 100,
  "maxCommentDepth": 10,
  "onlyNew": false,
  "outputFormat": "signals",
  "minimumRelevanceScore": 55,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "relevanceScore": {
    "label": "Relevance",
    "format": "number"
  },
  "signalTypes": {
    "label": "Signal types",
    "format": "array"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Evidence text",
    "format": "string"
  },
  "matchedKeywords": {
    "label": "Keywords",
    "format": "array"
  },
  "engagementCount": {
    "label": "Engagement",
    "format": "number"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "string"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "url": {
    "label": "Reddit URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Monitor & Scraper - Brand Mentions, Signals](https://apify.com/webdata_labs/reddit-signal-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/reddit-signal-scraper) to learn more, explore other use cases, and run it yourself.