Coming soon
OnlyFans API
Creator data for OnlyFans: search creators by keyword, get a creator's full public profile, and find a creator's OnlyFans from a handle, a name or a social profile link. Every endpoint is a GET request that returns JSON.
The OnlyFans API is not on RapidAPI yet. This page describes what it will cover. Full parameters, example responses and the listing link go up at launch, and details may change before then.
Planned endpoints
| Method | Path | Returns |
|---|---|---|
| GET | /v1/onlyfans/search | Creators matching a keyword |
| GET | /v1/onlyfans/profile/{username} | A creator's full public profile |
| GET | /v1/onlyfans/lookup | The OnlyFans creator behind a handle, name or link |
Search creators
GET/v1/onlyfans/search
Search by keyword: a niche, a look, a platform or a name. Returns up to 24 creators per page with username, profile link, price, likes, photo and video counts, bio, and linked Instagram, X, TikTok and Fansly accounts. Page through results with page.
Creator profile
GET/v1/onlyfans/profile/{username}
The full public profile for a username: name, bio, location, website, join date, last seen, subscription price and current promotional price, bundles and promotions, photo, video, post and stream counts, likes, tip range and account flags such as verified status.
Reverse lookup
GET/v1/onlyfans/lookup
Pass a handle, a full name or a profile link, such as an Instagram URL. Returns the matching OnlyFans creator with a match confidence and the key profile fields, or ofFound: false when there is no match.
Subscriber counts are included only when a creator makes them public.
Launch
The API will be available through RapidAPI, like the TikTok Shop API. Plans and quotas will be listed there.