# Search Patreon Creators by Keyword for Marketing Campaigns

**Use case:** 

Locate Patreon creators relevant to specific keywords, such as 'indie game development' or 'fantasy art,' to target niche audiences for marketing campaigns. Thi

## Input

```json
{
  "mode": "search",
  "creators": [
    "PhilosophyTube"
  ],
  "searchQuery": "science communication",
  "includePosts": true,
  "maxPostsPerCreator": 20,
  "minPatronCount": 100,
  "excludeNsfw": true,
  "maxItems": 50,
  "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.