Fanvue Creators Scraper avatar

Fanvue Creators Scraper

Pricing

from $5.50 / 1,000 creator profiles

Go to Apify Store
Fanvue Creators Scraper

Fanvue Creators Scraper

Find public Fanvue creators from Fanvue's current public discovery set or look up known handles and profile URLs. Get identity, bios, subscription plans, promotions, content counts, flags, image links, and profile links in one dataset. No Fanvue login is needed.

Pricing

from $5.50 / 1,000 creator profiles

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

🔎 Find Fanvue creator profiles

For creator researchers, talent teams, marketers, and analysts, this Actor finds public Fanvue creator profiles and returns identity, bios, subscription plans, promotions, public counts, status flags, image links, and source details in a structured dataset. Use it to build a shortlist, compare public profiles, or check a known profile without opening each page by hand. It uses public Fanvue pages and does not need a Fanvue login.

📋 Public Fanvue creator data

What each row contains

The default dataset saves one row for each public creator profile read successfully. A row can include the public creator ID, handle, display name, canonical profile URL, bio, gender, location, avatar, banner, and discovery image. It can also include subscription plans, free-follow status, free-trial terms, promotions, total likes, content counts, creator flags, public status, discovery source, a matching discovery keyword, and the observation time.

Optional values may be absent when Fanvue does not show them. Image fields are public links. The Actor returns profile metadata and image links only. It does not collect gated posts or private media.

▶️ Find profiles with a handle, URL, or keyword

Run flow

Choose Handles or profile URLs to read a known public profile, or choose Public discovery to use Fanvue's current promoted public discovery set. In profile mode, add a public handle or full profile URL. In discovery mode, leave the keyword blank for the current set, or enter one word or phrase to filter the handle, display name, or bio. Use a separate run for each discovery search.

Fanvue's public discovery set is not an exhaustive search of every creator. A known handle or URL keeps the run focused when you already know which profile to check. After the run, open the dataset link in the Output panel.

⚙️ Input

Input fields

FieldTypeWhat it does
discoveryMethodstringRequired. Choose profiles for Handles or profile URLs, or discovery for Public discovery.
profilesarray of stringsPublic Fanvue handles or full profile URLs to read. Used when discoveryMethod is profiles.
profiles[]stringOne public handle, such as fabrizioromano, or one full public profile URL.
discoveryKeywordstringOptional one word or phrase. Fanvue checks the public handle, display name, and bio. Leave it blank to return the current public discovery set. Used when discoveryMethod is discovery.

Successful input

This is the smallest successful direct-profile input from a current-beta run:

{
"discoveryMethod": "profiles",
"profiles": [
"fabrizioromano"
]
}

🧾 Output

Dataset link

The Output panel provides a link to the default dataset. All successful rows use the same profile shape. Fields that Fanvue does not expose may be absent or null.

Profile row fields

FieldTypeWhat it does
creatorIdstringPublic Fanvue creator ID when shown.
handlestringPublic Fanvue handle for the creator.
displayNamestringPublic name shown on the profile.
profileUrlstring (URL)Canonical public link to the creator profile.
biostringPublic biography text when shown.
genderstringPublic gender value when Fanvue shows it.
locationstringPublic location value when Fanvue returns it.
avatarUrlstring (URL)Public avatar image link when available.
bannerUrlstring (URL)Public banner image link when available.
discoveryImageUrlstring (URL)Image link shown for the creator in public discovery when available.
subscriptionPlansarray of objectsPublic monthly and multi-month subscription plans when shown.
subscriptionPlans[].monthsintegerNumber of months covered by the plan.
subscriptionPlans[].pricenumberPlan price in the listed currency.
subscriptionPlans[].currencystringCurrency used for the plan price.
subscriptionPlans[].discountPercentnumberPublic discount for the plan when shown.
freeFollowAvailablebooleanWhether the creator allows public free following.
freeTrialobjectPublic free-trial terms when shown.
freeTrial.availablebooleanWhether a public free trial is available.
freeTrial.durationDaysintegerNumber of free-trial days when shown.
promotionsarray of objectsPublic promotions shown on the profile.
promotions[].offerTextstringPublic text that describes the offer when shown.
promotions[].discountPercentnumberPublic discount for the promotion when shown.
promotions[].endsAtdate-time stringTime when the promotion ends when shown.
promotions[].maxUsesintegerMaximum number of uses for the promotion when shown.
totalLikesintegerAggregate public likes when shown.
contentCountsarray of objectsPublic counts grouped by content type when shown.
contentCounts[].contentTypestringName of the content type.
contentCounts[].countintegerPublic number of items of that content type.
isCreatorbooleanWhether Fanvue classifies the profile as a creator.
isVerifiedbooleanWhether Fanvue shows a verified badge.
isAiCreatorbooleanWhether Fanvue marks the profile as an AI creator.
isSfwCreatorbooleanWhether Fanvue marks the profile as a safe-for-work creator.
isAmbassadorbooleanWhether Fanvue marks the creator as an ambassador.
hasIntroVideobooleanWhether the profile has a public intro video.
hasAiVoicebooleanWhether Fanvue marks the creator as using an AI voice.
isPublicbooleanWhether Fanvue marks the profile as public.
isSuspendedbooleanWhether Fanvue marks the profile as suspended.
discoveredFromstringWhether the row came from input or fanvue-discovery.
discoveryKeywordstringDiscovery keyword that caused the row to be saved when applicable.
observedAtdate-time stringUTC time when the public profile snapshot was observed.

Genuine current-beta row

This complete row came from the successful current-beta run that looked up fabrizioromano by handle.

{
"handle": "fabrizioromano",
"displayName": "Fabrizio Romano",
"profileUrl": "https://www.fanvue.com/fabrizioromano",
"observedAt": "2026-09-01T15:33:33.821Z",
"creatorId": "11855a8b-9f49-4144-8b8f-e2563dc8f4ab",
"bio": "🚨BREAKING: I have joined Fanvue 💚\n\nSubscribe to access my exclusive weekly transfer show, rumours and the full behind scenes of my life \n\nHERE WE GO! 💣🔥",
"avatarUrl": "https://media.fanvue.com/public/11855a8b-9f49-4144-8b8f-e2563dc8f4ab/images/ce431759-6fd5-4307-bdf0-aac119c47a0b",
"bannerUrl": "https://media.fanvue.com/public/11855a8b-9f49-4144-8b8f-e2563dc8f4ab/images/007a8efb-411e-40c7-a6d8-a74da26ecec3",
"subscriptionPlans": [
{
"months": 1,
"price": 14.99,
"currency": "USD"
},
{
"months": 3,
"price": 35.98,
"currency": "USD",
"discountPercent": 20
},
{
"months": 6,
"price": 58.46,
"currency": "USD",
"discountPercent": 35
},
{
"months": 12,
"price": 89.94,
"currency": "USD",
"discountPercent": 50
}
],
"freeFollowAvailable": false,
"freeTrial": {
"available": true,
"durationDays": 7
},
"promotions": [
{
"offerText": "HERE WE GO!!! 7 Days for FREE friends 💣"
}
],
"totalLikes": 2176,
"contentCounts": [
{
"contentType": "image",
"count": 39
},
{
"contentType": "video",
"count": 17
},
{
"contentType": "audio",
"count": 0
},
{
"contentType": "document",
"count": 0
},
{
"contentType": "post",
"count": 56
},
{
"contentType": "payToViewPost",
"count": 0
},
{
"contentType": "poll",
"count": 0
}
],
"isCreator": true,
"isVerified": true,
"isAiCreator": false,
"isSfwCreator": true,
"isAmbassador": true,
"hasIntroVideo": true,
"hasAiVoice": false,
"isPublic": true,
"isSuspended": false,
"discoveredFrom": "input"
}

💳 Pricing

How charges work

This Actor uses pay-per-event pricing. The Creator Profile charge covers one public creator profile saved to your dataset. The rate depends on your Apify plan and is shown on the Store pricing page.

🔌 Integrations

Dataset access

Open the default dataset link in the Output panel to review the rows. You can also use the public dataset through the Apify API or export it from Apify.

See the Apify Actor walkthrough:

❓ FAQ

What does Public discovery include?

It uses Fanvue's currently promoted public discovery set. It is not an exhaustive search of every Fanvue creator.

Can I look up a known creator?

Yes. Choose Handles or profile URLs and enter a public handle or full public Fanvue profile URL.

Can I use more than one discovery keyword in a run?

No. Enter one word or phrase per run. Use a separate run for each discovery search.

Does the Actor need a Fanvue login?

No. It uses public Fanvue access and does not ask for a Fanvue login or credentials.

Does it collect posts or private media?

No. It returns public profile metadata and image links. It does not collect gated, private, or paywalled posts or media, messages, subscriber information, account data, or private analytics.

Why is a field missing from a row?

Fanvue may not expose every public value on every profile. Optional fields can be absent or null, and the Actor does not guess them.

Why can a price or promotion differ on a later run?

The Actor returns the public profile values observed at run time. Creators can change prices, plans, and promotions, and displayed values can vary.

📝 Changelog

0.0: Initial release

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

Made with ❤️ by Maxime Dupré