# Aggregate Full NFL News Articles for Content Creation

**Use case:** 

Gather comprehensive NFL news articles, including the full body text, to fuel your sports content platform or news aggregation service. Accessing the complete a

## Input

```json
{
  "leagues": [
    "nfl"
  ],
  "fetchFullBody": true,
  "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.