# Scrape Podcast Creator Data for Market Research

**Use case:** 

Gather data on popular podcast creators, their patron counts, and recent public posts to understand market trends and audience engagement. This insight aids in 

## Input

```json
{
  "mode": "explore",
  "creators": [
    "PhilosophyTube"
  ],
  "category": "podcasts",
  "includePosts": true,
  "maxPostsPerCreator": 10,
  "minPatronCount": 500,
  "excludeNsfw": false,
  "maxItems": 150,
  "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.