# MLB Top 100 Prospects Latest Results

**Use case:** 

Latest Results of MLB Top 100 Prospects. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "year": "2024"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "firstName": {
    "label": "First Name",
    "format": "text"
  },
  "lastName": {
    "label": "Last Name",
    "format": "text"
  },
  "birthDate": {
    "label": "Birth Date",
    "format": "date"
  },
  "height": {
    "label": "Height",
    "format": "text"
  },
  "weight": {
    "label": "Weight",
    "format": "text"
  },
  "batSide": {
    "label": "Bat Side",
    "format": "text"
  },
  "pitchHand": {
    "label": "Pitch Hand",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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