OnlyFans Posts Scraper 📱 avatar

OnlyFans Posts Scraper 📱

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
OnlyFans Posts Scraper 📱

OnlyFans Posts Scraper 📱

easyapi/onlyfans-posts-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Scrape OnlyFans creator posts with media content, engagement metrics, and post details. Perfect for content analysis, engagement tracking, and social media research.

Powerful and efficient scraper for OnlyFans creator posts. Extract comprehensive post data including media content, engagement metrics, and post details.

🔥 Features

  • Scrape posts from multiple OnlyFans creator profiles
  • Extract detailed post information including:
    • Post text content and timestamps
    • Media attachments (photos, videos)
    • Engagement metrics (favorites count)
    • Author information
    • URLs and references
  • Support for pagination and dynamic loading
  • Configurable maximum items limit
  • Proxy support for reliable scraping
  • Real-time data processing and storage

🎯 Use Cases

  • Content Analysis: Track and analyze creator posting patterns and content types
  • Engagement Research: Monitor post performance and audience interaction
  • Social Media Marketing: Study successful content strategies
  • Digital Marketing: Analyze trending topics and content formats
  • Academic Research: Study social media behavior and content creation patterns

💡 Input Parameters

The actor accepts the following input parameters:

  • profileUrls (Required): Array of OnlyFans creator profile URLs to scrape
  • maxItems (Optional): Maximum number of posts to scrape per profile (default: unlimited)
  • proxyConfiguration (Optional): Proxy settings for reliable scraping

📊 Output

The actor outputs detailed JSON data for each post, including:

  • Profile URL and scraping timestamp
  • Post content and creation time
  • Media attachments information
  • Engagement metrics
  • Author details
  • Associated URLs and references

🚀 Getting Started

  1. Input one or more OnlyFans profile URLs
  2. Set the maximum number of items (optional)
  3. Configure proxy settings if needed
  4. Run the actor and collect the results

Input Example

A full explanation of an input example in JSON.

1{
2    "profileUrls": [
3        "https://onlyfans.com/elenafleur"
4    ],
5    "maxItems": 30
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "profileUrl": "https://onlyfans.com/elenafleur",
4        "scrapedAt": "2025-01-25T06:16:17.184Z",
5        "post": {
6            "author": {
7                "id": 229147962,
8                "_view": "a"
9            },
10            "responseType": "post",
11            "id": 1466093075,
12            "postedAt": "2025-01-03T01:32:41+00:00",
13            "postedAtPrecise": "1735867961.000000",
14            "text": "<p>From plain to perfection! Watch me transform candles into hand-painted treasures, perfect for gifting or sprucing up your space. Let’s get cozy and creative! 💖 <a href=\"/onlyfans\">@onlyfans</a> <br /><br />What a journey, loved every second! Catch the full story on <a href=\"/oftv\">@oftv</a>! <a href=\"https://of.tv/creators/tiny-elena\" target=\"_blank\" rel=\"noreferer noopener\">https://of.tv/creators/tiny-elena</a>/</p>",
15            "isMarkdownDisabled": true,
16            "favoritesCount": 28,
17            "mediaCount": 1,
18            "isMediaReady": true,
19            "isOpened": true,
20            "hasUrl": true,
21            "media": [
22                {
23                    "id": 3631013240,
24                    "type": "photo",
25                    "convertedToVideo": false,
26                    "canView": false,
27                    "hasError": false,
28                    "createdAt": null,
29                    "isReady": true,
30                    "files": {
31                        "full": {
32                            "url": null,
33                            "width": 1600,
34                            "height": 900,
35                            "size": 0,
36                            "sources": []
37                        }
38                    },
39                    "duration": 0
40                }
41            ]
42        }
43    },
44    ...
45]
Developer
Maintained by Community

Actor Metrics

  • 6 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 18 days ago