# Collect FanCentro Profiles from Los Angeles

**Use case:** 

Gather public FanCentro profiles from Los Angeles with metrics and pricing details for creators.

## Input

```json
{
  "maxProfiles": 10,
  "usernames": [
    "lacreator1",
    "lacreator2",
    "lacreator3"
  ]
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "number"
  },
  "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"
  },
  "monthlyPriceUsd": {
    "label": "Monthly Price USD",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "subscriptionPlans": {
    "label": "Subscription Plans",
    "format": "array"
  },
  "subscriptionPerks": {
    "label": "Subscription Perks",
    "format": "object"
  },
  "coverUrl": {
    "label": "Cover",
    "format": "image"
  },
  "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.