# Extract NBA Team Roster Data for Analytics

**Use case:** 

Obtain detailed player roster data for specific NBA teams to power advanced sports analytics and fantasy basketball predictions. This data is crucial for scouti

## Input

```json
{
  "mode": "players",
  "teamName": "Boston Celtics",
  "season": "2023-2024",
  "maxItems": 50
}
```

## Output

```json
{
  "teamName": {
    "label": "Team name"
  },
  "playerName": {
    "label": "Player name"
  },
  "homeTeam": {
    "label": "Home team"
  },
  "awayTeam": {
    "label": "Away team"
  },
  "date": {
    "label": "Date"
  },
  "season": {
    "label": "Season"
  },
  "conference": {
    "label": "Conference"
  },
  "arena": {
    "label": "Arena"
  }
}
```

## About this Actor

This example demonstrates how to use [NBA Data Scraper](https://apify.com/crawlerbros/nba-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/nba-data-scraper) to learn more, explore other use cases, and run it yourself.