# NBA Game Schedule Tomorrow: Plan Your Content

**Use case:** 

Access the complete schedule for tomorrow's NBA games to prepare timely content and betting odds analysis. This allows media outlets and sports analytics firms 

## Input

```json
{
  "leagues": [
    "nba"
  ],
  "dateMode": "tomorrow",
  "timezone": "America/Los_Angeles",
  "fetchDetails": false,
  "maxItems": 100
}
```

## Output

```json
{
  "gameId": {
    "label": "Game ID",
    "format": "text"
  },
  "league": {
    "label": "League",
    "format": "text"
  },
  "sport": {
    "label": "Sport",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "statusDetail": {
    "label": "Detail",
    "format": "text"
  },
  "date": {
    "label": "Date (UTC)",
    "format": "text"
  },
  "dateLocal": {
    "label": "Date (Local)",
    "format": "text"
  },
  "shortName": {
    "label": "Matchup",
    "format": "text"
  },
  "homeTeam": {
    "label": "Home",
    "format": "object"
  },
  "awayTeam": {
    "label": "Away",
    "format": "object"
  },
  "venue": {
    "label": "Venue",
    "format": "object"
  },
  "broadcasts": {
    "label": "Broadcasts",
    "format": "array"
  },
  "attendance": {
    "label": "Attendance",
    "format": "number"
  },
  "odds": {
    "label": "Odds",
    "format": "object"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "leaders": {
    "label": "Leaders",
    "format": "object"
  },
  "gameNotes": {
    "label": "Game Notes",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ESPN Scores & Schedules](https://apify.com/crawlerbros/espn-scores-schedules) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/espn-scores-schedules) to learn more, explore other use cases, and run it yourself.