# Extract Recent NBA Game Results & Statistics

**Use case:** 

Gather comprehensive data on recently concluded NBA games, including scores, teams, and key game events for post-game analysis or historical data archiving. Thi

## Input

```json
{
  "mode": "recentGames",
  "sport": "basketball",
  "competition": "premier-league",
  "competitionId": 25,
  "maxItems": 50
}
```

## Output

```json
{
  "gameId": {
    "label": "Game id"
  },
  "sport": {
    "label": "Sport"
  },
  "competition": {
    "label": "Competition"
  },
  "homeTeam": {
    "label": "Home team"
  },
  "awayTeam": {
    "label": "Away team"
  },
  "homeScore": {
    "label": "Home score"
  },
  "awayScore": {
    "label": "Away score"
  },
  "statusText": {
    "label": "Status text"
  },
  "gameTime": {
    "label": "Game time"
  }
}
```

## About this Actor

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