FanCentro Public Profile & Stats Scraper
Pricing
from $6.15 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
20 hours ago
Last modified
Categories
Share
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
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
usernames | string[] | yes | ["reichan5","blondiehottt","xev-bellringer"] | FanCentro creator handles, one per entry. Use the handle from the profile URL, or paste a full profile URL. |
maxProfiles | integer | no | 10 | Maximum creator profiles to collect. Free Apify plans are capped at 10 per run. |
withAiProfileSummary | boolean | no | false | Paid AI add-on. Add an AI summary of each creator from their bio. |
withAiTags | boolean | no | false | Paid 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.
| Field | Type | Description |
|---|---|---|
avatarUrl | string | Profile avatar image URL. |
displayName | string | Creator display name. |
username | string | Creator handle. |
url | string | Public profile URL. |
id | integer | Numeric FanCentro profile ID. |
bio | string | Public bio text. |
onlineStatus | string | online or offline at collection time. |
followersCount | integer | Number of followers. |
subscribersCount | integer | Number of subscribers. |
videosCount | integer | Number of videos on the profile. |
postsCount | integer | Number of posts on the profile. |
hasSubscriptions | boolean | Whether the creator is accepting subscriptions. |
monthlyPrice | number | Lowest monthly price in the site currency, or null. |
monthlyPriceUsd | number | Same price normalized to USD, or null. |
currency | string | Currency code of the prices. |
subscriptionPlans | object[] | All subscription plans (type, label, price, priceUsd, rebillPrice, rebillDays, currency, discount, normalPrice). |
subscriptionPerks | object | Perk flags such as exclusive_content, direct_messages, clip_discount. |
coverUrl | string | Profile cover image URL. |
aiProfileSummary | string | AI profile summary (only with withAiProfileSummary), else absent/null. |
aiTags | string[] | AI interest/niche tags (only with withAiTags), else absent/null. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null 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:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "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 (
resultevent). 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
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon 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.
Related scrapers
- Fansly Public Profile & Stats Scraper: public Fansly creator stats and pricing.
- Fanvue Public Profile & Stats Scraper: public Fanvue creator stats and pricing.
- Instagram Profile & Posts Scraper: public Instagram profiles and engagement counts.
- YouTube Video & Channel Data Scraper: channel stats and video metadata.
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.
