# Trending Trans Models in Miami

**Use case:** 

Check out trending trans live rooms in Miami with viewer counts and session durations.

## Input

```json
{
  "maxRooms": 10,
  "gender": "trans",
  "tags": [],
  "region": "Miami",
  "minViewers": 2
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display name",
    "format": "text"
  },
  "url": {
    "label": "Room URL",
    "format": "link"
  },
  "roomSubject": {
    "label": "Subject",
    "format": "text"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "currentShow": {
    "label": "Current show",
    "format": "text"
  },
  "viewers": {
    "label": "Viewers",
    "format": "number"
  },
  "numFollowers": {
    "label": "Followers",
    "format": "number"
  },
  "isHd": {
    "label": "HD",
    "format": "boolean"
  },
  "isNew": {
    "label": "New",
    "format": "boolean"
  },
  "age": {
    "label": "Age",
    "format": "text"
  },
  "birthday": {
    "label": "Birthday",
    "format": "text"
  },
  "blockedCountries": {
    "label": "Blocked countries",
    "format": "array"
  },
  "blockedStates": {
    "label": "Blocked states",
    "format": "array"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "spokenLanguages": {
    "label": "Languages",
    "format": "text"
  },
  "secondsOnline": {
    "label": "Seconds online",
    "format": "number"
  },
  "recorded": {
    "label": "Recorded",
    "format": "boolean"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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