# OnlyFans Profiles Scraper for Chicago Creators

**Use case:** 

Scrape OnlyFans profile information and stats from creators in Chicago.

## Input

```json
{
  "maxProfiles": 10,
  "usernames": [
    "chicagocreator1",
    "chicagocreator2"
  ]
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "bannerUrl": {
    "label": "Banner",
    "format": "link"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "subscribePrice": {
    "label": "Sub Price",
    "format": "number"
  },
  "hasFreeTrial": {
    "label": "Free Trial",
    "format": "boolean"
  },
  "promotions": {
    "label": "Promotions",
    "format": "array"
  },
  "about": {
    "label": "Bio",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "joinDate": {
    "label": "Joined",
    "format": "date"
  },
  "lastSeen": {
    "label": "Last Seen",
    "format": "date"
  },
  "firstPublishedPostDate": {
    "label": "First Post",
    "format": "date"
  },
  "subscribersCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "postsCount": {
    "label": "Posts",
    "format": "number"
  },
  "photosCount": {
    "label": "Photos",
    "format": "number"
  },
  "videosCount": {
    "label": "Videos",
    "format": "number"
  },
  "audiosCount": {
    "label": "Audios",
    "format": "number"
  },
  "mediasCount": {
    "label": "Media",
    "format": "number"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "favoritesCount": {
    "label": "Favorites",
    "format": "number"
  },
  "archivedPostsCount": {
    "label": "Archived Posts",
    "format": "number"
  },
  "finishedStreamsCount": {
    "label": "Past Streams",
    "format": "number"
  },
  "isPerformer": {
    "label": "Creator",
    "format": "boolean"
  },
  "isVerifiedPerformer": {
    "label": "Verified Creator",
    "format": "boolean"
  },
  "canReceiveMessage": {
    "label": "Accepts Messages",
    "format": "boolean"
  },
  "hasExternalLinks": {
    "label": "Has External Links",
    "format": "boolean"
  },
  "hasMerchStore": {
    "label": "Merch Store",
    "format": "boolean"
  },
  "spotifyConnected": {
    "label": "Spotify",
    "format": "boolean"
  },
  "isAdultContent": {
    "label": "Adult",
    "format": "boolean"
  },
  "hasStories": {
    "label": "Stories",
    "format": "boolean"
  },
  "hasStream": {
    "label": "Live",
    "format": "boolean"
  },
  "tipsEnabled": {
    "label": "Tips",
    "format": "boolean"
  },
  "tipsMin": {
    "label": "Tip Min",
    "format": "number"
  },
  "tipsMax": {
    "label": "Tip Max",
    "format": "number"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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