OnlyFans Scraper Pro | Posts, Media & Profiles

OnlyFans Scraper Pro | Posts, Media & Profiles

by pintxuki

Scrape OnlyFans profiles with ease. Extract posts, images, videos, bio info, engagement stats, and pricing. Perfect for research, analysis, automation...

544 runs
175 users
Try This Actor

Opens on Apify.com

About OnlyFans Scraper Pro | Posts, Media & Profiles

Scrape OnlyFans profiles with ease. Extract posts, images, videos, bio info, engagement stats, and pricing. Perfect for research, analysis, automation, and growth tracking. Auth support for private content. Fast, flexible, and code-free.

What does this actor do?

OnlyFans Scraper Pro | Posts, Media & Profiles is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

OnlyFans Scrapper 🤖 > ⚠️ AGE RESTRICTION NOTICE > > This tool interacts with an adult content platform that contains explicit material. By using this actor, you confirm that: > > - You are at least 18 years of age (or the legal age of majority in your jurisdiction) > - You are legally permitted to access adult content in your location > - You understand and accept the nature of the content being processed > > This actor is intended for legitimate research, analysis, and content management purposes only. Please ensure compliance with all applicable laws and regulations in your jurisdiction. ## About OnlyFans Scrapper OnlyFans Scrapper is a professional web scraping solution designed to extract comprehensive data from OnlyFans creator profiles. It provides structured data that can be used for content analysis, market research, performance tracking, and business insights. ### 🎯 Business Value #### For Content Creators & Managers - Performance Analytics: Track engagement metrics and content performance - Audience Insights: Monitor subscriber growth and interaction patterns - Content Strategy: Analyze successful posts and media performance - Competitive Research: Study similar creators in your niche #### For Agencies & Platforms - Creator Portfolio Management: Monitor multiple profiles efficiently - Market Analysis: Gather insights about content trends and pricing - Engagement Tracking: Measure reach and interaction metrics - Data-Driven Decisions: Make informed choices based on real metrics ## What Does OnlyFans Scrapper Do? This actor navigates through OnlyFans to collect detailed information about creators, their content, and engagement metrics. It allows you to extract: - Complete profile information - Posts and media content details - Engagement metrics and statistics - Subscription pricing and bundles - Social media links and promotional content ## ✨ Key Features - ✅ Complete Profile Data: Get comprehensive creator profile information - ✅ Media Content Analysis: Extract detailed media statistics and metadata - ✅ Post Engagement Tracking: Monitor likes, comments, and interaction metrics - ✅ Subscription Analytics: Track pricing strategies and bundle offerings - ✅ Regular Updates: Maintained to handle platform changes and new features ## 📊 What Data Can You Extract? ### Profile Information - Name and username - Bio and location details - Verification status - Avatar and cover images - Social media links - Last seen status - Subscription bundles and pricing ### Content Statistics - Total post count - Media count (photos/videos) - Stream count - Likes count - Engagement metrics ### Media Content - Media URLs and thumbnails - Content type (image/video) - Duration (for videos) - Media count in collections - Post dates and engagement ### Posts - Post text content - Publishing dates - Like counts - Media attachments - Pinned status - Author information ## 📥 How to Use OnlyFans Scrapper 1. Open OnlyFans Scrapper on Apify 2. Configure your search: - Add creator profile URLs - Select content type (INFO, MEDIA, or POSTS) - Set maximum items to extract 3. Start the actor - Let it collect the data 4. Download your data - Export in JSON, CSV, Excel, or HTML ## 📌 Input Parameters json { "startUrls": [ { "url": "https://onlyfans.com/agathafreeprofileofc/media" }, { "url": "https://onlyfans.com/journeywithalora" } ], "type": "INFO", // MEDIA or POSTS "maxItems": 20, "nameDataset": false, "maxRequestsPerCrawl": 50, "proxyConfiguration": { "useApifyProxy": true }, "dev_custom_headers": [ { "key": "user-agent", "value": "" }, { "key": "x-bc", "value": "" } ], "dev_custom_cookies": [ { "key": "sess", "value": "" } ] } - startUrls: Array of OnlyFans profile URLs to scrape - type: Type of content to extract (INFO, MEDIA, or POSTS) - maxItems: Maximum number of items to extract (default: 20) - nameDataset: Whether to name the dataset (optional) - maxRequestsPerCrawl: Maximum requests per run (default: 50) - proxyConfiguration: Proxy settings for better reliability - dev_custom_headers: Custom HTTP headers for authentication - dev_custom_cookies: Custom cookies for authentication ## 📊 Output Data Structure ### Profile Information json { "name": "Creator Name", "username": "creator_username", "location": "Location", "bio": "Profile Bio", "is_verified": true, "last_seen": "2024-03-20T12:00:00Z", "post_count": 500, "total_media_count": 1000, "media_count": 800, "video_count": 200, "stream_count": 50, "likes_count": 10000, "avatar": "https://example.com/avatar.jpg", "cover_image": "https://example.com/cover.jpg", "social_links": [ { "platform": "Twitter", "url": "https://twitter.com/username" } ], "subscription_bundles": [ { "name": "1 month", "discount": null, "price": "$9.99" } ] } ### Posts json { "id": "post_id", "text": "Post content", "date": "2024-03-20T12:00:00Z", "likes_count": 100, "is_pinned": false, "media": [ { "url": "https://example.com/media.jpg", "type": "image", "thumbnail": "https://example.com/thumb.jpg", "videoUrl": "https://example.com/video.mp4" } ], "author": { "name": "Creator Name", "username": "creator_username", "avatar": "https://example.com/avatar.jpg", "is_verified": true } } ### Media Items json { "id": "media_id", "url": "https://example.com/media.jpg", "type": "image", "thumbnail": "https://example.com/thumb.jpg", "videoUrl": "https://example.com/video.mp4", "duration": "2:30", "mediaCount": 5 } ## 🔐 Authentication & Access Levels This actor operates with two different access levels depending on authentication: ### Without Authentication - Can only access basic profile information - Limited to publicly available data: - Name and username - Avatar and cover image - Basic profile statistics - Public social links ### With Authentication (Subscribed Profiles) - Full access to all profile content: - Complete profile information - All posts and media content - Engagement metrics - Subscription pricing details - Stories and exclusive content - Comments and interactions To access subscriber-only content, you must provide valid authentication credentials: 1. Session cookie (sess) 2. Browser headers (user-agent and x-bc) These credentials are required for accessing any content beyond basic profile information. See the "How to Retrieve Your OnlyFans Credentials" section below for detailed instructions. ## How to Retrieve Your OnlyFans Credentials Follow these steps carefully to extract the necessary session credentials. These credentials are required for accessing subscriber-only content. ### 1️⃣ Log In to OnlyFans 1. Visit onlyfans.com 2. Log in to your account 3. Ensure you have active subscriptions to the profiles you want to scrape ### 2️⃣ Open Developer Tools Open Chrome Developer Tools using one of these methods: - Windows/Linux: Press Ctrl + Shift + C - macOS: Press Command + Shift + C - Alternative: Right-click anywhere and select "Inspect" ### 3️⃣ Get Session Cookie (sess) 1. In Developer Tools, go to the Application tab 2. In the left sidebar, expand: - Storage - Cookies - https://onlyfans.com 3. Find the cookie named sess 4. Copy its value (not the name) ### 4️⃣ Get Required Headers 1. Switch to the Network tab 2. Enable the "Fetch/XHR" filter 3. Interact with the site: - Open a post - View media - Navigate the profile 4. Click any request in the list 5. In the Headers section, find and copy: - x-bc header value - User-Agent header value ### 5️⃣ Configure the Actor Use the copied values in your actor input: json { "dev_custom_headers": [ { "key": "user-agent", "value": "YOUR_USER_AGENT_HERE" }, { "key": "x-bc", "value": "YOUR_X_BC_HERE" } ], "dev_custom_cookies": [ { "key": "sess", "value": "YOUR_SESS_COOKIE_HERE" } ] } > ⚠️ Security Notice > > - Keep your credentials secure and never share them > - Credentials expire periodically and will need to be updated > - Using someone else's credentials is not permitted > - Each credential set is tied to your specific account and subscriptions ## 📡 Integrations & Automation OnlyFans Scrapper can be integrated with: - Make (formerly Integromat) - Zapier - Google Drive & Sheets - Slack & Discord - Airbyte & GitHub Set up webhooks to trigger automatic actions when new data is extracted! ### Can I integrate Onlyfans Scrapper with my own app? Yes! You can use the Apify API to programmatically run extractions and fetch results in real time. The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more. To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package. ### Is it legal to scrape Onlyfans? Our Onlyfans Scrapper is designed to be ethical and compliant, ensuring that it does not extract any private user data, such as email addresses or other personally sensitive information. It can only collect publicly available data that companies have chosen to share. Personal data is protected under GDPR in the European Union and similar laws worldwide. You should not scrape personal data unless you have a legitimate reason to do so. ## ❓ FAQ Q: How many items can I scrape at once? A: The number is limited by your Apify plan and the maxItems parameter (default: 20). Q: Do I need to provide authentication? A: It depends on what you want to scrape: - For basic profile information: No authentication required - For posts, media, and subscriber content: Yes, you must provide valid credentials and be subscribed to the profile Q: What happens if I try to scrape a profile I'm not subscribed to? A: The actor will only return publicly available profile information. To access posts and media, you need an active subscription to that creator. Q: How do I authenticate my requests? A: You need to provide three key pieces of information: 1. sess cookie from your OnlyFans session 2. user-agent from your browser 3. x-bc header from your requests See the "How to Retrieve Your OnlyFans Credentials" section for detailed instructions. ## 🚀 Start Using OnlyFans Scrapper Today! - ✅ No coding skills required - ✅ Try it for free with Apify's free credits - ✅ Download structured data easily 🔗 Start Scraping Now ## Related Actors ⭐ - Pornhub Data Extractor Unofficial Pornhub API to extract videos, actors, channels, and category data. Get direct video URLs, thumbnails, views, ratings, tags, and more. Perfect for content research, SEO, or automation. Export structured data for use in apps, reports, or dashboards. - Pornhub Channel Data Extractor Pornhub Channel Data Extractor is a powerful web scraping solution that extracts data from Pornhub model and pornstar channels. It provides comprehensive, structured data that you can use for content analysis, market research, and data aggregation - Pornhub Video Extractor (Downloader) Unofficial Pornhub Scraper to extract video data, tags, views, ratings, categories, performers, channel info, thumbnails, and download URL. Ideal for SEO, content research, competitor tracking, media monitoring, automation, and data-driven insights. Fast, reliable, and no coding needed.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try OnlyFans Scraper Pro | Posts, Media & Profiles now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
pintxuki
Pricing
Paid
Total Runs
544
Active Users
175
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support