# Scrape Daily NBA & NFL News Articles for Content Curation

**Use case:** 

Gather the latest NBA and NFL news articles, including full body content, for comprehensive sports content curation. This enables content creators to quickly so

## Input

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