# SweetieFox Fansly Profile Scraper - Stats

**Use case:** 

Pull the public SweetieFox Fansly profile: bio, followers, subscription tiers, prices and photo and video counts. Fast public data, no proxy required.

## Input

```json
{
  "maxItems": 10,
  "usernames": [
    "sweetiefox"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "bannerUrl": {
    "label": "Banner",
    "format": "link"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "accountId": {
    "label": "Account ID",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isCreator": {
    "label": "Creator",
    "format": "boolean"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "number"
  },
  "postLikes": {
    "label": "Post Likes",
    "format": "number"
  },
  "mediaLikes": {
    "label": "Media Likes",
    "format": "number"
  },
  "photoCount": {
    "label": "Photos",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "bundleCount": {
    "label": "Bundles",
    "format": "number"
  },
  "hasActiveStories": {
    "label": "Stories",
    "format": "boolean"
  },
  "lowestSubscriptionPriceUsd": {
    "label": "From (USD)",
    "format": "number"
  },
  "subscriptionTiers": {
    "label": "Tiers",
    "format": "array"
  },
  "contentCollections": {
    "label": "Collections",
    "format": "array"
  },
  "accountFlags": {
    "label": "Flags",
    "format": "number"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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