# Track MLB Baseball League Standings Daily

**Use case:** 

Automatically fetch and monitor MLB baseball standings to provide accurate and timely updates for sports news sites or betting models. Ensure your audience or a

## Input

```json
{
  "mode": "standings",
  "sport": "baseball",
  "competition": "premier-league",
  "competitionId": 16,
  "maxItems": 30
}
```

## Output

```json
{
  "gameId": {
    "label": "Game id"
  },
  "sport": {
    "label": "Sport"
  },
  "competition": {
    "label": "Competition"
  },
  "homeTeam": {
    "label": "Home team"
  },
  "awayTeam": {
    "label": "Away team"
  },
  "homeScore": {
    "label": "Home score"
  },
  "awayScore": {
    "label": "Away score"
  },
  "statusText": {
    "label": "Status text"
  },
  "gameTime": {
    "label": "Game time"
  }
}
```

## About this Actor

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