# FPL Wildcard Squad Optimizer (£100m Budget)

**Use case:** 

Generate the optimal 15-man FPL wildcard squad on a £100m budget with auto captain, vice-captain, and formation.

## Input

```json
{
  "mode": "wildcard_optimizer",
  "managerIds": [],
  "leagueIds": [],
  "picksTopN": 5,
  "picksDifferentialThresholdPct": 5,
  "picksFixtureLookahead": 3,
  "optimizerBudget": 100,
  "optimizerLockedPlayers": [],
  "optimizerExcludedPlayers": [],
  "optimizerExcludedTeams": [],
  "leagueTopManagersPerLeague": 50,
  "priceMinConfidence": 0.5,
  "priceIncludeNeutral": false,
  "liveRefreshIntervalSec": 0,
  "liveMaxSnapshots": 1,
  "historicalSeasons": [],
  "historicalDataType": "per_gameweek",
  "enableAiVerdict": false,
  "maxItems": 1000
}
```

## Output

```json
{
  "totalCost": {
    "label": "Cost £m",
    "format": "number"
  },
  "totalExpectedPoints": {
    "label": "Expected pts",
    "format": "number"
  },
  "formation": {
    "label": "Formation",
    "format": "text"
  },
  "squad": {
    "label": "Squad",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [FPL Intelligence - Picks, Optimizer, Watchlist, History](https://apify.com/constructive_calm/fpl-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/fpl-intelligence) to learn more, explore other use cases, and run it yourself.