# 📋 Build an OnlyFans Agency Prospect List

**Use case:** 

Turn social handles or creator names into a structured OF prospect list with pricing, content stats, and engagement data.

## Input

```json
{
  "seeds": [
    "Sophie Rain",
    "Amouranth",
    "Corinna Kopf",
    "Lily Phillips",
    "Belle Delphine",
    "Bonnie Blue",
    "Sky Bri"
  ]
}
```

## Output

```json
{
  "displayInput": {
    "label": "🔍 Input",
    "format": "text"
  },
  "ofFound": {
    "label": "✅ Found",
    "format": "boolean"
  },
  "ofAvatar": {
    "label": "📸 Photo",
    "format": "image"
  },
  "ofHeader": {
    "label": "🖼️ Banner",
    "format": "image"
  },
  "ofName": {
    "label": "👤 Name",
    "format": "text"
  },
  "ofUsername": {
    "label": "🏷️ Handle",
    "format": "text"
  },
  "ofUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "ofIsVerified": {
    "label": "✔️ Verified",
    "format": "boolean"
  },
  "ofIsFree": {
    "label": "🆓 Free",
    "format": "boolean"
  },
  "ofPrice": {
    "label": "💰 Price ($)",
    "format": "number"
  },
  "ofLikesCount": {
    "label": "❤️ Likes",
    "format": "number"
  },
  "ofSubscribers": {
    "label": "👥 Subscribers",
    "format": "number"
  },
  "ofPostsCount": {
    "label": "📝 Posts",
    "format": "number"
  },
  "ofPhotosCount": {
    "label": "📷 Photos",
    "format": "number"
  },
  "ofVideosCount": {
    "label": "🎬 Videos",
    "format": "number"
  },
  "ofLocation": {
    "label": "📍 Location",
    "format": "text"
  },
  "ofWebsite": {
    "label": "🌐 Website",
    "format": "link"
  },
  "ofJoinDate": {
    "label": "📅 Joined",
    "format": "text"
  },
  "matchConfidence": {
    "label": "🎯 Confidence",
    "format": "text"
  },
  "enrichMethod": {
    "label": "⚙️ Method",
    "format": "text"
  },
  "seedType": {
    "label": "📂 Input Type",
    "format": "text"
  }
}
```

## About this Actor

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