# Chaturbate New Rising Models Scraper

**Use case:** 

Find new, up-and-coming Chaturbate creators with smaller followings before they blow up. Ideal for early talent scouting and signings.

## Input

```json
{
  "gender": "all",
  "tags": [],
  "minFollowers": 0,
  "maxFollowers": 5000,
  "onlineOnly": true,
  "hdOnly": false,
  "newOnly": true,
  "extractSocialLinks": true,
  "requireInstagram": false,
  "requireOnlyfans": false,
  "maxItems": 200,
  "startUrls": [],
  "maxConcurrency": 10,
  "maxRequestRetries": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "realName": {
    "label": "Real Name",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "number"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "numViewers": {
    "label": "Viewers",
    "format": "number"
  },
  "isOnline": {
    "label": "Online",
    "format": "text"
  },
  "socialLinks": {
    "label": "Social Links",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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