# Monitor NBA Team News and Articles for Competitive Analysis

**Use case:** 

Stay updated on the latest news and headlines for key NBA teams to inform your competitive strategy or sports betting analysis. This task provides a stream of f

## Input

```json
{
  "leagues": [
    "nba"
  ],
  "teams": [
    "LAL",
    "GSW",
    "BOS"
  ],
  "fetchFullBody": false,
  "maxItems": 200
}
```

## 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.