Fanvue Public Profile & Creator Stats Scraper avatar

Fanvue Public Profile & Creator Stats Scraper

Pricing

from $6.15 / 1,000 results

Go to Apify Store
Fanvue Public Profile & Creator Stats Scraper

Fanvue Public Profile & Creator Stats Scraper

Extract public Fanvue creator profiles by username. Get display name, handle, bio, subscription price, free trial, content counts (posts, images, videos), total likes, verified and AI badges, avatar and banner. Export JSON, CSV, Excel.

Pricing

from $6.15 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

20 hours ago

Last modified

Share

Fanvue Public Profile & Creator Stats Scraper

Fanvue Public Profile & Creator Stats Scraper

Here is one real result, with every field the actor returns (the bio is trimmed to its opening lines for readability; all values are real):

{
"imageUrl": "https://media.fanvue.com/public/1fb5644a-bdb2-43cc-81b3-15d6dc742dcd/images/4c099c99-661f-4e2f-8390-5fc7500e47fc",
"displayName": "Maylee",
"handle": "mayleethai",
"url": "https://www.fanvue.com/mayleethai",
"id": "1fb5644a-bdb2-43cc-81b3-15d6dc742dcd",
"isVerified": true,
"isAiCreator": true,
"isSfwCreator": false,
"isAmbassador": false,
"isOnline": true,
"gender": "FEMALE",
"nickname": null,
"profileLocation": "1.3 miles away",
"bio": "I’m glad you found me! ❤️ bringing you some news in here but a bit different than the usual ones 😜 ... 📆 Daily drops 💬 Chat 1:1 (yes, it’s really me) 🌶️ Spicy content 🎥 Explicit 100% 🫡 Custom Requests",
"subscriptionPriceUsd": 9.99,
"subscriptionDisplayPrice": "$9.99",
"enableFollowForFree": true,
"freeTrialDays": 3,
"promotionMessage": "3 Days FREE ‼️ ONLY 9 SPOTS LEFT ‼️",
"promotionUsedCount": 3789,
"promotionDiscountPercent": null,
"promotionEndsAt": null,
"subscriptionBundles": [
{"durationInMonths": 3, "discountPercentage": 20, "displayPrice": "$23.98", "monthlyDisplayPrice": "$7.99", "savingsDisplayPrice": "$5.99"},
{"durationInMonths": 6, "discountPercentage": 30, "displayPrice": "$41.96", "monthlyDisplayPrice": "$6.99", "savingsDisplayPrice": "$17.98"},
{"durationInMonths": 12, "discountPercentage": 40, "displayPrice": "$71.93", "monthlyDisplayPrice": "$5.99", "savingsDisplayPrice": "$47.95"}
],
"likeCount": 8520,
"postCount": 113,
"imageCount": 122,
"videoCount": 14,
"audioCount": 0,
"pollCount": 0,
"documentCount": 0,
"payToViewPostCount": 2,
"mediaCount": 136,
"totalContentCount": 249,
"socialLinks": null,
"instagramUrl": null,
"twitterUrl": null,
"tiktokUrl": null,
"hasVoice": true,
"hasIntroVideo": true,
"avatarUrl": "https://media.fanvue.com/public/1fb5644a-bdb2-43cc-81b3-15d6dc742dcd/images/4c099c99-661f-4e2f-8390-5fc7500e47fc",
"bannerUrl": "https://media.fanvue.com/public/1fb5644a-bdb2-43cc-81b3-15d6dc742dcd/images/dec4ae6a-052f-4abc-a123-f9a81a63bca3",
"observedAt": "2026-08-14T07:46:58.960Z",
"error": null,
"aiProfileSummary": "This creator is a half Thai, half American individual who offers a variety of spicy and explicit content, including daily drops, custom requests, and one-on-one chats. They are open-minded and confident, engaging with their audience directly without an agency.",
"aiTags": ["spicy content", "custom requests", "roleplays", "cosplay", "gf experience", "teasing", "curvy", "single"]
}

The most complete Fanvue public profile scraper available. It returns every field the public Fanvue creator page exposes, including verified/AI/ambassador flags, the subscription price and every bundle with discounts, full content counts, promotion details, and linked socials, 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 Fanvue creator usernames (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 and handle, the numeric profile ID, verified/AI/SFW/ambassador/online flags, gender and location, bio, the subscription price in USD and every subscription bundle with its discount and savings, free-trial and follow-for-free settings, promotion details, the full breakdown of content counts (posts, images, videos, audio, polls, documents, pay-to-view, media, total), voice/intro-video flags, linked socials, and avatar and banner image URLs. 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 creator profiles with AI summary and tags enabled.

{
"usernames": ["mayleethai", "amykimm"],
"withAiProfileSummary": true,
"withAiTags": true
}

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

Input reference

FieldTypeRequiredDefaultDescription
usernamesstring[]yes["mayleethai","amykimm","hazelprent"]Fanvue creator usernames (the slug in fanvue.com/USERNAME), one per entry. Full profile URLs are also accepted.
maxProfilesintegerno10Maximum 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, array, or null when the source value is absent.

FieldTypeDescription
imageUrlstringPrimary profile image URL.
displayNamestringCreator display name.
handlestringCreator handle.
urlstringPublic profile URL.
idstringFanvue profile UUID.
isVerifiedbooleanWhether the creator is verified.
isAiCreatorbooleanWhether the creator is flagged as an AI creator.
isSfwCreatorbooleanWhether the profile is safe-for-work.
isAmbassadorbooleanWhether the creator is a Fanvue ambassador.
isOnlinebooleanWhether the creator is online at collection time.
genderstringSelf-reported gender, or null.
nicknamestringNickname when set, else null.
profileLocationstringLocation string shown on the profile, or null.
biostringPublic bio text.
subscriptionPriceUsdnumberMonthly subscription price in USD, or null.
subscriptionDisplayPricestringSubscription price as displayed.
enableFollowForFreebooleanWhether free following is enabled.
freeTrialDaysintegerFree-trial length in days, or null.
promotionMessagestringActive promotion banner text, or null.
promotionUsedCountintegerHow many times the promotion has been used, or null.
promotionDiscountPercentintegerPromotion discount percent, or null.
promotionEndsAtstringPromotion end timestamp, or null.
subscriptionBundlesobject[]Multi-month bundles with duration, discount, display price, monthly price and savings.
likeCountintegerTotal likes on the profile.
postCountintegerNumber of posts.
imageCountintegerNumber of images.
videoCountintegerNumber of videos.
audioCountintegerNumber of audio items.
pollCountintegerNumber of polls.
documentCountintegerNumber of documents.
payToViewPostCountintegerNumber of pay-to-view posts.
mediaCountintegerTotal media items.
totalContentCountintegerTotal content items.
socialLinksarrayLinked social entries when present, else null.
instagramUrlstringInstagram URL when linked, else null.
twitterUrlstringTwitter/X URL when linked, else null.
tiktokUrlstringTikTok URL when linked, else null.
hasVoicebooleanWhether the profile has a voice sample.
hasIntroVideobooleanWhether the profile has an intro video.
avatarUrlstringAvatar image URL.
bannerUrlstringBanner image URL, or null.
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": ["mayleethai", "amykimm"], "withAiProfileSummary": true, "withAiTags": true}), with the bio trimmed to its opening lines (real value):

{
"imageUrl": "https://media.fanvue.com/public/1fb5644a-bdb2-43cc-81b3-15d6dc742dcd/images/4c099c99-661f-4e2f-8390-5fc7500e47fc",
"displayName": "Maylee",
"handle": "mayleethai",
"url": "https://www.fanvue.com/mayleethai",
"id": "1fb5644a-bdb2-43cc-81b3-15d6dc742dcd",
"isVerified": true,
"isAiCreator": true,
"isSfwCreator": false,
"isAmbassador": false,
"isOnline": true,
"gender": "FEMALE",
"nickname": null,
"profileLocation": "1.3 miles away",
"bio": "I’m glad you found me! ❤️ ... 📆 Daily drops 💬 Chat 1:1 (yes, it’s really me) 🌶️ Spicy content 🎥 Explicit 100% 🫡 Custom Requests",
"subscriptionPriceUsd": 9.99,
"subscriptionDisplayPrice": "$9.99",
"enableFollowForFree": true,
"freeTrialDays": 3,
"promotionMessage": "3 Days FREE ‼️ ONLY 9 SPOTS LEFT ‼️",
"promotionUsedCount": 3789,
"promotionDiscountPercent": null,
"promotionEndsAt": null,
"subscriptionBundles": [
{"durationInMonths": 3, "discountPercentage": 20, "displayPrice": "$23.98", "monthlyDisplayPrice": "$7.99", "savingsDisplayPrice": "$5.99"},
{"durationInMonths": 12, "discountPercentage": 40, "displayPrice": "$71.93", "monthlyDisplayPrice": "$5.99", "savingsDisplayPrice": "$47.95"}
],
"likeCount": 8520,
"postCount": 113,
"imageCount": 122,
"videoCount": 14,
"audioCount": 0,
"pollCount": 0,
"documentCount": 0,
"payToViewPostCount": 2,
"mediaCount": 136,
"totalContentCount": 249,
"socialLinks": null,
"instagramUrl": null,
"twitterUrl": null,
"tiktokUrl": null,
"hasVoice": true,
"hasIntroVideo": true,
"avatarUrl": "https://media.fanvue.com/public/1fb5644a-bdb2-43cc-81b3-15d6dc742dcd/images/4c099c99-661f-4e2f-8390-5fc7500e47fc",
"bannerUrl": "https://media.fanvue.com/public/1fb5644a-bdb2-43cc-81b3-15d6dc742dcd/images/dec4ae6a-052f-4abc-a123-f9a81a63bca3",
"observedAt": "2026-08-14T07:46:58.960Z",
"error": null,
"aiProfileSummary": "This creator is a half Thai, half American individual who offers a variety of spicy and explicit content, including daily drops, custom requests, and one-on-one chats. They are open-minded and confident, engaging with their audience directly without an agency.",
"aiTags": ["spicy content", "custom requests", "roleplays", "cosplay", "gf experience", "teasing", "curvy", "single"]
}

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~fanvue-profile-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"usernames":["mayleethai"]}'

Start a run asynchronously:

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

Apify CLI:

apify call scrapers_lat/fanvue-profile-scraper \
--input '{"usernames":["mayleethai"]}'

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 not exist, may not be a public creator, or the handle may be wrong. The actor writes error: "profile not found or not a public creator" for those. Confirm the handle resolves at fanvue.com/<handle>. Failed lookups are not charged.

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

Do I enter a handle or a URL? Either. mayleethai and https://www.fanvue.com/mayleethai both work.

What does isAiCreator mean? Fanvue flags some profiles as AI creators. The field reflects that flag exactly as the site publishes it.

Is this an official Fanvue tool? No. This actor is independent and has no affiliation with Fanvue. 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 Fanvue. Accesses only publicly available profile data.