FanCentro Public Profile & Stats Scraper avatar

FanCentro Public Profile & Stats Scraper

Pricing

from $6.15 / 1,000 results

Go to Apify Store
FanCentro Public Profile & Stats Scraper

FanCentro Public Profile & Stats Scraper

Extract public FanCentro creator profiles: display name, bio, subscription plans and prices, follower and content counts, avatar and banner. Export to JSON, CSV or Excel.

Pricing

from $6.15 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

20 hours ago

Last modified

Share

FanCentro Public Profile & Stats Scraper

FanCentro Public Profile & Stats Scraper

Here is one real result, with every field the actor returns:

{
"avatarUrl": "https://pix-cdn77-fc.xrcdn.com/c3605_p/users/0002/5061/2262/avatar97941565/avatarOriginal97941565.png/plain/rs:fill:200:200/w:200?secure=6bgxcvH53HyLYyth3eUgmduBUTI=,1786696799",
"displayName": "Xev Bellringer",
"username": "xev-bellringer",
"url": "https://fancentro.com/xev-bellringer",
"id": 123727101,
"bio": "Hey! Welcome to my official Fancentro. I'm Xev Bellringer 🌟 Subscribe to unlock my private world with 16 exclusive posts, including 245 premium videos you won't see anywhere else. Let's chat in the DMs! 💬",
"onlineStatus": "offline",
"followersCount": 1575,
"subscribersCount": 91,
"videosCount": 245,
"postsCount": 16,
"hasSubscriptions": true,
"monthlyPrice": 49.77,
"monthlyPriceUsd": 49.77,
"currency": "USD",
"subscriptionPlans": [
{"type": "three_months", "label": "$49.77 / 3 months", "price": 49.77, "priceUsd": 49.77, "rebillPrice": 49.77, "rebillDays": 90, "currency": "USD", "currencySymbol": "$", "discount": null, "normalPrice": null},
{"type": "six_months", "label": "$56.70 / 6 months", "price": 56.7, "priceUsd": 56.7, "rebillPrice": 56.7, "rebillDays": 180, "currency": "USD", "currencySymbol": "$", "discount": null, "normalPrice": null},
{"type": "yearly", "label": "$70.56 / 12 months", "price": 70.56, "priceUsd": 70.56, "rebillPrice": 70.56, "rebillDays": 365, "currency": "USD", "currencySymbol": "$", "discount": null, "normalPrice": null}
],
"subscriptionPerks": {"exclusive_content": true, "direct_messages": true, "clip_discount": false},
"coverUrl": "https://pix-cdn77-fc.xrcdn.com/c3605_p/users/0002/5061/2262/cover30378605/coverOriginal30378605.png/plain/rs:fill:1323:270/w:1323/gravity:obj:face?secure=2LNUqXLbGVGCtx8m1MwN1WncQ2o=,1786696799",
"observedAt": "2026-08-14T07:47:38.803Z",
"error": null,
"aiProfileSummary": "Xev Bellringer offers subscribers access to her exclusive content on Fancentro, featuring 16 unique posts and 245 premium videos. She encourages interaction through direct messaging.",
"aiTags": ["exclusive content", "premium videos", "private chat", "fancentro", "adult content"]
}

The most complete FanCentro public profile scraper available. It returns every field the public FanCentro creator page exposes, including follower and subscriber counts, content counts, and the full subscription plan and perk breakdown with prices normalized to USD, plus optional AI enrichment, so you can profile any creator by handle.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor takes a list of FanCentro creator handles (or full profile URLs), loads each public profile, and writes one normalized record per creator to the run's dataset. Each record carries the display name, handle, profile URL and numeric ID, bio, online status, follower and subscriber counts, video and post counts, whether subscriptions are open, the monthly price (raw and normalized to USD), and the full list of subscription plans and perks. Only public profile data is collected; no login or paywalled content is accessed. Missing source values are returned as null.

Two opt-in AI add-ons (paid Apify plans only) can write a profile summary (aiProfileSummary) and interest/niche tags (aiTags) from the bio.

Quickstart

Open the actor, paste this into the input, and press Run. It returns one creator profile with AI summary and tags enabled.

{
"usernames": ["xev-bellringer"],
"withAiProfileSummary": true,
"withAiTags": true
}

Provide at least one handle in usernames. Use the handle from the profile URL (for fancentro.com/reichan5 enter reichan5); full URLs are also accepted.

Input reference

FieldTypeRequiredDefaultDescription
usernamesstring[]yes["reichan5","blondiehottt","xev-bellringer"]FanCentro creator handles, one per entry. Use the handle from the profile URL, or paste a full profile URL.
maxProfilesintegerno10Maximum creator profiles to collect. Free Apify plans are capped at 10 per run.
withAiProfileSummarybooleannofalsePaid AI add-on. Add an AI summary of each creator from their bio.
withAiTagsbooleannofalsePaid AI add-on. Tag each creator with interest/niche tags from their bio.

Output reference

One dataset item per creator. Types: string, number, integer, boolean, object, array, or null when the source value is absent.

FieldTypeDescription
avatarUrlstringProfile avatar image URL.
displayNamestringCreator display name.
usernamestringCreator handle.
urlstringPublic profile URL.
idintegerNumeric FanCentro profile ID.
biostringPublic bio text.
onlineStatusstringonline or offline at collection time.
followersCountintegerNumber of followers.
subscribersCountintegerNumber of subscribers.
videosCountintegerNumber of videos on the profile.
postsCountintegerNumber of posts on the profile.
hasSubscriptionsbooleanWhether the creator is accepting subscriptions.
monthlyPricenumberLowest monthly price in the site currency, or null.
monthlyPriceUsdnumberSame price normalized to USD, or null.
currencystringCurrency code of the prices.
subscriptionPlansobject[]All subscription plans (type, label, price, priceUsd, rebillPrice, rebillDays, currency, discount, normalPrice).
subscriptionPerksobjectPerk flags such as exclusive_content, direct_messages, clip_discount.
coverUrlstringProfile cover image URL.
aiProfileSummarystringAI profile summary (only with withAiProfileSummary), else absent/null.
aiTagsstring[]AI interest/niche tags (only with withAiTags), else absent/null.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed lookup, an item with a populated error field is written instead.

Example output record

Real record from a live run (input {"usernames": ["xev-bellringer"], "withAiProfileSummary": true, "withAiTags": true}):

{
"avatarUrl": "https://pix-cdn77-fc.xrcdn.com/c3605_p/users/0002/5061/2262/avatar97941565/avatarOriginal97941565.png/plain/rs:fill:200:200/w:200?secure=6bgxcvH53HyLYyth3eUgmduBUTI=,1786696799",
"displayName": "Xev Bellringer",
"username": "xev-bellringer",
"url": "https://fancentro.com/xev-bellringer",
"id": 123727101,
"bio": "Hey! Welcome to my official Fancentro. I'm Xev Bellringer 🌟 Subscribe to unlock my private world with 16 exclusive posts, including 245 premium videos you won't see anywhere else. Let's chat in the DMs! 💬",
"onlineStatus": "offline",
"followersCount": 1575,
"subscribersCount": 91,
"videosCount": 245,
"postsCount": 16,
"hasSubscriptions": true,
"monthlyPrice": 49.77,
"monthlyPriceUsd": 49.77,
"currency": "USD",
"subscriptionPlans": [
{"type": "three_months", "label": "$49.77 / 3 months", "price": 49.77, "priceUsd": 49.77, "rebillPrice": 49.77, "rebillDays": 90, "currency": "USD", "currencySymbol": "$", "discount": null, "normalPrice": null},
{"type": "yearly", "label": "$70.56 / 12 months", "price": 70.56, "priceUsd": 70.56, "rebillPrice": 70.56, "rebillDays": 365, "currency": "USD", "currencySymbol": "$", "discount": null, "normalPrice": null}
],
"subscriptionPerks": {"exclusive_content": true, "direct_messages": true, "clip_discount": false},
"coverUrl": "https://pix-cdn77-fc.xrcdn.com/c3605_p/users/0002/5061/2262/cover30378605/coverOriginal30378605.png/plain/rs:fill:1323:270/w:1323/gravity:obj:face?secure=2LNUqXLbGVGCtx8m1MwN1WncQ2o=,1786696799",
"observedAt": "2026-08-14T07:47:38.803Z",
"error": null,
"aiProfileSummary": "Xev Bellringer offers subscribers access to her exclusive content on Fancentro, featuring 16 unique posts and 245 premium videos. She encourages interaction through direct messaging.",
"aiTags": ["exclusive content", "premium videos", "private chat", "fancentro", "adult content"]
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~fancentro-profile-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"usernames":["xev-bellringer"]}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~fancentro-profile-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"usernames":["reichan5","blondiehottt","xev-bellringer"],"maxProfiles":50}'

Apify CLI:

apify call scrapers_lat/fancentro-profile-scraper \
--input '{"usernames":["xev-bellringer"]}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per creator profile returned (result event). See the pricing tab for the current per-result price.
  • AI add-ons bill separately. Profile summary and tags are opt-in, off by default, and each carry their own per-item charge.
  • No charge on failure. If a lookup errors, the actor writes an item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxProfiles.

FAQ and troubleshooting

A handle returned an error. Why? The profile may be private, suspended, renamed, or the handle may be wrong. Confirm the handle resolves at fancentro.com/<handle>. Failed lookups are not charged.

Does this access paywalled content? No. Only public profile data (stats, bio, subscription pricing) is collected. No login and no paid content are accessed.

Do I enter a handle or a URL? Either. xev-bellringer and https://fancentro.com/xev-bellringer both work.

Why are aiProfileSummary and aiTags missing? They are opt-in paid add-ons. Enable withAiProfileSummary and withAiTags on a paid plan to populate them.

Is this an official FanCentro tool? No. This actor is independent and has no affiliation with FanCentro. It reads only data that is publicly available on the site.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with FanCentro. Accesses only publicly available profile data.