# NHL Live Scores Today: Real-Time Game Updates

**Use case:** 

Scrape today's NHL live scores and ongoing game data for immediate updates and broadcast integration. This is crucial for sports news aggregators and real-time 

## Input

```json
{
  "leagues": [
    "nhl"
  ],
  "dateMode": "today",
  "timezone": "America/Toronto",
  "fetchDetails": true,
  "maxItems": 50
}
```

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