# Eastern only MLS Standings

**Use case:** 

Extract MLS Standings data filtered by Eastern only. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "conference": "eastern"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Crest",
    "format": "image"
  },
  "team": {
    "label": "⚽ Team",
    "format": "text"
  },
  "conference": {
    "label": "🌎 Conference",
    "format": "text"
  },
  "position": {
    "label": "🥇 Pos",
    "format": "number"
  },
  "played": {
    "label": "🎮 P",
    "format": "number"
  },
  "wins": {
    "label": "✅ W",
    "format": "number"
  },
  "draws": {
    "label": "🤝 D",
    "format": "number"
  },
  "losses": {
    "label": "❌ L",
    "format": "number"
  },
  "gf": {
    "label": "⚽ GF",
    "format": "number"
  },
  "ga": {
    "label": "🥅 GA",
    "format": "number"
  },
  "gd": {
    "label": "📊 GD",
    "format": "number"
  },
  "points": {
    "label": "🏆 Pts",
    "format": "number"
  },
  "ppg": {
    "label": "📈 PPG",
    "format": "number"
  },
  "form": {
    "label": "🔥 Form",
    "format": "text"
  },
  "season": {
    "label": "📅 Season",
    "format": "number"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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