# OnlyFans Creator Leads by Niche Keyword

**Use case:** 

Find OnlyFans creators by niche keywords and get their social links. Receive data on engagement, subscription prices, and profile details.

## Input

```json
{
  "seedSource": "directory",
  "keywords": "sexy",
  "maxProfiles": 50,
  "requireInstagram": false,
  "scrapeOtherSocials": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "profileImage": {
    "label": "Avatar",
    "format": "image"
  },
  "onlyfansUsername": {
    "label": "Username",
    "format": "text"
  },
  "onlyfansLink": {
    "label": "OF link",
    "format": "link"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "number"
  },
  "price": {
    "label": "Sub $",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "primaryInstagram": {
    "label": "Instagram",
    "format": "link"
  },
  "primaryInstagramUsername": {
    "label": "IG handle",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [OnlyFans Discovery / Leads Scraper](https://apify.com/leon.operator/onlyfans-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/leon.operator/onlyfans-leads-scraper) to learn more, explore other use cases, and run it yourself.