# Extract PrizePicks WNBA points and rebounds lines

**Use case:** 

Filter the current PrizePicks board to WNBA points and rebounds projections for basketball analysis.

## Input

```json
{
  "leagues": [
    "WNBA"
  ],
  "players": [],
  "teams": [],
  "stats": [
    "Points",
    "Rebounds"
  ],
  "statuses": [],
  "liveOnly": false,
  "includeRaw": false,
  "maxItems": 250,
  "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.