# Amouranth OnlyFans Profile & Stats Scraper

**Use case:** 

Scrape Amouranth's public OnlyFans profile and stats: subscription price, free trial, likes, post, photo and video counts, bio and avatar in JSON.

## Input

```json
{
  "maxItems": 5,
  "usernames": [
    "amouranth"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "subscribePrice": {
    "label": "Sub Price",
    "format": "number"
  },
  "hasFreeTrial": {
    "label": "Free Trial",
    "format": "boolean"
  },
  "subscribersCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "postsCount": {
    "label": "Posts",
    "format": "number"
  },
  "photosCount": {
    "label": "Photos",
    "format": "number"
  },
  "videosCount": {
    "label": "Videos",
    "format": "number"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "joinDate": {
    "label": "Joined",
    "format": "date"
  },
  "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.