# Buffalo Sabres NHL Team Roster and Schedule

**Use case:** 

Extract NHL Team Roster and Schedule data filtered by Buffalo Sabres. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "team": "BUF",
  "maxItems": 10,
  "mode": "both"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Headshot",
    "format": "text"
  },
  "recordType": {
    "label": "📑 Record Type",
    "format": "text"
  },
  "team": {
    "label": "🏒 Team",
    "format": "text"
  },
  "playerId": {
    "label": "🆔 Player ID",
    "format": "text"
  },
  "firstName": {
    "label": "👤 First Name",
    "format": "text"
  },
  "lastName": {
    "label": "👤 Last Name",
    "format": "text"
  },
  "jerseyNumber": {
    "label": "🔢 Jersey #",
    "format": "text"
  },
  "position": {
    "label": "📍 Position",
    "format": "text"
  },
  "birthDate": {
    "label": "🎂 Birth Date",
    "format": "date"
  },
  "birthCountry": {
    "label": "🌎 Country",
    "format": "text"
  },
  "heightInInches": {
    "label": "📏 Height (in)",
    "format": "text"
  },
  "weightInPounds": {
    "label": "⚖️ Weight (lb)",
    "format": "text"
  },
  "gameId": {
    "label": "🏟️ Game ID",
    "format": "text"
  },
  "gameDate": {
    "label": "📅 Game Date",
    "format": "date"
  },
  "opponent": {
    "label": "🆚 Opponent",
    "format": "text"
  },
  "venue": {
    "label": "🏛️ Venue",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NHL Team Roster and Schedule Scraper](https://apify.com/parseforge/nhl-roster-schedule-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nhl-roster-schedule-scraper) to learn more, explore other use cases, and run it yourself.