# Monitor live PrizePicks projections for alerts

**Use case:** 

Collect live PrizePicks projection changes with raw source resources for a recurring alert and history pipeline.

## Input

```json
{
  "leagues": [
    "WNBA"
  ],
  "players": [],
  "teams": [],
  "stats": [],
  "statuses": [],
  "liveOnly": true,
  "includeRaw": true,
  "maxItems": 1000,
  "maxRetries": 3
}
```

## Output

```json
{
  "playerName": {
    "label": "Player",
    "format": "string"
  },
  "team": {
    "label": "Team",
    "format": "string"
  },
  "league": {
    "label": "League",
    "format": "string"
  },
  "statDisplayName": {
    "label": "Stat",
    "format": "string"
  },
  "lineScore": {
    "label": "Line",
    "format": "number"
  },
  "allowedWagerTypes": {
    "label": "Wager types",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "isLive": {
    "label": "Live",
    "format": "boolean"
  },
  "oddsType": {
    "label": "Odds",
    "format": "string"
  },
  "game": {
    "label": "Game",
    "format": "string"
  },
  "startTime": {
    "label": "Starts",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PrizePicks Player Props Scraper](https://apify.com/automation-lab/prizepicks-player-props-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/prizepicks-player-props-scraper) to learn more, explore other use cases, and run it yourself.