# Generate B2B leads from Reddit buying intent

**Use case:** 

Identify users actively looking for software, agency, or freelance recommendations in your industry. Export high-intent conversations to pitch your services dir

## Input

```json
{
  "keywords": [
    "looking for accountant",
    "recommend marketing agency",
    "hire freelance designer"
  ],
  "resultLimit": 150,
  "sort": "new"
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "title": {
    "label": "Title"
  },
  "author": {
    "label": "Author"
  },
  "subreddit_prefixed": {
    "label": "Subreddit prefixed"
  },
  "score": {
    "label": "Score"
  },
  "num_comments": {
    "label": "Num comments"
  },
  "url": {
    "label": "Url"
  },
  "permalink": {
    "label": "Permalink"
  },
  "is_self_post": {
    "label": "Is self post"
  },
  "created_at": {
    "label": "Created at"
  },
  "link_flair": {
    "label": "Link flair"
  }
}
```

## About this Actor

This example demonstrates how to use [Reddit Keywords](https://apify.com/crawlerbros/reddit-keywords) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/reddit-keywords) to learn more, explore other use cases, and run it yourself.