# Pre Season WNBA Stats | Player & Team Season Statistics

**Use case:** 

Extract WNBA Stats | Player & Team Season Statistics data filtered by Pre Season. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "season": "2024",
  "seasonType": "Pre Season",
  "statCategory": "PTS",
  "perMode": "PerGame"
}
```

## Output

```json
{
  "playerId": {
    "label": "🔑 Player ID",
    "format": "text"
  },
  "rank": {
    "label": "🏆 Rank",
    "format": "text"
  },
  "player": {
    "label": "👤 Player",
    "format": "text"
  },
  "teamId": {
    "label": "🔑 Team ID",
    "format": "text"
  },
  "team": {
    "label": "🏀 Team",
    "format": "text"
  },
  "season": {
    "label": "📅 Season",
    "format": "text"
  },
  "seasonType": {
    "label": "📋 Type",
    "format": "text"
  },
  "statCategory": {
    "label": "📊 Stat",
    "format": "text"
  },
  "gamesPlayed": {
    "label": "🎯 GP",
    "format": "text"
  },
  "minutes": {
    "label": "⏱️ MIN",
    "format": "text"
  },
  "points": {
    "label": "🎯 PTS",
    "format": "text"
  },
  "rebounds": {
    "label": "🪣 REB",
    "format": "text"
  },
  "assists": {
    "label": "🤝 AST",
    "format": "text"
  },
  "steals": {
    "label": "🥷 STL",
    "format": "text"
  },
  "blocks": {
    "label": "🛡️ BLK",
    "format": "text"
  },
  "fgPct": {
    "label": "🎯 FG%",
    "format": "text"
  },
  "fg3Pct": {
    "label": "🎯 3P%",
    "format": "text"
  },
  "ftPct": {
    "label": "🎯 FT%",
    "format": "text"
  },
  "eff": {
    "label": "⭐ EFF",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [WNBA Stats Scraper | Player & Team Season Statistics](https://apify.com/parseforge/wnba-stats-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/wnba-stats-scraper) to learn more, explore other use cases, and run it yourself.