# Scrape Premier League Standings & Table Data

**Use case:** 

Get real-time Premier League standings data for competitive analysis and sports betting insights. This helps track team performance and identify potential arbit

## Input

```json
{
  "mode": "standings",
  "league": "eng.1",
  "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.