# Find Underpriced Actors & Lost Revenue

**Use case:** 

Audit per-actor profit across your Apify fleet and spot underpriced actors vs their category-cohort median, with suggested prices.

## Input

```json
{
  "includeRevenueBreakdown": true,
  "mode": "default",
  "acknowledgements": [],
  "outputProfile": "full",
  "minimumMonthlyImpactUsd": 0,
  "weeklyHoursBudget": 0,
  "includeSpecialistReports": false
}
```

## Output

```json
{
  "revenueConcentration": {
    "label": "Revenue concentration risk",
    "format": "object"
  },
  "revenueQuality": {
    "label": "Revenue quality (durability, not amount)",
    "format": "object"
  },
  "fleetAlpha": {
    "label": "Fleet Alpha (efficiency vs your own best)",
    "format": "object"
  },
  "revenueOpportunities": {
    "label": "Revenue opportunities summary",
    "format": "object"
  },
  "revenueBreakdown": {
    "label": "Revenue breakdown",
    "format": "object"
  },
  "estimatedMonthlyRevenue": {
    "label": "Estimated monthly net profit ($)",
    "format": "number"
  },
  "analyzedAt": {
    "label": "Analyzed at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Fleet Analytics — Full Account Dashboard](https://apify.com/ryanclinton/actor-fleet-analytics) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/actor-fleet-analytics) to learn more, explore other use cases, and run it yourself.