# Premier League ESPN Soccer Scoreboard

**Use case:** 

Extract ESPN Soccer Scoreboard data filtered by Premier League. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "leagueSlug": "eng.1",
  "maxItems": 10
}
```

## Output

```json
{
  "gameId": {
    "label": "🆔 gameId",
    "format": "text"
  },
  "name": {
    "label": "⚽ name",
    "format": "text"
  },
  "date": {
    "label": "📅 date",
    "format": "date"
  },
  "homeTeam": {
    "label": "🏠 homeTeam",
    "format": "text"
  },
  "awayTeam": {
    "label": "✈️ awayTeam",
    "format": "text"
  },
  "homeScore": {
    "label": "🔢 homeScore",
    "format": "number"
  },
  "awayScore": {
    "label": "🔢 awayScore",
    "format": "number"
  },
  "status": {
    "label": "🟢 status",
    "format": "text"
  },
  "venue": {
    "label": "🏟️ venue",
    "format": "text"
  },
  "broadcast": {
    "label": "📺 broadcast",
    "format": "text"
  },
  "league": {
    "label": "🏆 league",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "❌ error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ESPN Soccer Scoreboard Scraper](https://apify.com/parseforge/espn-soccer-scoreboard-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/espn-soccer-scoreboard-scraper) to learn more, explore other use cases, and run it yourself.