# Analyze the 2026 FIFA World Cup Final in Detail

**Use case:** 

Analyze the Spain vs. Argentina 2026 World Cup final with lineups, incidents, player ratings, team statistics, shot maps, and available odds.

## Input

```json
{
  "mode": "matchDetails",
  "date": "2026-07-27",
  "page": 1,
  "competitionId": 17,
  "seasonId": 76986,
  "matchId": 12813005,
  "teamId": 42,
  "playerId": 12994,
  "standingsCompetitionId": 242,
  "standingsSeasonId": 69243,
  "statsCompetitionId": 17,
  "statsSeasonId": 76986,
  "historicalMatchesPage": 1,
  "upcomingMatchesPage": 1,
  "matchesPage": 1
}
```

## Output

```json
{
  "id": {
    "label": "Match ID",
    "format": "number"
  },
  "startTime": {
    "label": "Start time",
    "format": "date"
  },
  "competitionName": {
    "label": "Competition",
    "format": "text"
  },
  "tournamentName": {
    "label": "Tournament",
    "format": "text"
  },
  "homeTeamName": {
    "label": "Home team",
    "format": "text"
  },
  "awayTeamName": {
    "label": "Away team",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "object"
  },
  "odds": {
    "label": "Odds",
    "format": "object"
  },
  "incidents": {
    "label": "Incidents",
    "format": "array"
  },
  "statistics": {
    "label": "Statistics",
    "format": "array"
  },
  "shots": {
    "label": "Shots",
    "format": "array"
  },
  "allOdds": {
    "label": "All odds",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "object"
  }
}
```

## About this Actor

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