# Buying Intent Insights from Reddit Discussions

**Use case:** 

Identify recent Reddit discussions on buying intent keywords related to software and tools. Gain insights from community posts in niche subreddits.

## Input

```json
{
  "searchQueries": [
    "best tool for customer support",
    "looking for crm",
    "recommend project management tool"
  ],
  "subreddits": [
    "SaaS",
    "smallbusiness",
    "Entrepreneur"
  ],
  "sort": "new",
  "time": "week",
  "maxPostsPerQuery": 20,
  "includeComments": true,
  "maxCommentsPerPost": 3,
  "userAgent": "Mozilla/5.0 (compatible; PublicRedditResearch/1.0)",
  "useApifyProxy": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "integer"
  },
  "numComments": {
    "label": "Comments",
    "format": "integer"
  },
  "opportunityScore": {
    "label": "Opportunity",
    "format": "number"
  },
  "matchedSignals": {
    "label": "Signals",
    "format": "array"
  },
  "redditUrl": {
    "label": "Reddit URL",
    "format": "string"
  },
  "isComplaint": {
    "label": "Complaint",
    "format": "boolean"
  },
  "isRecommendationRequest": {
    "label": "Recommendation",
    "format": "boolean"
  },
  "isBuyingIntent": {
    "label": "Buying intent",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Pain Point Finder for SaaS Ideas](https://apify.com/rodrgds/reddit-pain-point-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rodrgds/reddit-pain-point-finder) to learn more, explore other use cases, and run it yourself.