# Fansly Full Profile Scraper (`powerai/fansly-full-profile-scraper`) Actor

Extract complete profile information from Fansly creators by providing their usernames, including subscription tiers, statistics, and media content details.

- **URL**: https://apify.com/powerai/fansly-full-profile-scraper.md
- **Developed by:** [PowerAI](https://apify.com/powerai) (community)
- **Categories:** Social media, Integrations, Lead generation
- **Stats:** 54 total users, 7 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 👤 Fansly Full Profile Scraper

This actor allows you to extract complete profile information from Fansly creators by providing their usernames. It retrieves comprehensive account details including subscription information, statistics, media content, and social connections.

### Features

- **Batch Processing:** Process multiple usernames efficiently in batches
- **Complete Profile Data:** Extract comprehensive information about each creator including:
  - Account details and display information
  - Subscription tiers and pricing
  - Media statistics (images, videos, bundles)
  - Social metrics (followers, subscribers, likes)
  - Profile media (avatar, banner)
  - Subscription benefits and promotional offers
  - Pinned posts and content walls
  - Social media links
  - Profile badges and achievements
- **Rich Media Information:** Includes details about profile images, banners, and content organization
- **Subscription Details:** Complete information about subscription tiers, pricing plans, and promotional offers

### Input Parameters

| Field      | Type    | Required | Description                                    |
|------------|---------|----------|------------------------------------------------|
| `usernames`| array   | Yes      | Array of Fansly usernames to scrape            |

### Output

The output is a list of profile objects, each containing comprehensive account information:

- `id`: Account ID
- `username`: Creator username
- `displayName`: Display name
- `followCount`: Number of followers
- `subscriberCount`: Number of subscribers
- `about`: Profile description
- `location`: Creator location
- `subscriptionTiers`: Array of subscription tier information including:
  - Tier name and pricing
  - Billing cycles and plans
  - Promotional offers
  - Subscription benefits
- `timelineStats`: Media statistics including:
  - Image count
  - Video count
  - Bundle count
- `accountMediaLikes`: Total likes on account media
- `postLikes`: Total likes on posts
- `avatar`: Profile avatar information with multiple size variants
- `banner`: Profile banner information with multiple size variants
- `profileSocials`: Social media links
- `profileBadges`: Achievement badges
- `pinnedPosts`: Array of pinned post IDs
- `walls`: Content organization walls
- `scrapedAt`: Timestamp of when the profile was scraped

Example output:

```json
[
  {
    "id": "787253315250429952",
    "username": "siensky",
    "displayName": "Sienna",
    "flags": 18,
    "version": 4,
    "followCount": 57527,
    "subscriberCount": 0,
    "permissions": {
        "accountPermissionFlags": {
            "flags": 0
        }
    },
    "timelineStats": {
        "accountId": "787253315250429952",
        "imageCount": 52,
        "videoCount": 412,
        "bundleCount": 17,
        "bundleImageCount": 45,
        "bundleVideoCount": 23,
        "fetchedAt": 1763589670121
    },
    "subscriptionTiers": [
        {
            "id": "788317167186620416",
            "accountId": "787253315250429952",
            "name": "Monthly subscription ",
            "color": "#46A7F8",
            "pos": 0,
            "price": 5000,
            "maxSubscribers": 0,
            "subscriptionBenefits": [

            ],
            "includedTierIds": [

            ],
            "plans": [
                {
                    "id": "788317167211782144",
                    "status": 1,
                    "billingCycle": 30,
                    "price": 7990,
                    "useAmounts": 0,
                    "promos": [
                        {
                            "id": "788755701802479616",
                            "status": 2,
                            "price": 5000,
                            "duration": 30,
                            "maxUses": 1,
                            "maxUsesBefore": null,
                            "newSubscribersOnly": 1,
                            "description": "50% off first month",
                            "startsAt": 1750179569000,
                            "endsAt": 1752313080000
                        }
                    ]
                },
                {
                    "id": "788510929296826369",
                    "status": 1,
                    "billingCycle": 60,
                    "price": 14382,
                    "useAmounts": 0,
                    "promos": [

                    ]
                },
                {
                    "id": "788510929296826370",
                    "status": 1,
                    "billingCycle": 90,
                    "price": 20374,
                    "useAmounts": 0,
                    "promos": [

                    ]
                },
                {
                    "id": "788510929296826371",
                    "status": 1,
                    "billingCycle": 180,
                    "price": 38352,
                    "useAmounts": 0,
                    "promos": [

                    ]
                }
            ]
        },
        {
            "id": "788945633909153792",
            "accountId": "787253315250429952",
            "name": "💦ALL PEE VIDS UNLOCKED💦",
            "color": "#FFD700",
            "pos": 0,
            "price": 5000,
            "maxSubscribers": 0,
            "subscriptionBenefits": [
                "Watch every video of me peeing for completely free!"
            ],
            "includedTierIds": [
                "788317167186620416"
            ],
            "plans": [
                {
                    "id": "788945633938518016",
                    "status": 1,
                    "billingCycle": 30,
                    "price": 39000,
                    "useAmounts": 0,
                    "promos": [
                        {
                            "id": "796027462529069056",
                            "status": 2,
                            "price": 23900,
                            "duration": 30,
                            "maxUses": 1,
                            "maxUsesBefore": null,
                            "newSubscribersOnly": 0,
                            "description": "40% OFF 48 HOURS!",
                            "startsAt": 1755770431000,
                            "endsAt": 1755925980000
                        }
                    ]
                }
            ]
        },
        {
            "id": "795091941439053824",
            "accountId": "787253315250429952",
            "name": "👫All SEXTAPES unlocked, watch me FUCK👉👌💦",
            "color": "#32CD32",
            "pos": 0,
            "price": 5000,
            "maxSubscribers": 0,
            "subscriptionBenefits": [
                "Access to all my B/G content with no Pee"
            ],
            "includedTierIds": [

            ],
            "plans": [
                {
                    "id": "795091941460029440",
                    "status": 1,
                    "billingCycle": 30,
                    "price": 59000,
                    "useAmounts": 0,
                    "promos": [
                        {
                            "id": "802310517979885568",
                            "status": 1,
                            "price": 35500,
                            "duration": 30,
                            "maxUses": 1,
                            "maxUsesBefore": null,
                            "newSubscribersOnly": 0,
                            "description": "40% OFF FOR 48 HOURS!!",
                            "startsAt": 1755970422000,
                            "endsAt": 1756099260000
                        }
                    ]
                }
            ]
        },
        {
            "id": "788511887129063424",
            "accountId": "787253315250429952",
            "name": "💎NO PPV- PREMIUM💎",
            "color": "#F73838",
            "pos": 2,
            "price": 5000,
            "maxSubscribers": 0,
            "subscriptionBenefits": [
                "All videos are unlocked",
                "I will respond faster to DM’s",
                "Customs get bumped to the top of the to-do list"
            ],
            "includedTierIds": [
                "788317167186620416",
                "788945633909153792",
                "795091941439053824"
            ],
            "plans": [
                {
                    "id": "788511887158419456",
                    "status": 1,
                    "billingCycle": 30,
                    "price": 99000,
                    "useAmounts": 0,
                    "promos": [
                        {
                            "id": "802310630102016008",
                            "status": 1,
                            "price": 59500,
                            "duration": 30,
                            "maxUses": 1,
                            "maxUsesBefore": null,
                            "newSubscribersOnly": 0,
                            "description": "40% OFF FOR 48 HOURS!!",
                            "startsAt": 1755970406000,
                            "endsAt": 1756099260000
                        }
                    ]
                },
                {
                    "id": "788511887158419457",
                    "status": 2,
                    "billingCycle": 60,
                    "price": 178200,
                    "useAmounts": 0,
                    "promos": [

                    ]
                },
                {
                    "id": "788511887158419458",
                    "status": 2,
                    "billingCycle": 90,
                    "price": 252450,
                    "useAmounts": 0,
                    "promos": [

                    ]
                },
                {
                    "id": "788511887158419459",
                    "status": 2,
                    "billingCycle": 180,
                    "price": 475200,
                    "useAmounts": 0,
                    "promos": [

                    ]
                }
            ]
        }
    ],
    "accountMediaLikes": 108003,
    "statusId": 3,
    "lastSeenAt": 0,
    "postLikes": 9503,
    "profileAccessFlags": 0,
    "profileFlags": 0,
    "about": "2007 baby and super tiny! I’m finally old enough for this site\nCo performer is @Jackskyy\nThis is where I explore my naughty side—and you get a front-row seat 👀\nDaily uploads!!!\nLots of peeing content💦\n🍑 Daily posts to tease, tempt, and keep you coming back\n🤫 Fetish & kink-friendly— ask and you shall receive\n💦 Squirt Friendly- let’s make a mess\n👫 BG Content\nSo tell me—what do you want to see first? 💋\nI will not scam you what I say is in the post is exactly what’s in the post.\nI can’t wait to chat and get naughty with you!!",
    "location": "Florida",
    "profileSocials": [
        {
            "providerId": "1",
            "handle": "Sienskyy"
        },
        {
            "providerId": "4",
            "handle": "Sienskyy"
        },
        {
            "providerId": "5",
            "handle": "Sienskyy"
        },
        {
            "providerId": "8",
            "handle": "Sienskyy"
        }
    ],
    "profileBadges": [
        {
            "accountId": "787253315250429952",
            "badgeId": "831603691692773376",
            "badgeType": 1002,
            "badgeDescription": "This badge was awarded for competing in the September 2025 leaderboard competition.",
            "displayFlags": 2,
            "metadata": "{\"badge_title\":\"Top 250 Sept '25\",\"content\":\"<div style=\\\"position:relative;width:100%;height:100%;background:linear-gradient(90deg, #2E7D32 0%, #66BB6A 50%, #2E7D32 100%);border-radius:0.75em;display:flex;align-items:center;justify-content:space-between;padding:0 1em;box-sizing:border-box;font-family:'Roboto',sans-serif\\\"><div style=\\\"position:absolute;inset:0;background:rgba(46, 125, 50, 0.1);box-shadow:inset 0.125em 0.1875em 0 rgba(255,255,255,0.2), inset -0.125em -0.1875em 0 rgba(0,0,0,0.2);border-radius:0.75em;pointer-events:none\\\"><\\/div><div style=\\\"display:flex;align-items:center;gap:0.5em;z-index:2\\\"><span style=\\\"font-weight:700;font-size:1em;line-height:1.4;color:#FFFFFF\\\">Top<\\/span><span style=\\\"font-weight:700;font-size:1.25em;line-height:1.4;color:#FFFFFF\\\">250<\\/span><\\/div><img src=\\\"\\/assets\\/images\\/leaderboard\\/202509\\/top_250.png\\\" style=\\\"position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:150%;width:auto;pointer-events:none;z-index:1\\\" alt=\\\"Badge\\\"><span style=\\\"font-weight:700;font-size:1em;line-height:1.4;color:#FFFFFF;z-index:2\\\">Sep '25<\\/span><\\/div>\"}",
            "createdAt": 1759764130000
        }
    ],
    "pinnedPosts": [
        {
            "postId": "835211398802849794",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794179455294644224",
            "createdAt": 1763602933000
        },
        {
            "postId": "845407627474137088",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794179455294644224",
            "createdAt": 1763055254000
        },
        {
            "postId": "844829069357899776",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794091980438118403",
            "createdAt": 1762917306000
        },
        {
            "postId": "838119869223297024",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794179455294644224",
            "createdAt": 1761318306000
        },
        {
            "postId": "835624310998577152",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "832723902328221698",
            "createdAt": 1760722721000
        },
        {
            "postId": "825382062277029888",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794092025803710465",
            "createdAt": 1758280778000
        },
        {
            "postId": "788639609134264321",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794092117201793025",
            "createdAt": 1754772974000
        },
        {
            "postId": "792432238288449536",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794092117201793025",
            "createdAt": 1754772964000
        },
        {
            "postId": "795916609737732096",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794092117201793025",
            "createdAt": 1754772909000
        },
        {
            "postId": "796554339551293440",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794092117201793025",
            "createdAt": 1754772902000
        },
        {
            "postId": "791269285904265216",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "788147891884531712",
            "createdAt": 1754772839000
        },
        {
            "postId": "796554339551293440",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "794091980438118403",
            "createdAt": 1754676591000
        },
        {
            "postId": "804307973303193600",
            "accountId": "787253315250429952",
            "pos": 0,
            "wallId": "788006131984248833",
            "createdAt": 1753256324000
        }
    ],
    "avatar": {
        "id": "828372987785785344",
        "type": 1,
        "status": 1,
        "accountId": "787253315250429952",
        "mimetype": "image/jpeg",
        "flags": 134,
        "location": "/787253315250429952/828372987785785344.jpeg",
        "width": 852,
        "height": 1012,
        "metadata": "{\"dominant\":{\"r\":8,\"g\":8,\"b\":8},\"resolutionMode\":2}",
        "updatedAt": 1758993872,
        "createdAt": 1758993870,
        "variants": [
            {
                "id": "828372987785785345",
                "type": 1,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/828372987785785345.jpeg",
                "width": 720,
                "height": 854,
                "metadata": "{\"resolutionMode\":2}",
                "updatedAt": 1758993872,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/828372987785785345.jpeg?ngsw-bypass=true&Expires=1764294505&Key-Pair-Id=K23PG5J1AWEZX5&Signature=jpnmSEsaup8ONOmgDgh1Dj0EygBRo7TBrY6NxlH8pcfcP3yUc38USdjR-iIB~ltkD1Aa9of~QJoLTHsGiJlDIAGOTaDTCrVdj3diyYKceT7XXHLPLr8pilpXe71SAlw-~jEt2-eztkbpTi8K9szKelNVkdPDLwSEcho-B6w846sb~n3pm8S-u2h8UPMXqYdwxJhUt23kGeRNraJI-C0bRK0OHqVBYr2tHO9k8-yfus7szBljv6MsOc6kRHS7M111DaaSlHPLeLdKzjvfOxzCIKRqb5Wp2y-namRT334Pbf-H3KYmR-4Nf65~vn8nwxDq3m0S8Ha~lDVqEPkrlXvKjQ__"
                    }
                ]
            },
            {
                "id": "828372987785785346",
                "type": 1,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/828372987785785346.jpeg",
                "width": 480,
                "height": 570,
                "metadata": "{\"resolutionMode\":2}",
                "updatedAt": 1758993872,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/828372987785785346.jpeg?ngsw-bypass=true&Expires=1764300121&Key-Pair-Id=K23PG5J1AWEZX5&Signature=ibtcwMBOI84g5ycPx7EpChYmYNKRhPPbMgvL2vJnSDoDR1GnX5FWGj0bdHXjgaOFXazE20C0Jx5g-SH0Zipr51DJHwW25jIs4~kGj8zXtLyhYk4q6ZvO3sFNWBKlHc2cbd8vbOKx6~TniMZVo00sV9dijbAB1KQMLNY1u2NMHHgh92nRTYlX2bL8dJUV6Rr2qw6uX4xzXkcOo07ikG4SaxSutI~~c9uc8R4aw0o5ZEdA9Tp2k9jjOrc1DK9kpacz5vUel0DopaYDsqYJ9pvo6MxWwY6goQ2Dz05CHxDYWpcNLLSzaYxJmTKJYlK3iNy3cyPzZohwdN3pYUSGfCZyjg__"
                    }
                ]
            },
            {
                "id": "828372987785785347",
                "type": 1,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/828372987785785347.jpeg",
                "width": 360,
                "height": 428,
                "metadata": "{\"resolutionMode\":2}",
                "updatedAt": 1758993872,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/828372987785785347.jpeg?ngsw-bypass=true&Expires=1764306390&Key-Pair-Id=K23PG5J1AWEZX5&Signature=Q6KUkV~oU3YCZwEJOjvMconcoErdPyPW3eKutRaX10~ca46mmnPrNx2gEt3vZAQgTAoTXvxPzDic2VXylgpJDtl1KlAAXZ7TbrFmBUFomtTNu93xXrTQbTF~9Hh5HQkhgmi5Sl2jdos8GPREyp2lWm8qIr~JpNk32O~KeEag7PVJzIOQgpjYsS5K8Ajw4OvWA-N8wD14Jue~u6O~rfXNW4C4foqJo8fvLFExOiyC3KwSzoPhTD3KEo1JQAdQufgNMgRo82TopyXJOXbJXIdPGYSLJf581zugg2bOuVGjwWvVtxeH1M49mMnPbpK7t8R2SIRKvomzN0tY3uUIKQRZDg__"
                    }
                ]
            },
            {
                "id": "828372987785785348",
                "type": 1,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/828372987785785348.jpeg",
                "width": 240,
                "height": 284,
                "metadata": "{\"resolutionMode\":2}",
                "updatedAt": 1758993872,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/828372987785785348.jpeg?ngsw-bypass=true&Expires=1764301278&Key-Pair-Id=K23PG5J1AWEZX5&Signature=Fga024mqFKc8LIKL9ebC2e7Ncv~PRam9nnEoyAw8YeOzybr5DGC0FNXJu7zD~JPkB4JuFKchVlYDfwHdY~HPRhlXLTegwcIvS0oRgCtLHhaW12LCzukL8EsckshE3xyPepcJ9RZvcOdQ5CyEtmfjFqLuRsHE~ZsmgJoN3Dkr~N0P4yXSHsupcoBNKP-dQxzXhSN1nDYIzorGxDTi51c0tF~H1GOn5wdkcgqMUPN08nAMzZjbrVeutV9lNsVW~~GEo7Ih5Saxxryk31q2LbIePfIwctbL5DCyHvaHBUUVw5iCSh~vI7qO3yL8jDy~EfmL1PvZeGGYKDJoZefbYRzzNw__"
                    }
                ]
            },
            {
                "id": "828372987785785349",
                "type": 3,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/828372987785785349.jpeg",
                "width": 240,
                "height": 284,
                "metadata": "{\"resolutionMode\":2}",
                "updatedAt": 1758993871,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/828372987785785349.jpeg?ngsw-bypass=true&Expires=1764304806&Key-Pair-Id=K23PG5J1AWEZX5&Signature=IUGOrIhp9swtXwuWUE8XQiZvM8rm8FOEiT~x2b9PshNafaXBRwCuSDb-xnKQ4UtoVhfH9QzcBbvtynegJMlVZV-VUXedncgCuSCq8BVCnBDzD-jGYB7ylDNHi-QDi9NACru6jOd98HGZz1DoNGwWtzoTSnRsnrvzbWTFIDNlZSS~24UNOIiP3MBS46Q5CfJwc0Fr1GYXWzB1-ttMv3RGJ4JIS46uShiTTE2NalEOnJYNAnihB1EpLSQ02LgdiWlX-0m3~e8uStm-HpLyvtKYCSpdbOtG9teAR4OBPgZbZ3HJGgT2Q7TS9Oc3nbJ12l0oTNKUaOMCNKucJ2FNpEXLNA__"
                    }
                ]
            }
        ],
        "variantHash": {

        },
        "locations": [
            {
                "locationId": "1",
                "location": "https://cdn3.fansly.com/787253315250429952/828372987785785344.jpeg?ngsw-bypass=true&Expires=1764297298&Key-Pair-Id=K23PG5J1AWEZX5&Signature=DHbnL4C75sL3yyBCR3e47YnwGmuyLXJUvKQ2fsH2-XPfPjoud4uu-Pl-EF~IowsootIxX-5y0kO4vuFIhsLorR~i5Axh-wX-QQFvxSkEkB1aBUQHmesSAAGQD~NbBne-2yJYrNWzTi30~QymIpWLFXAAz~gJPmkDISCOqhmTNUp9tngUL3B9YuKu9-GCcEmgv1el2YO8meIPMQQX7hvGMG30xHp3YFTwGLq4DKRttTpw0AVcb48k6ycodpraEgHvd49xVpTq44up7K3PCP6sT55KUxSQiTWIOGZuxmMtPitnYMaDe5LKG3HeKp1KEqvajs5vgKcBv-l3DcWKyQWILQ__"
            }
        ]
    },
    "banner": {
        "id": "816873165836791808",
        "type": 1,
        "status": 1,
        "accountId": "787253315250429952",
        "mimetype": "image/jpeg",
        "flags": 6,
        "location": "/787253315250429952/816873165836791808.jpeg",
        "width": 1500,
        "height": 813,
        "metadata": "{\"dominant\":{\"r\":8,\"g\":8,\"b\":8},\"resolutionMode\":1}",
        "updatedAt": 1756252101,
        "createdAt": 1756252099,
        "variants": [
            {
                "id": "816873165836791809",
                "type": 1,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/816873165836791809.jpeg",
                "width": 1328,
                "height": 720,
                "metadata": "{\"resolutionMode\":1}",
                "updatedAt": 1756252101,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/816873165836791809.jpeg?ngsw-bypass=true&Expires=1764288984&Key-Pair-Id=K23PG5J1AWEZX5&Signature=gdyc8FEUXoXARyVd9gN~Sk7jZiVyfroy62riQV5p30ACU86xkxOC~G~ppYTSXBTc4ck-dSrV-dulHCgM2MUm3dTigtro~~Big9iRlF1WLnn6WWDxVjZZShKFB6hBMCKnj0ej7-mxNf3mmb91YhFF8jGmchOiENO8bVmVWcDNSdNITh1ZFBeDDVmK66cA95cmGxEWsCa6H4S0e0h6LB~EF56mxUCvnnNgpdEZaDM~ebi~5f1~Fhivs3EguH3jVSuWgAyczrKpaLmEYtkUCBaqKUNqpM7s8z0O-GWGGt0dNV1zDx-sPY2kt5RH~8CQwko7-hgAt0zFIBLfPV~46Lpy2g__"
                    }
                ]
            },
            {
                "id": "816873165836791810",
                "type": 1,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/816873165836791810.jpeg",
                "width": 886,
                "height": 480,
                "metadata": "{\"resolutionMode\":1}",
                "updatedAt": 1756252101,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/816873165836791810.jpeg?ngsw-bypass=true&Expires=1764293955&Key-Pair-Id=K23PG5J1AWEZX5&Signature=RT3i3xFwK5VQl0S4yKekh5auMwY1rXGfw0ymLfGy54Fe-Cx8YWnI0YSfK5ujnM4FV0IkTBAMwU0~sATtCulDdV0RJSazon1iMzwM8633jDB5iT2dQiowD2owAGntpOgd30J4Q90Ba~gG68lBrRubYTPhG7svk6ahXNJik2h5psk7xc1q1E3cvwNkce4hl2lmSHyntqBrYqGdT6fljt6pXHQWwEbYjpaMbGXS~J4t9VU8xuutD7JMhXKaDLJ7K04Ifi6HHTBpVHu~vktVz8DXZ8dWvNLOZiZCgprr1Dlx4aqgVPWPKckJWoKOspXPHtzckSeEV4ZeEkXn9bzbdSFqpg__"
                    }
                ]
            },
            {
                "id": "816873165836791811",
                "type": 1,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/816873165836791811.jpeg",
                "width": 664,
                "height": 360,
                "metadata": "{\"resolutionMode\":1}",
                "updatedAt": 1756252100,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/816873165836791811.jpeg?ngsw-bypass=true&Expires=1764294050&Key-Pair-Id=K23PG5J1AWEZX5&Signature=TJAce4bPpujyQwawKdL1pvGlpoTCrzkiTMAid51YIcz10Sm3RN3vEJaPGNUmsfT~GmR8UVsTNP9rAPiupUmLMEq13jzQ3ryzVmyLRKAWL7ED7Evrl~riW38m4ZxYdXFNNQt9Cr~I~9CccVnTPVw-EVYx6wVQYiUs3iEwDuS~B7zAnTvCF-PjO1yFVUe-jLgofHDPvJD-cQrdjtVjoSm355jHsoEpdoaO7uaYaT5d963FopupxIWdISorLjR0jFRcml2g~PVEYwXN1jDVmg~d7h2~R0caZhCyWRukCOStlMJoypOUy4OFVD1Mz1mcmH4oETAN5jp4Q6g1-21Cuuuy6w__"
                    }
                ]
            },
            {
                "id": "816873165836791812",
                "type": 1,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/816873165836791812.jpeg",
                "width": 442,
                "height": 240,
                "metadata": "{\"resolutionMode\":1}",
                "updatedAt": 1756252100,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/816873165836791812.jpeg?ngsw-bypass=true&Expires=1764301824&Key-Pair-Id=K23PG5J1AWEZX5&Signature=mwnxWBo6WdO7KfBN5TLaakTv6rLrLrYwG15sOH5o6EBKw4cYqumE7WEytloWrMa2pwgEoo~eHjNPHPDkt2x8FdTkTxkmr9JzRPt9sMmcP7vOAC~mXVChU7alVId31AFgeD9LUFcTVGOMcwUR71Nlc85EMMYSTMwMN9~Ar93qA9K~ig37~SAw014Z9B0r7-hJqUItziI83mpJC2qUREQU1KUBcdQn5zK5BchyM62S2K8YSTPmKxx73X5bcxaQdQMijKtzqX5-IPCg8klk0xwNLhlrBrKQMqXfRXyx60O8nS7bJ5uBTtk39bm20i6hlny6~BAdQGb94e6efl6SCv3lRQ__"
                    }
                ]
            },
            {
                "id": "816873165836791813",
                "type": 3,
                "status": 1,
                "mimetype": "image/jpeg",
                "flags": 0,
                "location": "/787253315250429952/816873165836791813.jpeg",
                "width": 442,
                "height": 240,
                "metadata": "{\"resolutionMode\":1}",
                "updatedAt": 1756252100,
                "locations": [
                    {
                        "locationId": "1",
                        "location": "https://cdn3.fansly.com/787253315250429952/816873165836791813.jpeg?ngsw-bypass=true&Expires=1764293340&Key-Pair-Id=K23PG5J1AWEZX5&Signature=a-POaDfbC2d1zeTkhlttOKNDx~lUX8PnhR9Gs4uQSp-ru2ZWT2DHrqntz6Qd-FCKyAlHkeiyFid0w5oK3u4VVxEU6lyGj~yAlBpw83x00OmGIZB4RJXDPHU96i-~Mo4cjlA7MA4T8DbeW1-TfWG7fEVQC~EUWppKFJw~rVNBEQIOu2kqDsiJN6xTWjHXZLfzFGAiNBuIl-ijOgd3n7ZEkKvYpPfreUqmcb4EUQ4SjsBKerGdcMc6P7FTCgs2cqHYa22ew5HYpXi-6NofYruwC4q8ySEY114w33FctJLHzFlupy8kq~NuzNz-mYwChfNG5fSfU1gkK0u3Foa5gEUdVw__"
                    }
                ]
            }
        ],
        "variantHash": {

        },
        "locations": [
            {
                "locationId": "1",
                "location": "https://cdn3.fansly.com/787253315250429952/816873165836791808.jpeg?ngsw-bypass=true&Expires=1764292687&Key-Pair-Id=K23PG5J1AWEZX5&Signature=QE97VY1pKl1FzGW96SErVfIIKR-zFrzZ2slxhx~SkDhZgwdtWpMN~vo-~~dvUb-QQrA~WmGZeZYcnCoSTLFkuJuXiZNLK5qTRQZQdhNdXHiYZaJhZR73ZfBtP4wnWvwZVp3OLKMIkRZRV3IKXpyVFUlxOZTG9rMkIqttRCDIGAyN7eDGKT5NwuaaGN6bUnkp3Pvhyc-tZSgvDU21wMqSQoYY1-dy1h049moHi4whg~s40WiWyoiIqMyw~Rc9FueOVpqcVw8OEqL2adT4DmQq6HhiWVN2X78W6O6W-SmP8RLMB3PReM4cnu7uQL9ylQaRwLDQLCHaMfo5Q4K3cBWGCg__"
            }
        ]
    },
    "streaming": {
        "accountId": "787253315250429952",
        "channel": {
            "id": "794194596060995584",
            "accountId": "787253315250429952",
            "playbackUrl": "https://8e69c661e048.us-east-1.playback.live-video.net/api/video/v1/us-east-1.862541535858.channel.JOtBxd8yvGql.m3u8",
            "chatRoomId": "836361430092496896",
            "status": 2,
            "version": 3,
            "createdAt": 1750845107000,
            "updatedAt": null,
            "stream": {
                "id": "794194596060995585",
                "historyId": null,
                "channelId": "794194596060995584",
                "accountId": "787253315250429952",
                "title": "Pee Party!",
                "status": 1,
                "viewerCount": 0,
                "version": 0,
                "createdAt": 1750845107000,
                "updatedAt": null,
                "lastFetchedAt": null,
                "startedAt": null,
                "permissions": {
                    "permissionFlags": [
                        {
                            "id": "836359536422973440",
                            "streamId": "794194596060995585",
                            "type": 0,
                            "flags": 2,
                            "price": 0,
                            "metadata": ""
                        }
                    ]
                }
            },
            "arn": null,
            "ingestEndpoint": null
        },
        "enabled": true
    },
    "hasMainWall": true,
    "walls": [
        {
            "id": "788147891884531712",
            "accountId": "787253315250429952",
            "pos": 2,
            "name": "B/G👩‍❤️‍👨",
            "description": "",
            "private": 0,
            "metadata": ""
        },
        {
            "id": "794091980438118403",
            "accountId": "787253315250429952",
            "pos": 3,
            "name": "Peeing💦",
            "description": "",
            "private": 0,
            "metadata": ""
        },
        {
            "id": "794092025803710465",
            "accountId": "787253315250429952",
            "pos": 4,
            "name": "Solo ",
            "description": "",
            "private": 0,
            "metadata": ""
        },
        {
            "id": "794092117201793025",
            "accountId": "787253315250429952",
            "pos": 5,
            "name": "B/G peeing 👫💦",
            "description": "",
            "private": 0,
            "metadata": ""
        },
        {
            "id": "794095058247753728",
            "accountId": "787253315250429952",
            "pos": 6,
            "name": "Nudes/Photos📷",
            "description": "",
            "private": 0,
            "metadata": ""
        },
        {
            "id": "794179455294644224",
            "accountId": "787253315250429952",
            "pos": 0,
            "name": "All",
            "description": "",
            "private": 0,
            "metadata": "",
            "defaultWall": true
        },
        {
            "id": "832723902328221698",
            "accountId": "787253315250429952",
            "pos": null,
            "name": "Pee Destruction💥💦",
            "description": "",
            "private": 0,
            "metadata": ""
        }
    ],
    "profileAccess": true,
    "scrapedAt": "2025-01-29T10:30:00.000Z"
  }
]
````

### Use Cases

- Creator profile research and analysis
- Subscription tier and pricing analysis
- Content creator market research
- Social media analytics
- Influencer discovery and tracking
- Content strategy research

### Notes

- Usernames are processed in batches for optimal performance
- All profile data is retrieved directly from Fansly's official API
- Results include real-time statistics and subscription information
- Profile information is comprehensive and includes all available account details

# Actor input Schema

## `usernames` (type: `array`):

Array of Fansly usernames to scrape

## `proxyConfiguration` (type: `object`):

Proxy settings for the actor

## Actor input object example

```json
{
  "usernames": [
    "siensky",
    "gonzalez2005"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("powerai/fansly-full-profile-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("powerai/fansly-full-profile-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call powerai/fansly-full-profile-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=powerai/fansly-full-profile-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Fansly Full Profile Scraper",
        "description": "Extract complete profile information from Fansly creators by providing their usernames, including subscription tiers, statistics, and media content details.",
        "version": "0.0",
        "x-build-id": "1JQdYwrmPubtZLCRY"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/powerai~fansly-full-profile-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-powerai-fansly-full-profile-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/powerai~fansly-full-profile-scraper/runs": {
            "post": {
                "operationId": "runs-sync-powerai-fansly-full-profile-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/powerai~fansly-full-profile-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-powerai-fansly-full-profile-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "usernames"
                ],
                "properties": {
                    "usernames": {
                        "title": "Usernames",
                        "minItems": 1,
                        "type": "array",
                        "description": "Array of Fansly usernames to scrape",
                        "items": {
                            "type": "string"
                        },
                        "default": [
                            "siensky",
                            "gonzalez2005"
                        ]
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings for the actor",
                        "default": {
                            "useApifyProxy": false,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
