# Get Erling Haaland's 2026 World Cup Stats and Matches

**Use case:** 

Get Erling Haaland's 2026 World Cup statistics, recent matches, player profile, attributes, career totals, ratings, and performance analytics.

## Input

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

## Output

```json
{
  "id": {
    "label": "Player ID",
    "format": "number"
  },
  "name": {
    "label": "Player",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "currentTeamName": {
    "label": "Current team",
    "format": "text"
  },
  "matches": {
    "label": "Matches",
    "format": "object"
  },
  "lastYearSummary": {
    "label": "Last-year summary",
    "format": "array"
  },
  "attributes": {
    "label": "Attributes",
    "format": "array"
  },
  "careerStatistics": {
    "label": "Career statistics",
    "format": "array"
  },
  "analytics": {
    "label": "Analytics",
    "format": "object"
  },
  "penaltyHistory": {
    "label": "Penalty history",
    "format": "object"
  },
  "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.