# Skaters Hockey Reference | NHL Stats and History

**Use case:** 

Extract Hockey Reference | NHL Stats and History data filtered by Skaters. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "season": "2024",
  "playerType": "skaters",
  "maxItems": 10
}
```

## Output

```json
{
  "playerName": {
    "label": "Player Name",
    "format": "text"
  },
  "playerId": {
    "label": "Player ID",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "gamesPlayed": {
    "label": "GP",
    "format": "number"
  },
  "goals": {
    "label": "G",
    "format": "number"
  },
  "assists": {
    "label": "A",
    "format": "number"
  },
  "points": {
    "label": "PTS",
    "format": "number"
  },
  "plusMinus": {
    "label": "+/-",
    "format": "number"
  },
  "penaltyMinutes": {
    "label": "PIM",
    "format": "number"
  },
  "shots": {
    "label": "S",
    "format": "number"
  },
  "shootingPct": {
    "label": "S%",
    "format": "number"
  },
  "gameWinningGoals": {
    "label": "GWG",
    "format": "number"
  },
  "season": {
    "label": "Season",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hockey Reference Scraper | NHL Stats and History](https://apify.com/parseforge/hockey-reference-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hockey-reference-scraper) to learn more, explore other use cases, and run it yourself.