# Get Manchester United Squad, Fixtures, and Standings

**Use case:** 

Get Manchester United's squad, recent and upcoming matches, 2026/27 Premier League standings, and complete 2025/26 team statistics.

## Input

```json
{
  "mode": "teamDetails",
  "date": "2026-07-27",
  "page": 1,
  "competitionId": 17,
  "seasonId": 76986,
  "matchId": 14025099,
  "teamId": 35,
  "playerId": 12994,
  "standingsCompetitionId": 17,
  "standingsSeasonId": 96668,
  "statsCompetitionId": 17,
  "statsSeasonId": 76986,
  "historicalMatchesPage": 1,
  "upcomingMatchesPage": 1,
  "matchesPage": 1
}
```

## Output

```json
{
  "id": {
    "label": "Team ID",
    "format": "number"
  },
  "name": {
    "label": "Team",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "managerName": {
    "label": "Manager",
    "format": "text"
  },
  "venueName": {
    "label": "Venue",
    "format": "text"
  },
  "squad": {
    "label": "Squad",
    "format": "array"
  },
  "competitions": {
    "label": "Competitions",
    "format": "array"
  },
  "historicalMatches": {
    "label": "Historical matches",
    "format": "object"
  },
  "upcomingMatches": {
    "label": "Upcoming matches",
    "format": "object"
  },
  "standings": {
    "label": "Standings",
    "format": "array"
  },
  "statistics": {
    "label": "Statistics",
    "format": "object"
  },
  "statisticRanks": {
    "label": "Statistic ranks",
    "format": "object"
  },
  "topPlayers": {
    "label": "Top players",
    "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.