# Chaturbate Female Cam Rooms Scraper

**Use case:** 

Scrape every online Chaturbate female cam room live now: viewers, tags, region, followers, HD and room topic. Export to JSON, CSV or Excel.

## Input

```json
{
  "maxItems": 100,
  "gender": "female",
  "tags": [],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## 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"
  },
  "viewers": {
    "label": "Viewers",
    "format": "number"
  },
  "numFollowers": {
    "label": "Followers",
    "format": "number"
  },
  "isHd": {
    "label": "HD",
    "format": "boolean"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "secondsOnline": {
    "label": "Seconds online",
    "format": "number"
  },
  "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.