# Serie A Scores and Results Scraper

**Use case:** 

Collect Serie A match scores, kickoff times and results in JSON to power Italian football dashboards and score widgets.

## Input

```json
{
  "mode": "scoreboard",
  "league": "ita.1",
  "maxItems": 100
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "leagueName": {
    "label": "League",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "statusDetail": {
    "label": "Status",
    "format": "text"
  },
  "name": {
    "label": "Match",
    "format": "text"
  },
  "homeTeam": {
    "label": "Home",
    "format": "text"
  },
  "homeScore": {
    "label": "H",
    "format": "text"
  },
  "awayScore": {
    "label": "A",
    "format": "text"
  },
  "awayTeam": {
    "label": "Away",
    "format": "text"
  },
  "venue": {
    "label": "Venue",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "gamesPlayed": {
    "label": "P",
    "format": "number"
  },
  "wins": {
    "label": "W",
    "format": "number"
  },
  "draws": {
    "label": "D",
    "format": "number"
  },
  "losses": {
    "label": "L",
    "format": "number"
  },
  "points": {
    "label": "Pts",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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