# Monitor Competitor Team News & Headlines for Sports Marketin

**Use case:** 

Extract all news articles and headlines for key competitor teams in college basketball and football to track their media coverage and public sentiment. This dat

## Input

```json
{
  "leagues": [
    "ncaam",
    "ncaaw"
  ],
  "teams": [
    "DUKE",
    "UNC",
    "UK",
    "GONZ",
    "UCONN",
    "LSU",
    "USC",
    "IOWA"
  ],
  "fetchFullBody": false,
  "maxItems": 150
}
```

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