# Schedule MLB StatsAPI Baseball Data

**Use case:** 

Extract MLB StatsAPI Baseball Data data filtered by Schedule. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "endpoint": "schedule",
  "maxItems": 10,
  "sportId": 1
}
```

## Output

```json
{
  "id": {
    "label": "🆔 id",
    "format": "number"
  },
  "name": {
    "label": "🏷️ name",
    "format": "text"
  },
  "abbreviation": {
    "label": "🔤 abbreviation",
    "format": "text"
  },
  "venue": {
    "label": "📍 venue",
    "format": "text"
  },
  "league": {
    "label": "🏟️ league",
    "format": "text"
  },
  "division": {
    "label": "🧭 division",
    "format": "text"
  },
  "locationName": {
    "label": "🌍 locationName",
    "format": "text"
  },
  "firstYearOfPlay": {
    "label": "📅 firstYearOfPlay",
    "format": "date"
  },
  "link": {
    "label": "🔗 link",
    "format": "link"
  },
  "endpoint": {
    "label": "🆎 endpoint",
    "format": "text"
  },
  "season": {
    "label": "📅 season",
    "format": "number"
  },
  "raw": {
    "label": "📦 raw",
    "format": "object"
  },
  "scrapedAt": {
    "label": "🕒 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "❌ error",
    "format": "text"
  }
}
```

## About this Actor

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