# Bulk OnlyFans Profile Data Extractor

**Use case:** 

Retrieve detailed OnlyFans profile data in bulk, including pricing, content counts, engagement stats, and social links for your selected creators.

## Input

```json
{
  "profiles": [
    "onlyfans"
  ],
  "includeSocials": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "avatar": {
    "label": "Avatar",
    "format": "image"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "subscribePrice": {
    "label": "Sub $",
    "format": "number"
  },
  "postsCount": {
    "label": "Posts",
    "format": "number"
  },
  "photosCount": {
    "label": "Photos",
    "format": "number"
  },
  "videosCount": {
    "label": "Videos",
    "format": "number"
  },
  "mediasCount": {
    "label": "Media",
    "format": "number"
  },
  "favoritedCount": {
    "label": "Likes",
    "format": "number"
  },
  "lastSeen": {
    "label": "Last seen",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [OnlyFans Profile Scraper](https://apify.com/leon.operator/onlyfans-profile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/leon.operator/onlyfans-profile-scraper) to learn more, explore other use cases, and run it yourself.