# Compare Patreon creator tiers in a niche

**Use case:** 

Build a public research list of Patreon creators and compare their tier structure, patron counts, and estimated earnings range.

## Input

```json
{
  "creators": [
    "TopoTraveler",
    "https://www.patreon.com/EconomicsExplained"
  ],
  "searchQueries": [
    "indie game dev"
  ],
  "includePosts": false,
  "maxPostsPerCreator": 20,
  "maxSearchResults": 8,
  "enrichSearchResults": true,
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "creatorName": {
    "label": "Creator",
    "format": "string"
  },
  "campaignName": {
    "label": "Campaign",
    "format": "string"
  },
  "patronCount": {
    "label": "Patrons",
    "format": "integer"
  },
  "paidMemberCount": {
    "label": "Paid",
    "format": "integer"
  },
  "estimatedEarningsMinUsd": {
    "label": "Est $ min/mo",
    "format": "number"
  },
  "estimatedEarningsMaxUsd": {
    "label": "Est $ max/mo",
    "format": "number"
  },
  "minTierUsd": {
    "label": "Min tier $",
    "format": "number"
  },
  "maxTierUsd": {
    "label": "Max tier $",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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