# What Should I Fix First in My Actors?

**Use case:** 

Scan every actor in your Apify account and get one ranked next best action: the single highest-impact fix, with estimated monthly profit impact.

## Input

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

## Output

```json
{
  "operatorBrief": {
    "label": "Operator brief (executive memo — read this first)",
    "format": "object"
  },
  "fleetAlpha": {
    "label": "Fleet Alpha (efficiency vs your own best)",
    "format": "object"
  },
  "revenueConcentration": {
    "label": "Revenue concentration risk",
    "format": "object"
  },
  "revenueQuality": {
    "label": "Revenue quality (durability, not amount)",
    "format": "object"
  },
  "buildRecommendation": {
    "label": "What to build next",
    "format": "object"
  },
  "timeAllocation": {
    "label": "Best use of time (ROI per hour)",
    "format": "object"
  },
  "agentContract": {
    "label": "Agent contract (compact decision surface)",
    "format": "object"
  },
  "context": {
    "label": "Run context",
    "format": "object"
  },
  "fleetHealthHeadline": {
    "label": "Fleet health headline",
    "format": "string"
  },
  "decisionCards": {
    "label": "Decision cards (scannable summaries)"
  },
  "nextBestAction": {
    "label": "Next best action",
    "format": "object"
  },
  "strategySummary": {
    "label": "Strategy summary (executive takeaway)",
    "format": "object"
  },
  "sinceLastRun": {
    "label": "Since last run",
    "format": "object"
  },
  "revenueOpportunities": {
    "label": "Revenue opportunities summary",
    "format": "object"
  },
  "outcomeTracking": {
    "label": "Outcome tracking (did last run's recommendations work?)",
    "format": "object"
  },
  "learningInsights": {
    "label": "Strategic learning insights"
  },
  "calibration": {
    "label": "Recommendation calibration",
    "format": "object"
  },
  "fleetHealthScore": {
    "label": "Fleet Health Score",
    "format": "object"
  },
  "estimatedMonthlyRevenue": {
    "label": "Estimated monthly net profit ($)",
    "format": "number"
  },
  "totalActors": {
    "label": "Total actors",
    "format": "integer"
  },
  "totalRuns30d": {
    "label": "Total runs (30 days)",
    "format": "integer"
  },
  "successRate": {
    "label": "Success rate %",
    "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.