# Find Free Fitness OnlyFans Creators in California

**Use case:** 

Discover free OnlyFans fitness creators based in California with at least 1K likes. Enriched profiles with bio, socials and stats.

## Input

```json
{
  "searchMode": "discovery",
  "keywords": [
    "fitness"
  ],
  "location": "California",
  "category": "",
  "priceRange": "free",
  "sortBy": "popular",
  "maxResults": 100,
  "searchDepth": "medium",
  "minLikes": 1000,
  "maxLikes": 0,
  "requireInstagram": false,
  "enrichProfile": true,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "subscriptionPrice": {
    "label": "Price ($)",
    "format": "number"
  },
  "isFree": {
    "label": "Free",
    "format": "text"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "photosCount": {
    "label": "Photos",
    "format": "number"
  },
  "videosCount": {
    "label": "Videos",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "text"
  },
  "searchKeyword": {
    "label": "Keyword",
    "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.