# Monitor 2024 MLB American League Standings

**Use case:** 

Fetch the current standings for the American League in the 2024 MLB season. Track team performance and divisional races for sports media, fan engagement platfor

## Input

```json
{
  "mode": "standings",
  "season": 2024,
  "leagueId": "AL",
  "statGroup": "hitting",
  "gameType": "R",
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "teamId": {
    "label": "Team id"
  },
  "divisionName": {
    "label": "Division name"
  },
  "leagueName": {
    "label": "League name"
  },
  "wins": {
    "label": "Wins"
  },
  "losses": {
    "label": "Losses"
  },
  "pct": {
    "label": "Pct"
  }
}
```

## About this Actor

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