# Get Bundesliga League Standings & Stats 2024-2025

**Use case:** 

Retrieve comprehensive league statistics and standings for the Bundesliga 2024-2025 season. This provides up-to-date competitive intelligence for sports analyst

## Input

```json
{
  "mode": "leagueStats",
  "league": "bundesliga",
  "season": "2024-2025",
  "maxItems": 50
}
```

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