# What Actor Should You Build Next?

**Use case:** 

Find the most profitable category you've already proven and what to build next to grow your Apify revenue, from your own fleet data.

## Input

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

## Output

```json
{
  "buildRecommendation": {
    "label": "What to build next",
    "format": "object"
  },
  "categoryLeaders": {
    "label": "Category champion / laggard"
  },
  "growthEfficiency": {
    "label": "Growth efficiency (leverage)"
  },
  "portfolioSegments": {
    "label": "Portfolio segments (strategic fleet grouping)",
    "format": "object"
  },
  "revenueOpportunities": {
    "label": "Revenue opportunities summary",
    "format": "object"
  },
  "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.