# Player Stats NBA Stats Official

**Use case:** 

Extract NBA Stats Official data filtered by Player Stats. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "endpoint": "leaguedashplayerstats",
  "season": "2024-25",
  "seasonType": "Regular Season",
  "maxItems": 10
}
```

## Output

```json
{
  "season": {
    "label": "📅 Season",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "team": {
    "label": "🏀 Team",
    "format": "text"
  },
  "player": {
    "label": "🧑 Player",
    "format": "text"
  },
  "stat": {
    "label": "📊 Stat",
    "format": "date"
  },
  "value": {
    "label": "🔢 Value",
    "format": "text"
  },
  "rank": {
    "label": "🥇 Rank",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [NBA Stats Official Scraper](https://apify.com/parseforge/nba-stats-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nba-stats-scraper) to learn more, explore other use cases, and run it yourself.