# FPL Live Gameweek Points Snapshot

**Use case:** 

Capture live FPL points for your manager and mini-league standings during an in-progress gameweek in one snapshot.

## Input

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

## Output

```json
{
  "snapshotAt": {
    "label": "Snapshot at",
    "format": "date"
  },
  "gameweek": {
    "label": "GW",
    "format": "number"
  },
  "manager.id": {
    "label": "Manager ID",
    "format": "number"
  },
  "manager.livePoints": {
    "label": "Live pts",
    "format": "number"
  },
  "league.id": {
    "label": "League ID",
    "format": "number"
  },
  "bonusFinalized": {
    "label": "Bonus locked?",
    "format": "boolean"
  }
}
```

## 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.