# Current Underdog Player Props Example

**Use case:** 

Collect a small current snapshot of active Underdog Fantasy player props with normalized prices, player details, and game context.

## Input

```json
{
  "sports": [
    "NFL"
  ],
  "leagues": [],
  "players": [],
  "teams": [],
  "stats": [],
  "statuses": [],
  "activeOnly": true,
  "liveOnly": false,
  "includeRaw": false,
  "maxItems": 10,
  "maxRetries": 3
}
```

## Output

```json
{
  "playerName": {
    "label": "Player",
    "format": "string"
  },
  "sport": {
    "label": "Sport",
    "format": "string"
  },
  "statDisplay": {
    "label": "Stat",
    "format": "string"
  },
  "statValue": {
    "label": "Line",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "isLive": {
    "label": "Live",
    "format": "boolean"
  },
  "higherAmericanPrice": {
    "label": "Higher price",
    "format": "string"
  },
  "lowerAmericanPrice": {
    "label": "Lower price",
    "format": "string"
  },
  "gameTitle": {
    "label": "Game",
    "format": "string"
  },
  "scheduledAt": {
    "label": "Scheduled",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "string"
  }
}
```

## About this Actor

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