# CamSoda Couple Model Directory

**Use case:** 

Collect the public CamSoda couple model directory with username, viewers, tags and status for market and audience research.

## Input

```json
{
  "maxCreators": 50,
  "gender": "couple"
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "displayName": {
    "label": "Display Name"
  },
  "gender": {
    "label": "Gender"
  },
  "viewers": {
    "label": "Viewers"
  },
  "streamScore": {
    "label": "Stream Score"
  },
  "chatStatus": {
    "label": "Chat Status"
  },
  "tags": {
    "label": "Tags"
  },
  "subject": {
    "label": "Room Subject"
  },
  "thumbnail": {
    "label": "Thumbnail"
  },
  "url": {
    "label": "Profile URL"
  }
}
```

## About this Actor

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