# Patreon Creator Lead Generation for Gaming Companies

**Use case:** 

Identify top-performing gaming creators on Patreon for potential marketing collaborations and influencer outreach. This helps gaming companies find relevant par

## Input

```json
{
  "mode": "explore",
  "creators": [
    "PhilosophyTube"
  ],
  "category": "games",
  "includePosts": true,
  "maxPostsPerCreator": 20,
  "minPatronCount": 1000,
  "excludeNsfw": true,
  "maxItems": 100,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "name": {
    "label": "Name"
  },
  "vanity": {
    "label": "Vanity"
  },
  "patronCount": {
    "label": "Patron count"
  },
  "paidMemberCount": {
    "label": "Paid member count"
  },
  "creationCount": {
    "label": "Creation count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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