# Monitor ESPN NFL odds and line movement

**Use case:** 

Schedule an ESPN NFL odds export and compare opening versus current moneylines, spreads, totals, and prices for movement analysis.

## Input

```json
{
  "leagues": [
    "nfl"
  ],
  "startDate": "2026-09-10",
  "endDate": "2026-09-20",
  "maxItems": 50
}
```

## Output

```json
{
  "league": {
    "label": "League",
    "format": "string"
  },
  "startTime": {
    "label": "Starts",
    "format": "string"
  },
  "awayTeamName": {
    "label": "Away team",
    "format": "string"
  },
  "homeTeamName": {
    "label": "Home team",
    "format": "string"
  },
  "provider": {
    "label": "Provider",
    "format": "string"
  },
  "details": {
    "label": "Line",
    "format": "string"
  },
  "moneylineAwayCurrent": {
    "label": "Away ML",
    "format": "string"
  },
  "moneylineHomeCurrent": {
    "label": "Home ML",
    "format": "string"
  },
  "spread": {
    "label": "Spread",
    "format": "number"
  },
  "overUnder": {
    "label": "Total",
    "format": "number"
  },
  "hasLineMovement": {
    "label": "Moved",
    "format": "boolean"
  },
  "eventUrl": {
    "label": "ESPN event",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ESPN Sports Odds Scraper](https://apify.com/automation-lab/espn-multi-league-odds-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/espn-multi-league-odds-scraper) to learn more, explore other use cases, and run it yourself.