# CAM4 Female Model Directory Listing

**Use case:** 

Collect public female model directory listings from CAM4 with usernames, room titles, viewer counts, and tags for market research.

## Input

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

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "gender": {
    "label": "Gender"
  },
  "country": {
    "label": "Country"
  },
  "viewers": {
    "label": "Viewers"
  },
  "showType": {
    "label": "Show Type"
  },
  "tags": {
    "label": "Tags"
  },
  "verified": {
    "label": "Verified"
  },
  "thumbnail": {
    "label": "Thumbnail"
  },
  "url": {
    "label": "Profile URL"
  }
}
```

## About this Actor

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