# ESPN NBA Scores

**Use case:** 

Get current ESPN NBA scores in a clear dataset.

## Input

```json
{
  "target": "scoreboards",
  "scoreboardDate": "2025-11-29",
  "scheduleTeamId": "12",
  "rosterTeamId": "12",
  "gameId": "401810171",
  "oddsGameId": "401810171",
  "athleteQuery": "LeBron James",
  "newsKeywords": [
    "trade",
    "injury"
  ],
  "searchQuery": "Boston Celtics",
  "sport": "basketball",
  "leagues": [
    "nba"
  ]
}
```

## Output

```json
{
  "resultType": {
    "label": "Result type",
    "format": "text"
  },
  "sport": {
    "label": "Sport",
    "format": "text"
  },
  "league": {
    "label": "League",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "teamName": {
    "label": "Team",
    "format": "text"
  },
  "athleteName": {
    "label": "Athlete",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "record": {
    "label": "Record",
    "format": "text"
  },
  "sourceUrl": {
    "label": "ESPN link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [ESPN MCP Server](https://apify.com/maximedupre/espn-mcp-server) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/espn-mcp-server) to learn more, explore other use cases, and run it yourself.