# Scrape NBA Franchise Details & Team Information

**Use case:** 

Extract comprehensive details for all NBA franchises, including team IDs, names, and potentially more (if 'teamDetails' mode provided more data). This provides 

## Input

```json
{
  "mode": "teams",
  "season": "2023-2024",
  "maxItems": 30
}
```

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