# Ivy Fanvue Scraper - Public Profile Data

**Use case:** 

Scrape the public Ivy Fanvue profile: bio, subscription price, bundles, post and media counts, location and avatar. Fast public data, no proxy.

## Input

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

## Output

```json
{
  "imageUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "avatarUrl": {
    "label": "Avatar URL",
    "format": "link"
  },
  "bannerUrl": {
    "label": "Banner",
    "format": "link"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "url": {
    "label": "Profile",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "isAiCreator": {
    "label": "AI",
    "format": "boolean"
  },
  "isSfwCreator": {
    "label": "SFW",
    "format": "boolean"
  },
  "isAmbassador": {
    "label": "Ambassador",
    "format": "boolean"
  },
  "isOnline": {
    "label": "Online",
    "format": "boolean"
  },
  "gender": {
    "label": "Gender",
    "format": "text"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "subscriptionPriceUsd": {
    "label": "Sub $ (USD)",
    "format": "number"
  },
  "subscriptionDisplayPrice": {
    "label": "Sub price",
    "format": "text"
  },
  "enableFollowForFree": {
    "label": "Free follow",
    "format": "boolean"
  },
  "freeTrialDays": {
    "label": "Trial days",
    "format": "number"
  },
  "promotionMessage": {
    "label": "Promotion",
    "format": "text"
  },
  "subscriptionBundles": {
    "label": "Bundles",
    "format": "array"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "postCount": {
    "label": "Posts",
    "format": "number"
  },
  "imageCount": {
    "label": "Images",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "audioCount": {
    "label": "Audios",
    "format": "number"
  },
  "pollCount": {
    "label": "Polls",
    "format": "number"
  },
  "payToViewPostCount": {
    "label": "PPV Posts",
    "format": "number"
  },
  "hasVoice": {
    "label": "AI Voice",
    "format": "boolean"
  },
  "hasIntroVideo": {
    "label": "Intro Video",
    "format": "boolean"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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