# Get Champions League Match Results for Current Month

**Use case:** 

Fetch all UEFA Champions League match results for the current month to stay updated on crucial tournament outcomes. This supports real-time commentary, sports c

## Input

```json
{
  "mode": "matchResults",
  "league": "uefa.champions",
  "fromDate": "20240501",
  "toDate": "20240531",
  "playerQuery": "Erling Haaland",
  "maxItems": 50
}
```

## Output

```json
{
  "teamName": {
    "label": "Team name"
  },
  "rank": {
    "label": "Rank"
  },
  "points": {
    "label": "Points"
  },
  "played": {
    "label": "Played"
  },
  "won": {
    "label": "Won"
  },
  "drawn": {
    "label": "Drawn"
  },
  "lost": {
    "label": "Lost"
  },
  "goalsFor": {
    "label": "Goals for"
  },
  "goalsAgainst": {
    "label": "Goals against"
  },
  "leagueName": {
    "label": "League name"
  }
}
```

## About this Actor

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