# Marketing Automation Leads from Reddit

**Use case:** 

Identify Reddit users discussing buying intent for email marketing and automation tools. Receive a curated list of high-quality B2B prospects.

## Input

```json
{
  "keywords": [
    "email marketing tool",
    "marketing automation",
    "Mailchimp alternative",
    "best ESP"
  ],
  "subreddits": [
    "marketing",
    "digital_marketing",
    "entrepreneur",
    "SaaS"
  ],
  "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.