# Extract La Liga Match Results and Scores 2023-2024

**Use case:** 

Gather all match results, scores, and fixture information for the La Liga 2023-2024 season. This dataset is invaluable for historical analysis, trend prediction

## Input

```json
{
  "mode": "matchResults",
  "league": "la-liga",
  "season": "2023-2024",
  "maxItems": 500
}
```

## Output

```json
{
  "playerName": {
    "label": "Player name"
  },
  "team": {
    "label": "Team"
  },
  "position": {
    "label": "Position"
  },
  "league": {
    "label": "League"
  },
  "season": {
    "label": "Season"
  },
  "appearances": {
    "label": "Appearances"
  },
  "goals": {
    "label": "Goals"
  },
  "assists": {
    "label": "Assists"
  },
  "xg": {
    "label": "Xg"
  },
  "playerUrl": {
    "label": "Player url"
  }
}
```

## About this Actor

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