# OnlyFans Bulk Downloader

**Use case:** 

Collect public OnlyFans media links from a list of profiles, media sections, or posts.

## Input

```json
{
  "targets": [
    "https://onlyfans.com/oftv/videos",
    "https://onlyfans.com/oftv"
  ],
  "downloadMode": "videos",
  "sortOrder": "latest",
  "maxMediaPerTarget": 5
}
```

## Output

```json
{
  "mediaType": {
    "label": "Media type",
    "format": "string"
  },
  "mediaUrl": {
    "label": "Download URL",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "profileUsername": {
    "label": "Creator username",
    "format": "string"
  },
  "profileDisplayName": {
    "label": "Creator name",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration in seconds",
    "format": "number"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  }
}
```

## About this Actor

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