# Research OnlyFans Creator Pricing

**Use case:** 

Research OnlyFans Creator Pricing by scraping public profile search results with price filters and metadata.

## Input

```json
{
  "maxItems": 100,
  "query": "model",
  "category": "",
  "age": "any",
  "country": "any",
  "gender": "female",
  "sort": "price_asc",
  "minPrice": 0,
  "maxPrice": 20
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "link": {
    "label": "OnlyFans URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "category": {
    "label": "Category",
    "format": "array"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "match_score": {
    "label": "Match Score",
    "format": "number"
  },
  "adaptiveScore": {
    "label": "Adaptive Score",
    "format": "number"
  },
  "clickCount": {
    "label": "Click Count",
    "format": "number"
  },
  "totalSearchClicks": {
    "label": "Total Search Clicks",
    "format": "number"
  },
  "uniqueKey": {
    "label": "Unique Key",
    "format": "text"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "object"
  },
  "video": {
    "label": "Video",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [OnlyFans Search Profiles | keyword, country, age, price](https://apify.com/igolaizola/onlyfans-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/onlyfans-scraper) to learn more, explore other use cases, and run it yourself.