# NBA (Basketball) ESPN Sports Data

**Use case:** 

Extract ESPN Sports Data data filtered by NBA (Basketball). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sport": "nba",
  "dataType": "scoreboard"
}
```

## Output

```json
{
  "name": {
    "label": "Event",
    "format": "text"
  },
  "shortName": {
    "label": "Matchup",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "gameStatus": {
    "label": "Status",
    "format": "text"
  },
  "gameClock": {
    "label": "Clock",
    "format": "text"
  },
  "gamePeriod": {
    "label": "Period",
    "format": "number"
  },
  "homeTeam": {
    "label": "Home",
    "format": "text"
  },
  "homeScore": {
    "label": "H Score",
    "format": "text"
  },
  "homeRecord": {
    "label": "H Record",
    "format": "text"
  },
  "awayTeam": {
    "label": "Away",
    "format": "text"
  },
  "awayScore": {
    "label": "A Score",
    "format": "text"
  },
  "awayRecord": {
    "label": "A Record",
    "format": "text"
  },
  "venue": {
    "label": "Venue",
    "format": "text"
  },
  "venueCity": {
    "label": "City",
    "format": "text"
  },
  "broadcast": {
    "label": "TV",
    "format": "text"
  },
  "attendance": {
    "label": "Attendance",
    "format": "number"
  },
  "oddsProvider": {
    "label": "Odds Provider",
    "format": "text"
  },
  "oddsDetails": {
    "label": "Odds",
    "format": "text"
  },
  "oddsOverUnder": {
    "label": "O/U",
    "format": "number"
  },
  "oddsSpread": {
    "label": "Spread",
    "format": "number"
  },
  "homeMoneyLine": {
    "label": "Home ML",
    "format": "number"
  },
  "awayMoneyLine": {
    "label": "Away ML",
    "format": "number"
  },
  "teamId": {
    "label": "Team ID",
    "format": "text"
  },
  "abbreviation": {
    "label": "Abbr",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "conference": {
    "label": "Conference",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "published": {
    "label": "Published",
    "format": "date"
  },
  "webUrl": {
    "label": "Article URL",
    "format": "link"
  },
  "categories": {
    "label": "Categories",
    "format": "object"
  },
  "notes": {
    "label": "Notes",
    "format": "object"
  },
  "ticketLink": {
    "label": "Tickets",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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