# Look Up OnlyFans Creators by Username (Direct API)

**Use case:** 

Fetch full OnlyFans profile data for a list of specific usernames directly from the API — fast, no browser, no account needed.

## Input

```json
{
  "searchMode": "direct",
  "keywords": [
    "fitness"
  ],
  "usernames": [
    "chloe_mae",
    "sabrinanichole",
    "slaviccaramel"
  ],
  "location": "",
  "category": "",
  "priceRange": "all",
  "sortBy": "popular",
  "maxResults": 100,
  "searchDepth": "medium",
  "minLikes": 0,
  "maxLikes": 0,
  "requireInstagram": false,
  "enrichProfile": false,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "avatarUrl": {
    "label": "Avatar",
    "format": "link"
  },
  "headerUrl": {
    "label": "Header",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "joinDate": {
    "label": "Join Date",
    "format": "text"
  },
  "lastSeen": {
    "label": "Last Seen",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "text"
  },
  "isActive": {
    "label": "Active",
    "format": "text"
  },
  "subscriptionPrice": {
    "label": "Price ($)",
    "format": "number"
  },
  "isFree": {
    "label": "Free",
    "format": "text"
  },
  "postsCount": {
    "label": "Posts",
    "format": "number"
  },
  "photosCount": {
    "label": "Photos",
    "format": "number"
  },
  "videosCount": {
    "label": "Videos",
    "format": "number"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "mediasCount": {
    "label": "Total Media",
    "format": "number"
  },
  "subscribersCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "hasStream": {
    "label": "Streaming",
    "format": "text"
  },
  "hasStories": {
    "label": "Stories",
    "format": "text"
  },
  "tipsEnabled": {
    "label": "Tips",
    "format": "text"
  },
  "instagramUrl": {
    "label": "Instagram",
    "format": "link"
  },
  "twitterUrl": {
    "label": "Twitter/X",
    "format": "link"
  },
  "tiktokUrl": {
    "label": "TikTok",
    "format": "link"
  },
  "fanslyUrl": {
    "label": "Fansly",
    "format": "link"
  },
  "pornhubUrl": {
    "label": "Pornhub",
    "format": "link"
  },
  "redditUrl": {
    "label": "Reddit",
    "format": "link"
  },
  "youtubeUrl": {
    "label": "YouTube",
    "format": "link"
  },
  "twitchUrl": {
    "label": "Twitch",
    "format": "link"
  },
  "snapchatUrl": {
    "label": "Snapchat",
    "format": "link"
  },
  "telegramUrl": {
    "label": "Telegram",
    "format": "link"
  },
  "searchKeyword": {
    "label": "Search Keyword",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [OnlyFans Finder](https://apify.com/trev0n/onlyfans-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/onlyfans-finder) to learn more, explore other use cases, and run it yourself.