# Download 2024 MLB Regular Season Schedule

**Use case:** 

Retrieve the complete 2024 MLB regular season schedule for all teams. This data is essential for building custom sports applications, fantasy league tools, or g

## Input

```json
{
  "mode": "schedule",
  "season": 2024,
  "fromDate": "2024-03-28",
  "toDate": "2024-09-29",
  "leagueId": "both",
  "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.