# Reddit B2B Leads for Video Conferencing Solutions

**Use case:** 

Identify potential buyers of video conferencing tools on Reddit. Receive a list of users showing intent, categorized by buying signals and inquiries.

## Input

```json
{
  "keywords": [
    "Zoom alternative",
    "video conferencing tool",
    "best meeting software",
    "webinar platform"
  ],
  "subreddits": [
    "remotework",
    "business",
    "SaaS",
    "startups"
  ],
  "intentFilter": "Buying signals only",
  "contentType": "Both",
  "maxResults": 500,
  "afterDate": null,
  "beforeDate": null,
  "minScore": null,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "string"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "intentLabel": {
    "label": "Intent label",
    "format": "string"
  },
  "matchedKeyword": {
    "label": "Matched keyword",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "numComments": {
    "label": "Comments",
    "format": "integer"
  },
  "createdUtc": {
    "label": "Created",
    "format": "string"
  },
  "permalink": {
    "label": "Permalink",
    "format": "string"
  },
  "authorProfileUrl": {
    "label": "Author profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Lead Finder - Buying Intent B2B Leads](https://apify.com/logiover/reddit-lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/reddit-lead-finder) to learn more, explore other use cases, and run it yourself.