Onlyfans API

Retrieve user data from Onlyfans with ease. Valuable for all types of applications thanks to HTTP requests and JSON responses.

Access

Competitive pricing for everyone.

€ 0,005 /request
  • 10 free requests / month

Fill in your e-mail to start using the API.

Endpoints

GET api.php
Parameter Required Type Info
user string The username from Onlyfans you want to get data from. All usernames are in the urls, e.g. https://onlyfans.com/onlyfans
auth string The e-mail you registered/subscribed with.
no-cache none This service caches users In the background - mainly to have quicker and fluent API responses. The downside of this is that the data you retrieve can be outdated. There aren't many times a user updates their profile. You can set this but keep in mind a request might take longer.

Example request and response

GET https://ofscraper.michaelbelgium.me/api.php?user=katieeeeebell&auth=me@myemail.com


{
    "name": "Katie Bell \ud83e\udd8b",
    "username": "katieeeeebell",
    "avatar": "https://public.onlyfans.com/files/y/yc/ycc/yccwr6u8dnt47kaapk7hxncentbgnxxv1625472984/avatar.jpg",
    "link_profile": "https://onlyfans.com/katieeeeebell",
    "posts": 636,
    "videos": 155,
    "photos": 505,
    "hearts": 149640,
    "location": "Los Angeles, CA",
    "bio": "Welcome \ud83d\udc8b",
    "socials": {
      "instagram": "https://onlyfans.com/api2/v2/users/social/buttons/click?id=.........."
    },
    "subscription_price": 12.99,
    "bundles": [
      33.12,
      62.35,
      77.94
    ],
    "header": "https://public.onlyfans.com/files/n/n6/n6v/n6vq6dieipiaqx1oe3qrozapaxtbmxzu1625437813/header.jpg",
    "lastOnline": "2023-04-27T17:01:54+00:00"
}