OnlyFans Scraper API | Ultra-Fast & Memory Efficient avatar
OnlyFans Scraper API | Ultra-Fast & Memory Efficient

Pricing

$25.00/month + usage

Go to Store
OnlyFans Scraper API | Ultra-Fast & Memory Efficient

OnlyFans Scraper API | Ultra-Fast & Memory Efficient

Developed by

ClearPath

ClearPath

Maintained by Community

OnlyFans Scraper API (unofficial) | Ultra-Fast & Memory Efficient ๐Ÿš€ The most cost-effective OnlyFans scraper on Apify - Extract comprehensive profile data, posts, media, and insights with industry-leading memory efficiency and lightning-fast performance.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 hours ago

OnlyFans Scraper API | Ultra-Fast & Memory Efficient ๐Ÿš€

The most cost-effective OnlyFans scraper on Apify - Extract comprehensive profile data, posts, media, and insights with industry-leading memory efficiency and lightning-fast performance.


๐ŸŒŸ Why Choose Our OnlyFans Scraper?

๐Ÿ’ฐ Most Cost-Effective Solution

  • 128MB Memory Usage - Runs on minimal resources
  • Lowest Operating Costs on the entire Apify platform
  • Maximum ROI for your data extraction needs

โšก Lightning Fast Performance

  • Optimized algorithms for rapid data extraction
  • Concurrent processing for multiple profiles
  • Minimal API calls with maximum data yield

๐Ÿ” All-in-One Complete Solution

  • The Only Scraper You Need - Everything included by default
  • No need for multiple tools - Other scrapers require separate actors for different data types
  • Complete profile information and statistics
  • Posts with full media metadata - Images, videos, and descriptions
  • Story highlights and exclusive content (with auth)
  • Social media links and promotional content
  • Friends lists and network data (with auth)
  • Creator labels and categorization

Save 70-80% by choosing our comprehensive solution over multiple specialized scrapers.


๐ŸŽฏ What Does This Scraper Extract?

Our OnlyFans scraper provides comprehensive data extraction capabilities for research, analytics, and business intelligence:

๐Ÿ“Š Profile Data

  • โœ… Complete profile information (name, bio, location)
  • โœ… Verification status and creator badges
  • โœ… Subscription pricing and bundle details
  • โœ… Engagement metrics (followers, likes, posts count)
  • โœ… Avatar and header images
  • โœ… Join date and last seen status
  • โœ… Social media links (Instagram, Twitter, YouTube, etc.)

๐Ÿ“ Posts & Content

  • โœ… Post text content and descriptions
  • โœ… Media URLs (images and videos)
  • โœ… Publication timestamps
  • โœ… Engagement metrics (likes, comments)
  • โœ… Media type and duration information
  • โœ… Pinned posts and promotional content

๐ŸŽฌ Story Highlights (Requires Authentication)

  • โœ… Highlight collections and covers
  • โœ… Individual story content
  • โœ… View counts and engagement data

๐Ÿ‘ฅ Network Data (Requires Authentication)

  • โœ… Friends and following lists
  • โœ… Creator collaborations
  • โœ… Network analysis data

๐Ÿš€ Business Applications & Use Cases

For Content Creators & Agencies

  • ๐Ÿ“ˆ Performance Analytics - Track engagement trends and content performance
  • ๐ŸŽฏ Competitor Research - Analyze successful creators in your niche
  • ๐Ÿ’ก Content Strategy - Identify trending topics and optimal posting times
  • ๐Ÿ’ฐ Pricing Optimization - Research market rates and subscription models

For Researchers & Analysts

  • ๐Ÿ“Š Market Research - Study creator economy trends and patterns
  • ๐Ÿ” Academic Studies - Gather data for social media research
  • ๐Ÿ“ˆ Trend Analysis - Monitor platform growth and user behavior
  • ๐ŸŽจ Content Analysis - Study multimedia content strategies

For Marketing Professionals

  • ๐ŸŽฏ Influencer Discovery - Find creators for brand partnerships
  • ๐Ÿ“ฑ Social Media Audit - Analyze cross-platform presence
  • ๐Ÿ’ผ Lead Generation - Identify potential collaboration opportunities
  • ๐Ÿ”— Link Building - Discover promotional strategies and partnerships

๐Ÿ“ฅ How to Use the OnlyFans Scraper

1. Basic Setup

{
"urls": ["https://onlyfans.com/onlyfans", "https://onlyfans.com/ericamena"],
"include_posts": true,
"posts_limit": 20,
"strip_empty_values": true
}

2. Advanced Configuration

{
"urls": ["creator1", "creator2", "https://onlyfans.com/creator3"],
"include_posts": true,
"include_highlights": true,
"include_friends": true,
"posts_limit": 50,
"sess_cookie": "your_session_cookie_here",
"x_bc": "your_x_bc_header_here",
"strip_empty_values": true,
"proxySettings": {
"useApifyProxy": true
}
}

3. Input Parameters

ParameterTypeDescriptionRequired
urlsArrayOnlyFans usernames or profile URLsโœ… Yes
posts_limitIntegerMaximum posts per profile (1-100)No (default: 20)
include_postsBooleanExtract posts dataNo (default: true)
include_highlightsBooleanExtract story highlights (auth required)No (default: false)
include_friendsBooleanExtract friends list (auth required)No (default: false)
sess_cookieStringSession cookie for private contentNo
x_bcStringX-BC header for authenticationNo
user_agentStringUser-Agent header for authenticationNo
strip_empty_valuesBooleanRemove empty response valuesNo (default: true)
proxySettingsObjectProxy configurationNo

๐Ÿ” Authentication Guide for Private Content

To access subscriber-only content, you'll need to provide authentication credentials:

  1. Log into OnlyFans in your browser
  2. Open Developer Tools (F12) or right click โ†’ Inspect
  3. Go to Application โ†’ Cookies โ†’ onlyfans.com
  4. Copy the sess cookie value

Step 2: Get X-BC Header

  1. In Developer Tools, go to Network tab
  2. Interact with OnlyFans (view a profile, post, etc.)
  3. Click on any request and copy the x-bc header value

Step 3: Get User-Agent Header

  1. In Developer Tools, go to Network tab
  2. Interact with OnlyFans (view a profile, post, etc.)
  3. Click on any request and copy the User-Agent header value

Step 4: Configure Authentication

{
"urls": ["private_creator"],
"sess_cookie": "your_sess_cookie_value",
"x_bc": "your_x_bc_header_value",
"user_agent": "your_user_agent_header_value",
"include_highlights": true,
"include_friends": true
}

๐Ÿ“Š Output Data Structure

Profile Information

{
"username": "onlyfans",
"profile": {
"view": "f",
"avatar": "https://public.onlyfans.com/media-url.suffix",
"avatarThumbs": {
"c50": "https://thumbs.onlyfans.com/media-url.suffix",
"c144": "https://thumbs.onlyfans.com/media-url.suffix"
},
"header": "https://public.onlyfans.com/media-url.suffix",
"headerSize": {
"width": 4868,
"height": 851
},
"headerThumbs": {
"w480": "https://thumbs.onlyfans.com/media-url.suffix",
"w760": "https://thumbs.onlyfans.com/media-url.suffix"
},
"id": 15585607,
"name": "OnlyFans",
"username": "onlyfans",
"canLookStory": false,
"canCommentStory": false,
"hasNotViewedStory": false,
"isVerified": true,
"canPayInternal": false,
"hasScheduledStream": false,
"hasStream": false,
"hasStories": false,
"tipsEnabled": false,
"tipsTextEnabled": true,
"tipsMin": 5,
"tipsMinInternal": 1,
"tipsMax": 200,
"canEarn": false,
"canAddSubscriber": true,
"subscribePrice": 50,
"subscriptionBundles": [
{
"id": 9579443,
"discount": 50,
"duration": 6,
"price": 150,
"canBuy": false
}
],
"isRestricted": false,
"canRestrict": true,
"subscribedBy": false,
"subscribedOn": false,
"joinDate": "2019-11-29T00:00:00+00:00",
"isReferrerAllowed": true,
"about": "Featuring videos by OnlyFans Creators<br />\nSee more: <a href=\"https://OnlyFans.com/OFTV\">OnlyFans.com/OFTV</a>",
"isMarkdownDisabledForAbout": false,
"postsCount": 3640,
"archivedPostsCount": 0,
"privateArchivedPostsCount": 10,
"photosCount": 0,
"videosCount": 3640,
"audiosCount": 0,
"mediasCount": 3640,
"lastSeen": "2025-05-25T05:07:11+00:00",
"favoritesCount": 4,
"favoritedCount": 815964,
"showPostsInFeed": false,
"canReceiveChatMessage": false,
"isPerformer": true,
"isRealPerformer": true,
"isSpotifyConnected": false,
"subscribersCount": 4013797,
"hasPinnedPosts": false,
"hasLabels": true,
"canChat": true,
"avatarHeaderConverterUpload": true,
"feedUser": true,
"isPrivateRestriction": false,
"showSubscribersCount": true,
"showMediaCount": true,
"canCreatePromotion": false,
"canCreateTrial": false,
"isAdultContent": false,
"canTrialSend": false,
"hasLinks": false,
"promotions": [
{
"id": 47234261,
"hasRelatedPromo": true,
"price": 25,
"type": "all",
"canClaim": true,
"claimsCount": 8,
"subscribeCounts": 22,
"subscribeDays": 0,
"createdAt": "2025-04-26T13:56:52+00:00",
"isFinished": false
}
],
"referalBonusSummForReferer": 0,
"finishedStreamsCount": 0,
"shouldShowFinishedStreams": false,
"hasSavedStreams": false,
"firstPublishedPostDate": "2020-03-17T00:00:00+00:00",
"isSpringConnected": false,
"isFriend": false,
"isBlocked": false,
"canReport": false
},
"posts": [
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1726306102,
"postedAt": "2025-05-24T20:40:03+00:00",
"postedAtPrecise": "1748119203.000000",
"text": "<p>From steamy challenges on \"Heartbreak Island\" to a life-altering skin cancer diagnosis, <a href=\"/tapinwithharry\">@tapinwithharry</a> shares how he turns tough moments into powerful growth. ๐ŸŒ…๐Ÿ’ช<br /><a href=\"https://onlyfans.com/tapinwithharry\">onlyfans.com/tapinwithharry</a> / <a href=\"https://onlyfans.com/oftv\">onlyfans.com/oftv</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 53,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 196152779,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 196152779,
"_view": "r"
},
{
"id": 82517634,
"_view": "r"
}
],
"media": [
{
"id": 3841953315,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 2548,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1732673803,
"postedAt": "2025-05-24T13:58:13+00:00",
"postedAtPrecise": "1748095093.000000",
"text": "<p>Watch <a href=\"/freejewelzblu\">@freejewelzblu</a>โ€™s fan flow dance โ€” smooth moves and props blending into one graceful, powerful flow.โœจ๐ŸŒฌ๏ธ<br /><a href=\"https://onlyfans.com/freejewelzblu\">onlyfans.com/freejewelzblu</a> </p>",
"isMarkdownDisabled": true,
"favoritesCount": 102,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 30787891,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 30787891,
"_view": "r"
}
],
"media": [
{
"id": 3847158091,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 192,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1730483793,
"postedAt": "2025-05-24T03:42:28+00:00",
"postedAtPrecise": "1748058148.000000",
"text": "<p><a href=\"/katiebaeee\">@katiebaeee</a> hikes deep into the Dragonโ€™s Bellyโ€”a stunning cave carved by wind and time, straight out of a fantasy. ๐Ÿ‰๐ŸŒ„<br /><a href=\"https://onlyfans.com/katiebaeee\">onlyfans.com/katiebaeee</a> </p>",
"isMarkdownDisabled": true,
"favoritesCount": 161,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 421074296,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 421074296,
"_view": "r"
}
],
"media": [
{
"id": 3845351314,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 205,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1726316926,
"postedAt": "2025-05-23T20:05:37+00:00",
"postedAtPrecise": "1748030737.000000",
"text": "<p>Join <a href=\"/minsi_outdoors.tv\">@minsi_outdoors.tv</a> on an epic solo adventure through the rainforest. From discovering a hidden waterfall to hammock camping under the stars, this journey has it all. ๐ŸŒฟโ›บ<br /><a href=\"https://onlyfans.com/minsi_outdoors.tv\">onlyfans.com/minsi_outdoors.tv</a> </p>",
"isMarkdownDisabled": true,
"favoritesCount": 180,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 451264550,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 451264550,
"_view": "r"
}
],
"media": [
{
"id": 3841959546,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 317,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1732040030,
"postedAt": "2025-05-23T12:54:24+00:00",
"postedAtPrecise": "1748004864.000000",
"text": "<p>Sheโ€™s more than outdoorsyโ€”sheโ€™s a force of nature. <a href=\"/isla-moontv\">@isla-moontv</a>, the dynamic host of Reel Rivals, hits the waves with <a href=\"/caseboon\">@caseboon</a> for a wild windsurfing lesson followed by a surprise visit to her personal ride. Whether itโ€™s painting, fishing, or neuroscience, Isla brings adventure wherever she goes.<br /><a href=\"https://onlyfans.com/isla-moontv\">onlyfans.com/isla-moontv</a> / <a href=\"https://onlyfans.com/caseboon\">onlyfans.com/caseboon</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 177,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 57488749,
"_view": "s"
},
{
"id": 399617789,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 399617789,
"_view": "r"
},
{
"id": 57488749,
"_view": "r"
}
],
"media": [
{
"id": 3846612592,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 1031,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1730503595,
"postedAt": "2025-05-23T04:04:29+00:00",
"postedAtPrecise": "1747973069.000000",
"text": "<p>Can <a href=\"/trukaittv\">@trukaittv</a> and <a href=\"/carynbeaumontx\">@carynbeaumontx</a> survive the wildest rides at Australiaโ€™s biggest theme park? Join their non-stop adventure packed with epic coasters, heart-pounding thrills, and some seriously delicious churros. ๐ŸŽข๐Ÿ˜ฑ<br /><a href=\"https://onlyfans.com/carynbeaumontx\">onlyfans.com/carynbeaumontx</a> / <a href=\"https://onlyfans.com/trukaittv\">onlyfans.com/trukaittv</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 191,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 466587936,
"_view": "s"
},
{
"id": 478108337,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 466587936,
"_view": "r"
},
{
"id": 478108337,
"_view": "r"
}
],
"media": [
{
"id": 3845374836,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 542,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1730538799,
"postedAt": "2025-05-22T20:49:27+00:00",
"postedAtPrecise": "1747946967.000000",
"text": "<p>Think you can spot the liar? <a href=\"/makaylamelons\">@makaylamelons</a>, <a href=\"/yogakittykat\">@yogakittykat</a>, and <a href=\"/courtneyanntt\">@courtneyanntt</a> play โ€˜Two Truths and a Lieโ€™โ€”but if they guess wrong, itโ€™s water gun time. ๐Ÿค”๐Ÿ’ฆ<br /><a href=\"https://onlyfans.com/makaylamelons\">onlyfans.com/makaylamelons</a> / <a href=\"https://onlyfans.com/courtneyanntt\">onlyfans.com/courtneyanntt</a> / <a href=\"https://onlyfans.com/yogakittykat\">onlyfans.com/yogakittykat</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 184,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 47637407,
"_view": "s"
},
{
"id": 394244464,
"_view": "s"
},
{
"id": 412655807,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 412655807,
"_view": "r"
},
{
"id": 47637407,
"_view": "r"
},
{
"id": 394244464,
"_view": "r"
}
],
"media": [
{
"id": 3845418793,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 211,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1726268545,
"postedAt": "2025-05-22T15:56:15+00:00",
"postedAtPrecise": "1747929375.000000",
"text": "<p><a href=\"/bb_onfire\">@bb_onfire</a> goes completely off-grid in a jungle hut for 24 hoursโ€”no Wi-Fi, no lights, and no idea whatโ€™s lurking in the dark. ๐ŸŒฟ๐Ÿ•ท๏ธ<br /><a href=\"https://onlyfans.com/bb_onfire\">onlyfans.com/bb_onfire</a> </p>",
"isMarkdownDisabled": true,
"favoritesCount": 170,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 263901728,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 263901728,
"_view": "r"
}
],
"media": [
{
"id": 3841919408,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 398,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1730462234,
"postedAt": "2025-05-22T06:43:58+00:00",
"postedAtPrecise": "1747896238.000000",
"text": "<p>Things are about to get hairy as <a href=\"/morganhollie\">@morganhollie</a> and <a href=\"/dakotajane\">@dakotajane</a> take on the ultimate pony grooming challenge. Will they tame these manes or get tangled in the process? ๐Ÿด๐Ÿ’…<br /><a href=\"https://onlyfans.com/dakotajane\">onlyfans.com/dakotajane</a> / <a href=\"https://onlyfans.com/morganhollie\">onlyfans.com/morganhollie</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 194,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 122080649,
"_view": "s"
},
{
"id": 306126161,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 306126161,
"_view": "r"
},
{
"id": 122080649,
"_view": "r"
}
],
"media": [
{
"id": 3845330448,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 217,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1727558249,
"postedAt": "2025-05-21T23:32:10+00:00",
"postedAtPrecise": "1747870330.000000",
"text": "<p><a href=\"/isla-moontv\">@isla-moontv</a> is caught in the middle of <a href=\"/iamjasonluv\">@iamjasonluv</a> and <a href=\"/toodirtydomuncensored\">@toodirtydomuncensored</a>, and sheโ€™s not exactly complaining ๐Ÿ˜ˆย Who will win her over with their big fish energy and score the final spot in the finale? ๐Ÿ’ฆ๐Ÿ‘๐ŸŽฃ<br /><a href=\"https://onlyfans.com/iamjasonluv\">onlyfans.com/iamjasonluv</a> / <a href=\"https://onlyfans.com/toodirtydomuncensored\">onlyfans.com/toodirtydomuncensored</a> / <a href=\"https://onlyfans.com/isla-moontv\">onlyfans.com/isla-moontv</a>ย </p>",
"isMarkdownDisabled": true,
"favoritesCount": 199,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 724751,
"_view": "s"
},
{
"id": 299893028,
"_view": "s"
},
{
"id": 399617789,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 724751,
"_view": "r"
},
{
"id": 299893028,
"_view": "r"
},
{
"id": 399617789,
"_view": "r"
}
],
"media": [
{
"id": 3842995941,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 1501,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
}
],
"social_links": [
{
"id": 2950516,
"sort": 0,
"label": "X",
"username": "DailyDollyy",
"socialMedia": "x",
"url": "https://twitter.com/DailyDollyy",
"isValid": true
},
{
"id": 1213627,
"sort": 0,
"label": "Amazon",
"socialMedia": "amazon",
"link": "https://www.amazon.com/hz/wishlist/ls/1E508XSCG7HUN?ref_=wl_share",
"url": "https://www.amazon.com/hz/wishlist/ls/1E508XSCG7HUN?ref_=wl_share",
"isValid": true
}
],
"highlights": [
{
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"created_at": "2023-10-29T00:34:31+00:00",
"id": 3067005020,
"story_id": 25499910,
"type": "photo"
},
{
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"created_at": "2023-10-29T00:34:47+00:00",
"id": 3063674562,
"story_id": 25499919,
"type": "video"
}
],
"labels": [
{
"id": "archived",
"name": "Archive",
"type": "archived",
"isClearInProgress": false,
"postsCount": 1
}
],
"friends:" [],
"meta": {
"posts_count": 10,
"highlights_count": 0,
"highlights_stories_count": 0,
"regular_stories_count": 0,
"profile_found": true,
"url": "https://onlyfans.com/onlyfans",
"processed_at": "2025-05-25T04:27:42.154613",
"include_posts": true,
"include_highlights": false,
"include_friends": false,
"authenticated": false,
"status_code": 200
}
}

Posts Data (included by default, see input configuration tab)

{
"posts": [
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1726306102,
"postedAt": "2025-05-24T20:40:03+00:00",
"postedAtPrecise": "1748119203.000000",
"text": "<p>From steamy challenges on \"Heartbreak Island\" to a life-altering skin cancer diagnosis, <a href=\"/tapinwithharry\">@tapinwithharry</a> shares how he turns tough moments into powerful growth. ๐ŸŒ…๐Ÿ’ช<br /><a href=\"https://onlyfans.com/tapinwithharry\">onlyfans.com/tapinwithharry</a> / <a href=\"https://onlyfans.com/oftv\">onlyfans.com/oftv</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 53,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 196152779,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 196152779,
"_view": "r"
},
{
"id": 82517634,
"_view": "r"
}
],
"media": [
{
"id": 3841953315,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 2548,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1732673803,
"postedAt": "2025-05-24T13:58:13+00:00",
"postedAtPrecise": "1748095093.000000",
"text": "<p>Watch <a href=\"/freejewelzblu\">@freejewelzblu</a>โ€™s fan flow dance โ€” smooth moves and props blending into one graceful, powerful flow.โœจ๐ŸŒฌ๏ธ<br /><a href=\"https://onlyfans.com/freejewelzblu\">onlyfans.com/freejewelzblu</a> </p>",
"isMarkdownDisabled": true,
"favoritesCount": 102,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 30787891,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 30787891,
"_view": "r"
}
],
"media": [
{
"id": 3847158091,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 192,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1730483793,
"postedAt": "2025-05-24T03:42:28+00:00",
"postedAtPrecise": "1748058148.000000",
"text": "<p><a href=\"/katiebaeee\">@katiebaeee</a> hikes deep into the Dragonโ€™s Bellyโ€”a stunning cave carved by wind and time, straight out of a fantasy. ๐Ÿ‰๐ŸŒ„<br /><a href=\"https://onlyfans.com/katiebaeee\">onlyfans.com/katiebaeee</a> </p>",
"isMarkdownDisabled": true,
"favoritesCount": 161,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 421074296,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 421074296,
"_view": "r"
}
],
"media": [
{
"id": 3845351314,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 205,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1726316926,
"postedAt": "2025-05-23T20:05:37+00:00",
"postedAtPrecise": "1748030737.000000",
"text": "<p>Join <a href=\"/minsi_outdoors.tv\">@minsi_outdoors.tv</a> on an epic solo adventure through the rainforest. From discovering a hidden waterfall to hammock camping under the stars, this journey has it all. ๐ŸŒฟโ›บ<br /><a href=\"https://onlyfans.com/minsi_outdoors.tv\">onlyfans.com/minsi_outdoors.tv</a> </p>",
"isMarkdownDisabled": true,
"favoritesCount": 180,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 451264550,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 451264550,
"_view": "r"
}
],
"media": [
{
"id": 3841959546,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 317,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1732040030,
"postedAt": "2025-05-23T12:54:24+00:00",
"postedAtPrecise": "1748004864.000000",
"text": "<p>Sheโ€™s more than outdoorsyโ€”sheโ€™s a force of nature. <a href=\"/isla-moontv\">@isla-moontv</a>, the dynamic host of Reel Rivals, hits the waves with <a href=\"/caseboon\">@caseboon</a> for a wild windsurfing lesson followed by a surprise visit to her personal ride. Whether itโ€™s painting, fishing, or neuroscience, Isla brings adventure wherever she goes.<br /><a href=\"https://onlyfans.com/isla-moontv\">onlyfans.com/isla-moontv</a> / <a href=\"https://onlyfans.com/caseboon\">onlyfans.com/caseboon</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 177,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 57488749,
"_view": "s"
},
{
"id": 399617789,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 399617789,
"_view": "r"
},
{
"id": 57488749,
"_view": "r"
}
],
"media": [
{
"id": 3846612592,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 1031,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1730503595,
"postedAt": "2025-05-23T04:04:29+00:00",
"postedAtPrecise": "1747973069.000000",
"text": "<p>Can <a href=\"/trukaittv\">@trukaittv</a> and <a href=\"/carynbeaumontx\">@carynbeaumontx</a> survive the wildest rides at Australiaโ€™s biggest theme park? Join their non-stop adventure packed with epic coasters, heart-pounding thrills, and some seriously delicious churros. ๐ŸŽข๐Ÿ˜ฑ<br /><a href=\"https://onlyfans.com/carynbeaumontx\">onlyfans.com/carynbeaumontx</a> / <a href=\"https://onlyfans.com/trukaittv\">onlyfans.com/trukaittv</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 191,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 466587936,
"_view": "s"
},
{
"id": 478108337,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 466587936,
"_view": "r"
},
{
"id": 478108337,
"_view": "r"
}
],
"media": [
{
"id": 3845374836,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 542,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1730538799,
"postedAt": "2025-05-22T20:49:27+00:00",
"postedAtPrecise": "1747946967.000000",
"text": "<p>Think you can spot the liar? <a href=\"/makaylamelons\">@makaylamelons</a>, <a href=\"/yogakittykat\">@yogakittykat</a>, and <a href=\"/courtneyanntt\">@courtneyanntt</a> play โ€˜Two Truths and a Lieโ€™โ€”but if they guess wrong, itโ€™s water gun time. ๐Ÿค”๐Ÿ’ฆ<br /><a href=\"https://onlyfans.com/makaylamelons\">onlyfans.com/makaylamelons</a> / <a href=\"https://onlyfans.com/courtneyanntt\">onlyfans.com/courtneyanntt</a> / <a href=\"https://onlyfans.com/yogakittykat\">onlyfans.com/yogakittykat</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 184,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 47637407,
"_view": "s"
},
{
"id": 394244464,
"_view": "s"
},
{
"id": 412655807,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 412655807,
"_view": "r"
},
{
"id": 47637407,
"_view": "r"
},
{
"id": 394244464,
"_view": "r"
}
],
"media": [
{
"id": 3845418793,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 211,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1726268545,
"postedAt": "2025-05-22T15:56:15+00:00",
"postedAtPrecise": "1747929375.000000",
"text": "<p><a href=\"/bb_onfire\">@bb_onfire</a> goes completely off-grid in a jungle hut for 24 hoursโ€”no Wi-Fi, no lights, and no idea whatโ€™s lurking in the dark. ๐ŸŒฟ๐Ÿ•ท๏ธ<br /><a href=\"https://onlyfans.com/bb_onfire\">onlyfans.com/bb_onfire</a> </p>",
"isMarkdownDisabled": true,
"favoritesCount": 170,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 263901728,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 263901728,
"_view": "r"
}
],
"media": [
{
"id": 3841919408,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 398,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1730462234,
"postedAt": "2025-05-22T06:43:58+00:00",
"postedAtPrecise": "1747896238.000000",
"text": "<p>Things are about to get hairy as <a href=\"/morganhollie\">@morganhollie</a> and <a href=\"/dakotajane\">@dakotajane</a> take on the ultimate pony grooming challenge. Will they tame these manes or get tangled in the process? ๐Ÿด๐Ÿ’…<br /><a href=\"https://onlyfans.com/dakotajane\">onlyfans.com/dakotajane</a> / <a href=\"https://onlyfans.com/morganhollie\">onlyfans.com/morganhollie</a></p>",
"isMarkdownDisabled": true,
"favoritesCount": 194,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 122080649,
"_view": "s"
},
{
"id": 306126161,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 306126161,
"_view": "r"
},
{
"id": 122080649,
"_view": "r"
}
],
"media": [
{
"id": 3845330448,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 217,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
},
{
"author": {
"id": 15585607,
"_view": "a"
},
"responseType": "post",
"id": 1727558249,
"postedAt": "2025-05-21T23:32:10+00:00",
"postedAtPrecise": "1747870330.000000",
"text": "<p><a href=\"/isla-moontv\">@isla-moontv</a> is caught in the middle of <a href=\"/iamjasonluv\">@iamjasonluv</a> and <a href=\"/toodirtydomuncensored\">@toodirtydomuncensored</a>, and sheโ€™s not exactly complaining ๐Ÿ˜ˆย Who will win her over with their big fish energy and score the final spot in the finale? ๐Ÿ’ฆ๐Ÿ‘๐ŸŽฃ<br /><a href=\"https://onlyfans.com/iamjasonluv\">onlyfans.com/iamjasonluv</a> / <a href=\"https://onlyfans.com/toodirtydomuncensored\">onlyfans.com/toodirtydomuncensored</a> / <a href=\"https://onlyfans.com/isla-moontv\">onlyfans.com/isla-moontv</a>ย </p>",
"isMarkdownDisabled": true,
"favoritesCount": 199,
"mediaCount": 1,
"isMediaReady": true,
"isOpened": true,
"hasUrl": true,
"mentionedUsers": [
{
"id": 724751,
"_view": "s"
},
{
"id": 299893028,
"_view": "s"
},
{
"id": 399617789,
"_view": "s"
}
],
"linkedUsers": [
{
"id": 724751,
"_view": "r"
},
{
"id": 299893028,
"_view": "r"
},
{
"id": 399617789,
"_view": "r"
}
],
"media": [
{
"id": 3842995941,
"type": "video",
"convertedToVideo": false,
"canView": true,
"hasError": false,
"isReady": true,
"files": {
"full": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 1280,
"height": 720,
"size": 0
},
"thumb": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 300,
"height": 300,
"size": 0
},
"preview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 540,
"size": 0
},
"squarePreview": {
"url": "https://cdn2.onlyfans.com/media-url.suffix",
"width": 960,
"height": 960,
"size": 0
}
},
"duration": 1501,
"hasCustomPreview": true,
"videoSources": {
"720": "https://cdn2.onlyfans.com/media-url.suffix",
"240": "https://cdn2.onlyfans.com/media-url.suffix"
}
}
],
"canViewMedia": true
}
]
}

๐Ÿ’ก Performance & Cost Advantages

๐Ÿš€ Memory Efficiency & Speed

  • No Headless Browser Required - Direct API communication eliminates browser overhead
  • Only 128MB RAM required - Industry's most efficient scraper
  • 90% lower memory usage compared to competitors using browser automation
  • 10x faster execution - No browser startup time or DOM rendering delays
  • Zero browser dependencies - No Chromium, Playwright, or Selenium overhead
  • Reduced infrastructure costs for high-volume operations

โšก Technical Advantages of Browser-Free Architecture

  • Instant startup - No browser launch delays (typically 2-5 seconds saved per run)
  • Lower CPU usage - No JavaScript engine or rendering processes
  • Minimal memory footprint - Direct HTTP requests vs full browser context
  • Better reliability - No browser crashes or timeout issues
  • Scalable performance - Handles concurrent requests without browser resource conflicts

โšก Speed Benefits

  • Optimized data parsing algorithms
  • Efficient memory management
  • Concurrent request processing
  • Minimal API overhead

๐Ÿ”ง Integration & Automation

API Integration JavaScript

// Node.js example
const ApifyClient = require('apify-client');
const client = new ApifyClient({ token: 'your_token' });
const run = await client.actor('clearpath/onlyfans-api-scraper').call({
urls: ['creator1', 'creator2']
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/sdk/js/docs/2.3/guides/quick-start

API Integration Python

// Python example
from apify_client import ApifyClient
client = ApifyClient("<YOUR_API_TOKEN>")
run_input = { "profileUrls": ["https://onlyfans.com/onlyfans"] }
run = client.actor("clearpath/onlyfans-api-scraper").call(run_input=run_input)
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

API Features:

  • RESTful Endpoints - Standard HTTP methods for easy integration
  • Real-time Monitoring - Track extraction progress and performance
  • Flexible Scheduling - Programmatic run management and automation
  • Dataset Management - Direct access to extracted data with filtering and pagination
  • Webhook Support - Push notifications to your endpoints when runs complete

Perfect for:

  • Custom analytics dashboards
  • Automated reporting systems
  • Research data pipelines
  • Business intelligence tools
  • Content management systems
  • ๐Ÿ“Š Google Workspace - Automatically export to Sheets, Drive, and Analytics
  • โšก Zapier & Make - Connect with 5,000+ apps and services
  • ๐Ÿ’ฌ Communication Tools - Slack, Discord, Microsoft Teams notifications
  • ๐Ÿ“ˆ Analytics Platforms - Tableau, Power BI, and custom dashboards
  • ๐Ÿ”„ Data Pipelines - Airbyte, Fivetran, and ETL workflows
  • ๐Ÿ’พ Cloud Storage - AWS S3, Dropbox, OneDrive automatic backups
  • ๐Ÿ“ง Email Marketing - Mailchimp, SendGrid, and CRM integrations

๐Ÿค– Advanced Automation Capabilities

  • Real-time Webhooks - Instant notifications when new data is available
  • Scheduled Extractions - Daily, weekly, or custom interval data collection
  • Conditional Triggers - Smart workflows based on data changes or thresholds
  • Multi-platform Sync - Keep your data synchronized across all your tools

โ“ Frequently Asked Questions

A: Yes, this scraper only accesses publicly available data and data you have legitimate access to through your own account. Always ensure compliance with OnlyFans' terms of service and local privacy laws.

Q: Can I scrape private/subscription content?

A: Yes, but only for content you have legitimate access to. You must provide your own authentication credentials and have active subscriptions to access private content.

Q: How many profiles can I scrape at once?

A: There's no hard limit, but we recommend batching requests based on your Apify plan limits and OnlyFans' rate limiting policies.

Q: Do I need proxies?

A: Proxies are optional but recommended for large-scale operations. Our scraper includes built-in proxy support through Apify's proxy service.

Q: How often can I run the scraper?

A: You can run it as frequently as needed.

Q: What happens if a profile is deleted or not found?

A: The scraper will return an entry in the dataset like this:

{
"username": "unknown-not-existing-profile",
"profile": null,
"posts": [],
"highlights": {},
"meta": {
"posts_count": 0,
"highlights_count": 0,
"highlights_stories_count": 0,
"regular_stories_count": 0,
"profile_found": false,
"url": "https://onlyfans.com/unknown-not-existing-profile",
"processed_at": "2025-05-25T04:27:42.353641",
"include_posts": true,
"include_highlights": false,
"include_friends": false,
"authenticated": false,
"status_code": 404,
"is_404": true,
"error": "Profile not found (404)"
}

}


๐Ÿ”’ Data Security

  • All authentication credentials are handled by Apify's "secret" input and is securely processed within the Actor's run
  • No authentication data is stored on the platform
  • Your session cookies remain private and encrypted
  • Extracts only publicly available data
  • Respects robots.txt and platform policies
  • GDPR compliant data handling
  • Designed for legitimate research and business use

๐Ÿ”ž Content Warning

This scraper may access adult content as OnlyFans is an 18+ platform. By using this tool, you confirm:

  • You are 18+ years of age
  • You understand the nature of content being processed
  • You will use this tool responsibly and legally

๐Ÿš€ Get Started Today

Try It Free

  • Start with Apify's free tier
  • Test with up to 10 profiles
  • No credit card required

Production Ready

  • Scales to thousands and thousands of profiles
  • Enterprise-grade reliability
  • 24/7 monitoring and support

Need Help?

Have questions or feature requests? We're here to help:

  • ๐Ÿ“ง Email: [max@mapa.slmail.me]
  • ๐Ÿ’ฌ Support: Use the Issues tab above
  • ๐Ÿ“– Documentation: Comprehensive guides available

Ready to extract OnlyFans data efficiently and cost-effectively?

๐Ÿš€ Start Scraping Now


Disclaimer: This tool is for legitimate research, business intelligence, and content analysis purposes only. Users must comply with all applicable laws, regulations, and OnlyFans' terms of service. The scraper respects platform policies and only accesses data that users have legitimate rights to access.