# Analyze MLB News Headlines for Sports Media Trends

**Use case:** 

Scrape current MLB news headlines and articles to identify trending topics, player narratives, and media focus within professional baseball. This allows media a

## Input

```json
{
  "leagues": [
    "mlb"
  ],
  "fetchFullBody": false,
  "maxItems": 250
}
```

## Output

```json
{
  "league": {
    "label": "League",
    "format": "text"
  },
  "sport": {
    "label": "Sport",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "description": {
    "label": "Summary",
    "format": "text"
  },
  "byline": {
    "label": "Author",
    "format": "text"
  },
  "published": {
    "label": "Published",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "premium": {
    "label": "Premium",
    "format": "boolean"
  },
  "inputTeam": {
    "label": "Team Filter",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ESPN News](https://apify.com/crawlerbros/espn-news) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/espn-news) to learn more, explore other use cases, and run it yourself.