OnlyFans Finder avatar

OnlyFans Finder

Pricing

$30.00/month + usage

Go to Apify Store
OnlyFans Finder

OnlyFans Finder

Discover OnlyFans creators by keyword, niche, location, or category. Filter by price, likes range, and sort order. Or look up specific usernames directly via the API. Extracts 35+ profile fields including bio, stats, pricing, and social links. No OnlyFans account needed.

Pricing

$30.00/month + usage

Rating

0.0

(0)

Developer

Paweł

Paweł

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

5

Monthly active users

4 days ago

Last modified

Share

OnlyFans Finder Pro

Discover OnlyFans creators by keyword, niche, location, or category — or look up specific usernames directly. No OnlyFans account needed.

How it works

Discovery mode searches public creator directories by keyword, then optionally enriches each profile via the OnlyFans API.

Direct mode skips the browser entirely — just pass usernames and get full profile data from the API instantly.

Quick start

Find free fitness creators in California with at least 1K likes:

{
"keywords": ["fitness"],
"location": "California",
"priceRange": "free",
"minLikes": 1000,
"enrichProfile": true
}

Look up specific creators:

{
"searchMode": "direct",
"usernames": ["username1", "username2"]
}

Find mid-tier cosplay creators (10K–500K likes range):

{
"keywords": ["cosplay"],
"category": "cosplay-onlyfans",
"searchDepth": "deep",
"minLikes": 10000,
"maxLikes": 500000,
"maxResults": 200
}

Input parameters

ParameterTypeDescriptionDefault
searchModestringdiscovery or directdiscovery
keywordsstring[]Search terms (discovery mode)
usernamesstring[]OnlyFans usernames to look up (direct mode)
locationstringCity, state, or country filter""
categorystringCategory slug, e.g. blonde-onlyfans""
priceRangestringall / free / 1-10 / 10-25 / 25+all
sortBystringpopular / new / likes / price-low / price-highpopular
maxResultsintegerMax profiles to collect100
searchDepthstringshallow (~21/keyword) / medium (~100) / deep (~300+)medium
minLikesintegerMinimum likes filter (0 = off)0
maxLikesintegerMaximum likes filter (0 = off)0
requireInstagrambooleanOnly creators with Instagramfalse
enrichProfilebooleanFetch extra data from OnlyFans APIfalse
maxConcurrencyintegerParallel browser pages3
proxyConfigurationobjectResidential proxies recommended

Output

Each profile includes up to 35 fields. With enrichProfile enabled, you get the full dataset:

{
"profileUrl": "https://onlyfans.com/fitcreator",
"username": "fitcreator",
"displayName": "Fit Creator",
"bio": "Fitness model & personal trainer.",
"avatarUrl": "https://public.onlyfans.com/files/...",
"headerUrl": "https://public.onlyfans.com/files/...",
"location": "Los Angeles, CA",
"websiteUrl": "https://fitcreator.com",
"joinDate": "2023-06-15T00:00:00.000Z",
"lastSeen": "2026-03-04T12:30:00.000Z",
"isVerified": true,
"isActive": true,
"subscriptionPrice": 9.99,
"isFree": false,
"postsCount": 450,
"photosCount": 1200,
"videosCount": 85,
"likesCount": 15000,
"mediasCount": 1285,
"subscribersCount": 3200,
"hasStream": false,
"hasStories": true,
"tipsEnabled": true,
"instagramUrl": "https://instagram.com/fitcreator",
"twitterUrl": "https://twitter.com/fitcreator",
"tiktokUrl": "https://tiktok.com/@fitcreator",
"searchKeyword": "fitness",
"scrapedAt": "2026-03-04T14:00:00.000Z"
}

Without enrichment you still get: username, display name, bio, avatar, likes count, and profile URL.

Tips

  • Direct mode is instant — no browser, no proxies needed
  • Residential proxies work best for discovery mode
  • enrichProfile adds verified status, join date, subscriber count, social links, and more
  • Combine minLikes + maxLikes to target a specific engagement tier
  • searchDepth: "deep" maximizes coverage (~300+ unique results per keyword)
  • requireInstagram auto-enables API enrichment