Fanvue Public Profile & Creator Stats Scraper
Pricing
from $6.15 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
2
Monthly active users
20 hours ago
Last modified
Categories
Share
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
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 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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
usernames | string[] | yes | ["mayleethai","amykimm","hazelprent"] | Fanvue creator usernames (the slug in fanvue.com/USERNAME), one per entry. Full profile URLs are also accepted. |
maxProfiles | integer | no | 10 | Maximum 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, array, or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
imageUrl | string | Primary profile image URL. |
displayName | string | Creator display name. |
handle | string | Creator handle. |
url | string | Public profile URL. |
id | string | Fanvue profile UUID. |
isVerified | boolean | Whether the creator is verified. |
isAiCreator | boolean | Whether the creator is flagged as an AI creator. |
isSfwCreator | boolean | Whether the profile is safe-for-work. |
isAmbassador | boolean | Whether the creator is a Fanvue ambassador. |
isOnline | boolean | Whether the creator is online at collection time. |
gender | string | Self-reported gender, or null. |
nickname | string | Nickname when set, else null. |
profileLocation | string | Location string shown on the profile, or null. |
bio | string | Public bio text. |
subscriptionPriceUsd | number | Monthly subscription price in USD, or null. |
subscriptionDisplayPrice | string | Subscription price as displayed. |
enableFollowForFree | boolean | Whether free following is enabled. |
freeTrialDays | integer | Free-trial length in days, or null. |
promotionMessage | string | Active promotion banner text, or null. |
promotionUsedCount | integer | How many times the promotion has been used, or null. |
promotionDiscountPercent | integer | Promotion discount percent, or null. |
promotionEndsAt | string | Promotion end timestamp, or null. |
subscriptionBundles | object[] | Multi-month bundles with duration, discount, display price, monthly price and savings. |
likeCount | integer | Total likes on the profile. |
postCount | integer | Number of posts. |
imageCount | integer | Number of images. |
videoCount | integer | Number of videos. |
audioCount | integer | Number of audio items. |
pollCount | integer | Number of polls. |
documentCount | integer | Number of documents. |
payToViewPostCount | integer | Number of pay-to-view posts. |
mediaCount | integer | Total media items. |
totalContentCount | integer | Total content items. |
socialLinks | array | Linked social entries when present, else null. |
instagramUrl | string | Instagram URL when linked, else null. |
twitterUrl | string | Twitter/X URL when linked, else null. |
tiktokUrl | string | TikTok URL when linked, else null. |
hasVoice | boolean | Whether the profile has a voice sample. |
hasIntroVideo | boolean | Whether the profile has an intro video. |
avatarUrl | string | Avatar image URL. |
bannerUrl | string | Banner image URL, or null. |
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": ["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:
# 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 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.
Related scrapers
- Fansly Public Profile & Stats Scraper: public Fansly creator stats and pricing.
- FanCentro Public Profile & Stats Scraper: public FanCentro 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 Fanvue. Accesses only publicly available profile data.
