# Monitor Live Football Scores & Game Updates

**Use case:** 

Track real-time football scores and game events across major leagues to keep fans and sports analysts updated instantly. This provides immediate insights for be

## Input

```json
{
  "mode": "liveScores",
  "sport": "football",
  "competition": "premier-league",
  "maxItems": 20
}
```

## 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.