# Discover Fitness creators on Patreon

**Use case:** 

Find fitness creators on Patreon and enrich each with patron counts, tier prices and estimated MRR.

## Input

```json
{
  "keywords": [
    "fitness"
  ],
  "maxPagesPerKeyword": 1,
  "enrichDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "creatorName": {
    "label": "Creator name"
  },
  "url": {
    "label": "Url"
  },
  "patronCount": {
    "label": "Patron count"
  },
  "postCount": {
    "label": "Post count"
  },
  "estimatedMrrUsd": {
    "label": "Estimated mrr usd"
  },
  "estimatedArrUsd": {
    "label": "Estimated arr usd"
  },
  "mrrEstimateMethod": {
    "label": "Mrr estimate method"
  },
  "tierCount": {
    "label": "Tier count"
  },
  "lowestTierUsd": {
    "label": "Lowest tier usd"
  },
  "highestTierUsd": {
    "label": "Highest tier usd"
  },
  "earningsVisibility": {
    "label": "Earnings visibility"
  },
  "isNsfw": {
    "label": "Is nsfw"
  },
  "searchKeyword": {
    "label": "Search keyword"
  }
}
```

## About this Actor

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