# FPL Differential Picks Finder (Low Ownership)

**Use case:** 

Hunt low-ownership FPL differentials under a tight ownership threshold with a multi-fixture lookahead to beat the template.

## Input

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

## Output

```json
{
  "type": {
    "label": "Category",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "player.webName": {
    "label": "Player",
    "format": "text"
  },
  "player.team.shortName": {
    "label": "Team",
    "format": "text"
  },
  "player.position": {
    "label": "Pos",
    "format": "text"
  },
  "player.cost": {
    "label": "Cost £m",
    "format": "number"
  },
  "player.epNext": {
    "label": "ep_next",
    "format": "number"
  },
  "pickScore": {
    "label": "Score",
    "format": "number"
  },
  "reasonTags": {
    "label": "Reasons",
    "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.