# MLB (Baseball) ESPN Standings | League Tables and Records

**Use case:** 

Extract ESPN Standings | League Tables and Records data filtered by MLB (Baseball). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "sport": "MLB",
  "dataType": "standings",
  "maxItems": 10
}
```

## Output

```json
{
  "teamName": {
    "label": "Team Name",
    "format": "text"
  },
  "abbreviation": {
    "label": "Abbr",
    "format": "text"
  },
  "wins": {
    "label": "W",
    "format": "number"
  },
  "losses": {
    "label": "L",
    "format": "number"
  },
  "ties": {
    "label": "T",
    "format": "number"
  },
  "winPct": {
    "label": "PCT",
    "format": "number"
  },
  "gamesBack": {
    "label": "GB",
    "format": "number"
  },
  "pointsFor": {
    "label": "PF",
    "format": "number"
  },
  "pointsAgainst": {
    "label": "PA",
    "format": "number"
  },
  "streak": {
    "label": "Streak",
    "format": "text"
  },
  "conference": {
    "label": "Conference",
    "format": "text"
  },
  "division": {
    "label": "Division",
    "format": "text"
  },
  "sport": {
    "label": "Sport",
    "format": "text"
  },
  "season": {
    "label": "Season",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ESPN Standings Scraper | League Tables and Records](https://apify.com/parseforge/espn-standings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/espn-standings-scraper) to learn more, explore other use cases, and run it yourself.