# Reislin FanCentro Profile Scraper

**Use case:** 

Scrape Reislin's public FanCentro profile: subscription plans, prices, follower and content counts, bio and avatar. Export to JSON, CSV or Excel.

## Input

```json
{
  "maxItems": 10,
  "usernames": [
    "reislin"
  ]
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "onlineStatus": {
    "label": "Status",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "subscribersCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "videosCount": {
    "label": "Videos",
    "format": "number"
  },
  "postsCount": {
    "label": "Posts",
    "format": "number"
  },
  "hasSubscriptions": {
    "label": "Has Subs",
    "format": "boolean"
  },
  "monthlyPrice": {
    "label": "Monthly Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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