OnlyFans Public Profile & Stats Scraper
Look up any public OnlyFans creator by username and extract the public profile: display name, bio, subscription price, free trial, post, photo and video counts, likes, subscriber count, avatar, banner, verification and join date. Export to JSON, CSV or Excel. No login.
{ "avatarUrl": "https://public.onlyfans.com/files/o/o6/o63/o63…", "bannerUrl": "https://public.onlyfans.com/files/v/vf/vfi/vfi…", "displayName": "Angela White", "username": "angela", "profileUrl": "https://onlyfans.com/angela", "id": 115073010, "isVerified": true, "subscribePrice": 0, "hasFreeTrial": true }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Avatar Url | Banner Url | Display Name | Username |
|---|---|---|---|
| https://public.onlyfans.com/files… | https://public.onlyfans.com/files… | Angela White | angela |
| https://public.onlyfans.com/files… | https://public.onlyfans.com/files… | Emi | emily |
| https://public.onlyfans.com/files… | https://public.onlyfans.com/files… | OnlyFans | onlyfans |
{ "avatarUrl": "https://public.onlyfans.com/files/o/o6/o63/o63…", "bannerUrl": "https://public.onlyfans.com/files/v/vf/vfi/vfi…", "displayName": "Angela White", "username": "angela", "profileUrl": "https://onlyfans.com/angela", "id": 115073010, "isVerified": true, "subscribePrice": 0, "hasFreeTrial": true }
常见问题
Does this scraper work for any OnlyFans creator?
It works for any public creator page that a logged-out visitor can open at onlyfans.com/username. Pass the username, an @handle or the full profile URL. Private or deactivated accounts return a not found record.
Can it read posts, photos or messages behind the paywall?
No. It only reads the public profile fields that OnlyFans shows to logged-out visitors, such as name, bio, price, counts and avatar. It never logs in and never accesses subscriber-only content.
How many profiles can I scrape in one run?
As many usernames as you pass. Use Max Items to cap the run. Profiles are fetched a few at a time and streamed to the dataset as they complete.
Why is a residential proxy used?
The actor uses Apify residential proxies by default to reach the public page, so there is nothing to set up. Residential traffic is metered per GB on your Apify plan.
What happens when a username does not exist?
The record is returned with the username, the profile URL and an error note of Profile not found, so you can tell missing handles apart from live profiles in the same dataset.