Transfermarkt Scraper

ENDPOINTS
GET/players/contracts-expiring

Contracts Expiring

Players whose contracts end in a given year, with club, market value and rumour count.

QUERY PARAMS

Limit to one competition — a code like ES1 or a transfermarkt.com competition URL.

Contract end year.

Default: the next year

Position group filter.

Allowed values: goalkeeper, defender, midfielder, forward

Position ID (1-14), name (Centre-Back) or short code (CB) — see /helpers/positions.

Age group filter.

Allowed values: u17, u18, u19, u20, u21, u23, 23-30, o30, o32, o34

Country name (England), FIFA code (ENG) or Transfermarkt country ID (see /helpers/countries).

Page number.

Default: 1

Allowed values: 1-100

{
  "count": null,
  "per_page": 25,
  "current_page": 1,
  "total_pages": 908,
  "next": "https://transfermarkt-scraper.omkar.cloud/transfermarkt/players/contracts-expiring?page=2",
  "previous": null,
  "year": 2027,
  "players": [
    {
      "player": {
        "id": 132098,
        "name": "Harry Kane",
        "link": "https://www.transfermarkt.com/harry-kane/profil/spieler/132098",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/132098-1700211169.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "date_of_birth": "1993-07-28",
      "age": 33,
      "nationalities": [
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        },
        {
          "id": 72,
          "name": "Ireland",
          "code": "IRL"
        }
      ],
      "club": {
        "id": 27,
        "name": "Bayern Munich",
        "link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/27.png?lm=1789459168",
        "competition": {
          "id": "L1",
          "name": "Bundesliga",
          "link": "https://www.transfermarkt.com/bundesliga/startseite/wettbewerb/L1",
          "logo": null
        },
        "country": {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 60000000,
        "currency": "EUR"
      },
      "rumours_count": 1
    },
    {
      "player": {
        "id": 480762,
        "name": "Lisandro Martínez",
        "link": "https://www.transfermarkt.com/lisandro-martinez/profil/spieler/480762",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/480762-1680681507.jpg?lm=4711"
      },
      "position": "Centre-Back",
      "date_of_birth": "1998-01-18",
      "age": 28,
      "nationalities": [
        {
          "id": 9,
          "name": "Argentina",
          "code": "ARG"
        }
      ],
      "club": {
        "id": 985,
        "name": "Manchester United",
        "link": "https://www.transfermarkt.com/manchester-united/startseite/verein/985",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/985.png?lm=1789459227",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 45000000,
        "currency": "EUR"
      },
      "rumours_count": 1
    },
    {
      "player": {
        "id": 315779,
        "name": "Christian Pulisic",
        "link": "https://www.transfermarkt.com/christian-pulisic/profil/spieler/315779",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/315779-1691696699.jpg?lm=4711"
      },
      "position": "Right Winger",
      "date_of_birth": "1998-09-18",
      "age": 28,
      "nationalities": [
        {
          "id": 184,
          "name": "United States",
          "code": "USA"
        },
        {
          "id": 37,
          "name": "Croatia",
          "code": "CRO"
        }
      ],
      "club": {
        "id": 5,
        "name": "AC Milan",
        "link": "https://www.transfermarkt.com/ac-mailand/startseite/verein/5",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/5.png?lm=1789459167",
        "competition": {
          "id": "IT1",
          "name": "Serie A",
          "link": "https://www.transfermarkt.com/serie-a/startseite/wettbewerb/IT1",
          "logo": null
        },
        "country": {
          "id": 75,
          "name": "Italy",
          "code": "ITA"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 40000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 667287,
        "name": "Yasin Ayari",
        "link": "https://www.transfermarkt.com/yasin-ayari/profil/spieler/667287",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/667287-1746438362.jpg?lm=4711"
      },
      "position": "Central Midfield",
      "date_of_birth": "2003-10-06",
      "age": 22,
      "nationalities": [
        {
          "id": 147,
          "name": "Sweden",
          "code": "SWE"
        },
        {
          "id": 173,
          "name": "Tunisia",
          "code": "TUN"
        }
      ],
      "club": {
        "id": 1237,
        "name": "Brighton & Hove Albion",
        "link": "https://www.transfermarkt.com/brighton-amp-hove-albion/startseite/verein/1237",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/1237.png?lm=1789459242",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 40000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 240306,
        "name": "Bruno Fernandes",
        "link": "https://www.transfermarkt.com/bruno-fernandes/profil/spieler/240306",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/240306-1683882766.jpg?lm=4711"
      },
      "position": "Attacking Midfield",
      "date_of_birth": "1994-09-08",
      "age": 32,
      "nationalities": [
        {
          "id": 136,
          "name": "Portugal",
          "code": "POR"
        }
      ],
      "club": {
        "id": 985,
        "name": "Manchester United",
        "link": "https://www.transfermarkt.com/manchester-united/startseite/verein/985",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/985.png?lm=1789459227",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 35000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 314678,
        "name": "Brahim Díaz",
        "link": "https://www.transfermarkt.com/brahim-diaz/profil/spieler/314678",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/314678-1744193327.jpg?lm=4711"
      },
      "position": "Right Winger",
      "date_of_birth": "1999-08-03",
      "age": 27,
      "nationalities": [
        {
          "id": 107,
          "name": "Morocco",
          "code": "MAR"
        },
        {
          "id": 157,
          "name": "Spain",
          "code": "ESP"
        }
      ],
      "club": {
        "id": 418,
        "name": "Real Madrid",
        "link": "https://www.transfermarkt.com/real-madrid/startseite/verein/418",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/418.png?lm=1789459190",
        "competition": {
          "id": "ES1",
          "name": "LaLiga",
          "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
          "logo": null
        },
        "country": {
          "id": 157,
          "name": "Spain",
          "code": "ESP"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 35000000,
        "currency": "EUR"
      },
      "rumours_count": 2
    },
    {
      "player": {
        "id": 420002,
        "name": "Jean-Philippe Mateta",
        "link": "https://www.transfermarkt.com/jean-philippe-mateta/profil/spieler/420002",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/420002-1723202650.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "date_of_birth": "1997-06-28",
      "age": 29,
      "nationalities": [
        {
          "id": 50,
          "name": "France",
          "code": "FRA"
        },
        {
          "id": 193,
          "name": "DR Congo",
          "code": "COD"
        }
      ],
      "club": {
        "id": 873,
        "name": "Crystal Palace",
        "link": "https://www.transfermarkt.com/crystal-palace/startseite/verein/873",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/873.png?lm=1789459219",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 30000000,
        "currency": "EUR"
      },
      "rumours_count": 1
    },
    {
      "player": {
        "id": 461883,
        "name": "Calvin Bassey",
        "link": "https://www.transfermarkt.com/calvin-bassey/profil/spieler/461883",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/461883-1662989506.jpg?lm=4711"
      },
      "position": "Centre-Back",
      "date_of_birth": "1999-12-31",
      "age": 26,
      "nationalities": [
        {
          "id": 124,
          "name": "Nigeria",
          "code": "NGA"
        },
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      ],
      "club": {
        "id": 931,
        "name": "Fulham FC",
        "link": "https://www.transfermarkt.com/fc-fulham/startseite/verein/931",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/931.png?lm=1789459221",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 28000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 462250,
        "name": "João Félix",
        "link": "https://www.transfermarkt.com/joao-felix/profil/spieler/462250",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/462250-1668165358.jpg?lm=4711"
      },
      "position": "Second Striker",
      "date_of_birth": "1999-11-10",
      "age": 26,
      "nationalities": [
        {
          "id": 136,
          "name": "Portugal",
          "code": "POR"
        }
      ],
      "club": {
        "id": 18544,
        "name": "Al-Nassr FC",
        "link": "https://www.transfermarkt.com/al-nasr-riad/startseite/verein/18544",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/18544.png?lm=1789460048",
        "competition": {
          "id": "SA1",
          "name": "Saudi Pro League",
          "link": "https://www.transfermarkt.com/saudi-pro-league/startseite/wettbewerb/SA1",
          "logo": null
        },
        "country": {
          "id": 146,
          "name": "Saudi Arabia",
          "code": "KSA"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 28000000,
        "currency": "EUR"
      },
      "rumours_count": 1
    },
    {
      "player": {
        "id": 578539,
        "name": "Chris Richards",
        "link": "https://www.transfermarkt.com/chris-richards/profil/spieler/578539",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/578539-1754244701.jpg?lm=4711"
      },
      "position": "Centre-Back",
      "date_of_birth": "2000-03-28",
      "age": 26,
      "nationalities": [
        {
          "id": 184,
          "name": "United States",
          "code": "USA"
        }
      ],
      "club": {
        "id": 873,
        "name": "Crystal Palace",
        "link": "https://www.transfermarkt.com/crystal-palace/startseite/verein/873",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/873.png?lm=1789459219",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 28000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 318204,
        "name": "David Raum",
        "link": "https://www.transfermarkt.com/david-raum/profil/spieler/318204",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/318204-1713945422.jpg?lm=4711"
      },
      "position": "Left-Back",
      "date_of_birth": "1998-04-22",
      "age": 28,
      "nationalities": [
        {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      ],
      "club": {
        "id": 23826,
        "name": "RB Leipzig",
        "link": "https://www.transfermarkt.com/rasenballsport-leipzig/startseite/verein/23826",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/23826.png?lm=1789460400",
        "competition": {
          "id": "L1",
          "name": "Bundesliga",
          "link": "https://www.transfermarkt.com/bundesliga/startseite/wettbewerb/L1",
          "logo": null
        },
        "country": {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 25000000,
        "currency": "EUR"
      },
      "rumours_count": 1
    },
    {
      "player": {
        "id": 378710,
        "name": "Richarlison",
        "link": "https://www.transfermarkt.com/richarlison/profil/spieler/378710",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/378710-1665608231.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "date_of_birth": "1997-05-10",
      "age": 29,
      "nationalities": [
        {
          "id": 26,
          "name": "Brazil",
          "code": "BRA"
        }
      ],
      "club": {
        "id": 148,
        "name": "Tottenham Hotspur",
        "link": "https://www.transfermarkt.com/tottenham-hotspur/startseite/verein/148",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/148.png?lm=1789459175",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 25000000,
        "currency": "EUR"
      },
      "rumours_count": 3
    },
    {
      "player": {
        "id": 730893,
        "name": "Tyrick Mitchell",
        "link": "https://www.transfermarkt.com/tyrick-mitchell/profil/spieler/730893",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/730893-1693826944.jpg?lm=4711"
      },
      "position": "Left-Back",
      "date_of_birth": "1999-09-01",
      "age": 27,
      "nationalities": [
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        },
        {
          "id": 76,
          "name": "Jamaica",
          "code": "JAM"
        }
      ],
      "club": {
        "id": 873,
        "name": "Crystal Palace",
        "link": "https://www.transfermarkt.com/crystal-palace/startseite/verein/873",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/873.png?lm=1789459219",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 25000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 463665,
        "name": "Oumar Solet",
        "link": "https://www.transfermarkt.com/oumar-solet/profil/spieler/463665",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/463665-1739281800.jpg?lm=4711"
      },
      "position": "Centre-Back",
      "date_of_birth": "2000-02-07",
      "age": 26,
      "nationalities": [
        {
          "id": 50,
          "name": "France",
          "code": "FRA"
        },
        {
          "id": 38,
          "name": "Cote d'Ivoire",
          "code": "CIV"
        }
      ],
      "club": {
        "id": 410,
        "name": "Udinese Calcio",
        "link": "https://www.transfermarkt.com/udinese-calcio/startseite/verein/410",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/410.png?lm=1789459190",
        "competition": {
          "id": "IT1",
          "name": "Serie A",
          "link": "https://www.transfermarkt.com/serie-a/startseite/wettbewerb/IT1",
          "logo": null
        },
        "country": {
          "id": 75,
          "name": "Italy",
          "code": "ITA"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 23000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 392775,
        "name": "Ryan Sessegnon",
        "link": "https://www.transfermarkt.com/ryan-sessegnon/profil/spieler/392775",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/392775-1722077271.jpg?lm=4711"
      },
      "position": "Left-Back",
      "date_of_birth": "2000-05-18",
      "age": 26,
      "nationalities": [
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      ],
      "club": {
        "id": 931,
        "name": "Fulham FC",
        "link": "https://www.transfermarkt.com/fc-fulham/startseite/verein/931",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/931.png?lm=1789459221",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 22000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 504849,
        "name": "Kaoru Mitoma",
        "link": "https://www.transfermarkt.com/kaoru-mitoma/profil/spieler/504849",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/504849-1731683095.jpg?lm=4711"
      },
      "position": "Left Winger",
      "date_of_birth": "1997-05-20",
      "age": 29,
      "nationalities": [
        {
          "id": 77,
          "name": "Japan",
          "code": "JPN"
        }
      ],
      "club": {
        "id": 1237,
        "name": "Brighton & Hove Albion",
        "link": "https://www.transfermarkt.com/brighton-amp-hove-albion/startseite/verein/1237",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/1237.png?lm=1789459242",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 22000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 587335,
        "name": "Milan van Ewijk",
        "link": "https://www.transfermarkt.com/milan-van-ewijk/profil/spieler/587335",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/587335-1723021003.jpg?lm=4711"
      },
      "position": "Right-Back",
      "date_of_birth": "2000-09-08",
      "age": 26,
      "nationalities": [
        {
          "id": 122,
          "name": "Netherlands",
          "code": "NED"
        },
        {
          "id": 161,
          "name": "Suriname",
          "code": "SUR"
        }
      ],
      "club": {
        "id": 990,
        "name": "Coventry City",
        "link": "https://www.transfermarkt.com/coventry-city/startseite/verein/990",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/990.png?lm=1789459227",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 22000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 282411,
        "name": "Marcos Llorente",
        "link": "https://www.transfermarkt.com/marcos-llorente/profil/spieler/282411",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/282411-1773182531.jpg?lm=4711"
      },
      "position": "Right-Back",
      "date_of_birth": "1995-01-30",
      "age": 31,
      "nationalities": [
        {
          "id": 157,
          "name": "Spain",
          "code": "ESP"
        }
      ],
      "club": {
        "id": 13,
        "name": "Atlético de Madrid",
        "link": "https://www.transfermarkt.com/atletico-madrid/startseite/verein/13",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/13.png?lm=1789030932",
        "competition": {
          "id": "ES1",
          "name": "LaLiga",
          "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
          "logo": null
        },
        "country": {
          "id": 157,
          "name": "Spain",
          "code": "ESP"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 20000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 432895,
        "name": "Pedro",
        "link": "https://www.transfermarkt.com/pedro/profil/spieler/432895",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/432895-1668696996.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "date_of_birth": "1997-06-20",
      "age": 29,
      "nationalities": [
        {
          "id": 26,
          "name": "Brazil",
          "code": "BRA"
        }
      ],
      "club": {
        "id": 614,
        "name": "CR Flamengo",
        "link": "https://www.transfermarkt.com/flamengo-rio-de-janeiro/startseite/verein/614",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/614.png?lm=1789459204",
        "competition": {
          "id": "BRA1",
          "name": "Série A",
          "link": "https://www.transfermarkt.com/serie-a/startseite/wettbewerb/BRA1",
          "logo": null
        },
        "country": {
          "id": 26,
          "name": "Brazil",
          "code": "BRA"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 20000000,
        "currency": "EUR"
      },
      "rumours_count": 2
    },
    {
      "player": {
        "id": 597432,
        "name": "Leopold Querfeld",
        "link": "https://www.transfermarkt.com/leopold-querfeld/profil/spieler/597432",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/597432-1789548842.jpg?lm=4711"
      },
      "position": "Centre-Back",
      "date_of_birth": "2003-12-20",
      "age": 22,
      "nationalities": [
        {
          "id": 127,
          "name": "Austria",
          "code": "AUT"
        }
      ],
      "club": {
        "id": 89,
        "name": "1.FC Union Berlin",
        "link": "https://www.transfermarkt.com/1-fc-union-berlin/startseite/verein/89",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/89.png?lm=1789459169",
        "competition": {
          "id": "L1",
          "name": "Bundesliga",
          "link": "https://www.transfermarkt.com/bundesliga/startseite/wettbewerb/L1",
          "logo": null
        },
        "country": {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 20000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 1074628,
        "name": "Arthur Avom",
        "link": "https://www.transfermarkt.com/arthur-avom/profil/spieler/1074628",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/1074628-1733314520.jpg?lm=4711"
      },
      "position": "Central Midfield",
      "date_of_birth": "2004-12-15",
      "age": 21,
      "nationalities": [
        {
          "id": 31,
          "name": "Cameroon",
          "code": "CMR"
        }
      ],
      "club": {
        "id": 1158,
        "name": "FC Lorient",
        "link": "https://www.transfermarkt.com/fc-lorient/startseite/verein/1158",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/1158.png?lm=1789459236",
        "competition": {
          "id": "FR1",
          "name": "Ligue 1",
          "link": "https://www.transfermarkt.com/ligue-1/startseite/wettbewerb/FR1",
          "logo": null
        },
        "country": {
          "id": 50,
          "name": "France",
          "code": "FRA"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 20000000,
        "currency": "EUR"
      },
      "rumours_count": 1
    },
    {
      "player": {
        "id": 503160,
        "name": "Paul Nebel",
        "link": "https://www.transfermarkt.com/paul-nebel/profil/spieler/503160",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/503160-1722886613.jpg?lm=4711"
      },
      "position": "Attacking Midfield",
      "date_of_birth": "2002-10-10",
      "age": 23,
      "nationalities": [
        {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        },
        {
          "id": 72,
          "name": "Ireland",
          "code": "IRL"
        }
      ],
      "club": {
        "id": 39,
        "name": "1.FSV Mainz 05",
        "link": "https://www.transfermarkt.com/1-fsv-mainz-05/startseite/verein/39",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/39.png?lm=1789459168",
        "competition": {
          "id": "L1",
          "name": "Bundesliga",
          "link": "https://www.transfermarkt.com/bundesliga/startseite/wettbewerb/L1",
          "logo": null
        },
        "country": {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 18000000,
        "currency": "EUR"
      },
      "rumours_count": 1
    },
    {
      "player": {
        "id": 303254,
        "name": "Fikayo Tomori",
        "link": "https://www.transfermarkt.com/fikayo-tomori/profil/spieler/303254",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/303254-1684856117.jpg?lm=4711"
      },
      "position": "Centre-Back",
      "date_of_birth": "1997-12-19",
      "age": 28,
      "nationalities": [
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        },
        {
          "id": 80,
          "name": "Canada",
          "code": "CAN"
        }
      ],
      "club": {
        "id": 5,
        "name": "AC Milan",
        "link": "https://www.transfermarkt.com/ac-mailand/startseite/verein/5",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/5.png?lm=1789459167",
        "competition": {
          "id": "IT1",
          "name": "Serie A",
          "link": "https://www.transfermarkt.com/serie-a/startseite/wettbewerb/IT1",
          "logo": null
        },
        "country": {
          "id": 75,
          "name": "Italy",
          "code": "ITA"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 17000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 126414,
        "name": "Hakan Çalhanoğlu",
        "link": "https://www.transfermarkt.com/hakan-calhanoglu/profil/spieler/126414",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/126414-1709035146.jpg?lm=4711"
      },
      "position": "Defensive Midfield",
      "date_of_birth": "1994-02-08",
      "age": 32,
      "nationalities": [
        {
          "id": 174,
          "name": "Türkiye",
          "code": "TUR"
        },
        {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      ],
      "club": {
        "id": 46,
        "name": "Inter Milan",
        "link": "https://www.transfermarkt.com/inter-mailand/startseite/verein/46",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/46.png?lm=1789459168",
        "competition": {
          "id": "IT1",
          "name": "Serie A",
          "link": "https://www.transfermarkt.com/serie-a/startseite/wettbewerb/IT1",
          "logo": null
        },
        "country": {
          "id": 75,
          "name": "Italy",
          "code": "ITA"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 16000000,
        "currency": "EUR"
      },
      "rumours_count": null
    },
    {
      "player": {
        "id": 315291,
        "name": "Haji Wright",
        "link": "https://www.transfermarkt.com/haji-wright/profil/spieler/315291",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/315291-1709161726.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "date_of_birth": "1998-03-27",
      "age": 28,
      "nationalities": [
        {
          "id": 184,
          "name": "United States",
          "code": "USA"
        },
        {
          "id": 95,
          "name": "Liberia",
          "code": "LBR"
        }
      ],
      "club": {
        "id": 990,
        "name": "Coventry City",
        "link": "https://www.transfermarkt.com/coventry-city/startseite/verein/990",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/990.png?lm=1789459227",
        "competition": {
          "id": "GB1",
          "name": "Premier League",
          "link": "https://www.transfermarkt.com/premier-league/startseite/wettbewerb/GB1",
          "logo": null
        },
        "country": {
          "id": 189,
          "name": "England",
          "code": "ENG"
        }
      },
      "contract_until": null,
      "market_value": {
        "amount": 16000000,
        "currency": "EUR"
      },
      "rumours_count": null
    }
  ]
}