Transfermarkt Scraper

ENDPOINTS
GET/transfers/records

Transfer Records

The most expensive transfers of all time or of one season, with position, age and window filters.

QUERY PARAMS

Season start year or name — 2025, 25/26 and 2025/26 all mean the 2025/26 season.

Default: all seasons

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

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

Transfer window.

Allowed values: summer, winter

Set true to show loan players only.

Allowed values: true, false

Page number.

Default: 1

Allowed values: 1-100

{
  "count": null,
  "per_page": 25,
  "current_page": 1,
  "total_pages": 10,
  "next": "https://transfermarkt-scraper.omkar.cloud/transfermarkt/transfers/records?page=2",
  "previous": null,
  "season": null,
  "transfers": [
    {
      "rank": 1,
      "player": {
        "id": 68290,
        "name": "Neymar",
        "link": "https://www.transfermarkt.com/neymar/profil/spieler/68290",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/68290-1692601435.jpg?lm=4711"
      },
      "position": "Attacking Midfield",
      "age": 25,
      "nationalities": [
        {
          "id": 26,
          "name": "Brazil",
          "code": "BRA"
        }
      ],
      "season": {
        "id": 2017,
        "name": "17/18"
      },
      "from_club": {
        "id": 131,
        "name": "FC Barcelona",
        "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
        "competition": {
          "id": "ES1",
          "name": "LaLiga",
          "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
          "logo": null
        },
        "country": {
          "id": 157,
          "name": "Spain",
          "code": "ESP"
        }
      },
      "to_club": {
        "id": 583,
        "name": "Paris Saint-Germain",
        "link": "https://www.transfermarkt.com/fc-paris-saint-germain/startseite/verein/583",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/583_1522053508.png?lm=1789459199",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 222000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 2,
      "player": {
        "id": 342229,
        "name": "Kylian Mbappé",
        "link": "https://www.transfermarkt.com/kylian-mbappe/profil/spieler/342229",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/342229-1682683695.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "age": 19,
      "nationalities": [
        {
          "id": 50,
          "name": "France",
          "code": "FRA"
        },
        {
          "id": 31,
          "name": "Cameroon",
          "code": "CMR"
        }
      ],
      "season": {
        "id": 2018,
        "name": "18/19"
      },
      "from_club": {
        "id": 162,
        "name": "AS Monaco",
        "link": "https://www.transfermarkt.com/as-monaco/startseite/verein/162",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/162_1726837602.png?lm=1789459175",
        "competition": {
          "id": "FR1",
          "name": "Ligue 1",
          "link": "https://www.transfermarkt.com/ligue-1/startseite/wettbewerb/FR1",
          "logo": null
        },
        "country": {
          "id": 113,
          "name": "Monaco",
          "code": null
        }
      },
      "to_club": {
        "id": 583,
        "name": "Paris Saint-Germain",
        "link": "https://www.transfermarkt.com/fc-paris-saint-germain/startseite/verein/583",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/583_1522053508.png?lm=1789459199",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 180000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 3,
      "player": {
        "id": 288230,
        "name": "Ousmane Dembélé",
        "link": "https://www.transfermarkt.com/ousmane-dembele/profil/spieler/288230",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/288230-1684148641.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "age": 20,
      "nationalities": [
        {
          "id": 50,
          "name": "France",
          "code": "FRA"
        }
      ],
      "season": {
        "id": 2017,
        "name": "17/18"
      },
      "from_club": {
        "id": 16,
        "name": "Borussia Dortmund",
        "link": "https://www.transfermarkt.com/borussia-dortmund/startseite/verein/16",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/16.png?lm=1789459167",
        "competition": {
          "id": "L1",
          "name": "Bundesliga",
          "link": "https://www.transfermarkt.com/bundesliga/startseite/wettbewerb/L1",
          "logo": null
        },
        "country": {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      },
      "to_club": {
        "id": 131,
        "name": "FC Barcelona",
        "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
        "competition": {
          "id": "ES1",
          "name": "LaLiga",
          "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
          "logo": null
        },
        "country": {
          "id": 157,
          "name": "Spain",
          "code": "ESP"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 148000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 4,
      "player": {
        "id": 648195,
        "name": "Enzo Fernández",
        "link": "https://www.transfermarkt.com/enzo-fernandez/profil/spieler/648195",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/648195-1669894717.jpg?lm=4711"
      },
      "position": "Central Midfield",
      "age": 25,
      "nationalities": [
        {
          "id": 9,
          "name": "Argentina",
          "code": "ARG"
        }
      ],
      "season": {
        "id": 2026,
        "name": "26/27"
      },
      "from_club": {
        "id": 631,
        "name": "Chelsea FC",
        "link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/631.png?lm=1789459205",
        "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"
        }
      },
      "to_club": {
        "id": 281,
        "name": "Manchester City",
        "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 145000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 5,
      "player": {
        "id": 349066,
        "name": "Alexander Isak",
        "link": "https://www.transfermarkt.com/alexander-isak/profil/spieler/349066",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/349066-1680791339.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "age": 25,
      "nationalities": [
        {
          "id": 147,
          "name": "Sweden",
          "code": "SWE"
        },
        {
          "id": 46,
          "name": "Eritrea",
          "code": "ERI"
        }
      ],
      "season": {
        "id": 2025,
        "name": "25/26"
      },
      "from_club": {
        "id": 762,
        "name": "Newcastle United",
        "link": "https://www.transfermarkt.com/newcastle-united/startseite/verein/762",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/762.png?lm=1789459212",
        "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"
        }
      },
      "to_club": {
        "id": 31,
        "name": "Liverpool FC",
        "link": "https://www.transfermarkt.com/fc-liverpool/startseite/verein/31",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/31.png?lm=1789459168",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 145000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 6,
      "player": {
        "id": 503743,
        "name": "Morgan Rogers",
        "link": "https://www.transfermarkt.com/morgan-rogers/profil/spieler/503743",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/503743-1706786450.jpg?lm=4711"
      },
      "position": "Attacking Midfield",
      "age": 24,
      "nationalities": [
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        },
        {
          "id": 76,
          "name": "Jamaica",
          "code": "JAM"
        }
      ],
      "season": {
        "id": 2026,
        "name": "26/27"
      },
      "from_club": {
        "id": 405,
        "name": "Aston Villa",
        "link": "https://www.transfermarkt.com/aston-villa/startseite/verein/405",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/405.png?lm=1789459190",
        "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"
        }
      },
      "to_club": {
        "id": 631,
        "name": "Chelsea FC",
        "link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/631.png?lm=1789459205",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 138000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 7,
      "player": {
        "id": 567576,
        "name": "Elliot Anderson",
        "link": "https://www.transfermarkt.com/elliot-anderson/profil/spieler/567576",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/567576-1696453772.jpg?lm=4711"
      },
      "position": "Central Midfield",
      "age": 23,
      "nationalities": [
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        },
        {
          "id": 190,
          "name": "Scotland",
          "code": "SCO"
        }
      ],
      "season": {
        "id": 2026,
        "name": "26/27"
      },
      "from_club": {
        "id": 703,
        "name": "Nottingham Forest",
        "link": "https://www.transfermarkt.com/nottingham-forest/startseite/verein/703",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/703.png?lm=1789459206",
        "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"
        }
      },
      "to_club": {
        "id": 281,
        "name": "Manchester City",
        "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 135000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 8,
      "player": {
        "id": 80444,
        "name": "Philippe Coutinho",
        "link": "https://www.transfermarkt.com/philippe-coutinho/profil/spieler/80444",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/80444-1746211175.jpg?lm=4711"
      },
      "position": "Attacking Midfield",
      "age": 25,
      "nationalities": [
        {
          "id": 26,
          "name": "Brazil",
          "code": "BRA"
        },
        {
          "id": 136,
          "name": "Portugal",
          "code": "POR"
        }
      ],
      "season": {
        "id": 2017,
        "name": "17/18"
      },
      "from_club": {
        "id": 31,
        "name": "Liverpool FC",
        "link": "https://www.transfermarkt.com/fc-liverpool/startseite/verein/31",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/31_1727777132.png?lm=1789459168",
        "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"
        }
      },
      "to_club": {
        "id": 131,
        "name": "FC Barcelona",
        "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
        "competition": {
          "id": "ES1",
          "name": "LaLiga",
          "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
          "logo": null
        },
        "country": {
          "id": 157,
          "name": "Spain",
          "code": "ESP"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 135000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 9,
      "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",
      "age": 19,
      "nationalities": [
        {
          "id": 136,
          "name": "Portugal",
          "code": "POR"
        }
      ],
      "season": {
        "id": 2019,
        "name": "19/20"
      },
      "from_club": {
        "id": 294,
        "name": "SL Benfica",
        "link": "https://www.transfermarkt.com/benfica-lissabon/startseite/verein/294",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/294.png?lm=1789459183",
        "competition": {
          "id": "PO1",
          "name": "Liga NOS",
          "link": "https://www.transfermarkt.com/liga-nos/startseite/wettbewerb/PO1",
          "logo": null
        },
        "country": {
          "id": 136,
          "name": "Portugal",
          "code": "POR"
        }
      },
      "to_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_1719403662.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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 127200000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 10,
      "player": {
        "id": 581678,
        "name": "Jude Bellingham",
        "link": "https://www.transfermarkt.com/jude-bellingham/profil/spieler/581678",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/581678-1748102891.jpg?lm=4711"
      },
      "position": "Attacking Midfield",
      "age": 20,
      "nationalities": [
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        },
        {
          "id": 72,
          "name": "Ireland",
          "code": "IRL"
        }
      ],
      "season": {
        "id": 2023,
        "name": "23/24"
      },
      "from_club": {
        "id": 16,
        "name": "Borussia Dortmund",
        "link": "https://www.transfermarkt.com/borussia-dortmund/startseite/verein/16",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/16.png?lm=1789459167",
        "competition": {
          "id": "L1",
          "name": "Bundesliga",
          "link": "https://www.transfermarkt.com/bundesliga/startseite/wettbewerb/L1",
          "logo": null
        },
        "country": {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      },
      "to_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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 127000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 11,
      "player": {
        "id": 1390649,
        "name": "Yan Diomande",
        "link": "https://www.transfermarkt.com/yan-diomande/profil/spieler/1390649",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/1390649-1759779499.jpg?lm=4711"
      },
      "position": "Right Winger",
      "age": 19,
      "nationalities": [
        {
          "id": 38,
          "name": "Cote d'Ivoire",
          "code": "CIV"
        }
      ],
      "season": {
        "id": 2026,
        "name": "26/27"
      },
      "from_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"
        }
      },
      "to_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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 125000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 12,
      "player": {
        "id": 708265,
        "name": "Bradley Barcola",
        "link": "https://www.transfermarkt.com/bradley-barcola/profil/spieler/708265",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/708265-1780989250.jpg?lm=4711"
      },
      "position": "Left Winger",
      "age": 24,
      "nationalities": [
        {
          "id": 50,
          "name": "France",
          "code": "FRA"
        },
        {
          "id": 168,
          "name": "Togo",
          "code": "TOG"
        }
      ],
      "season": {
        "id": 2026,
        "name": "26/27"
      },
      "from_club": {
        "id": 583,
        "name": "Paris Saint-Germain",
        "link": "https://www.transfermarkt.com/fc-paris-saint-germain/startseite/verein/583",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/583.png?lm=1789459199",
        "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"
        }
      },
      "to_club": {
        "id": 31,
        "name": "Liverpool FC",
        "link": "https://www.transfermarkt.com/fc-liverpool/startseite/verein/31",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/31.png?lm=1789459168",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 125000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 13,
      "player": {
        "id": 598577,
        "name": "Florian Wirtz",
        "link": "https://www.transfermarkt.com/florian-wirtz/profil/spieler/598577",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/598577-1781163178.jpg?lm=4711"
      },
      "position": "Attacking Midfield",
      "age": 22,
      "nationalities": [
        {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      ],
      "season": {
        "id": 2025,
        "name": "25/26"
      },
      "from_club": {
        "id": 15,
        "name": "Bayer 04 Leverkusen",
        "link": "https://www.transfermarkt.com/bayer-04-leverkusen/startseite/verein/15",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/15.png?lm=1788504510",
        "competition": {
          "id": "L1",
          "name": "Bundesliga",
          "link": "https://www.transfermarkt.com/bundesliga/startseite/wettbewerb/L1",
          "logo": null
        },
        "country": {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      },
      "to_club": {
        "id": 31,
        "name": "Liverpool FC",
        "link": "https://www.transfermarkt.com/fc-liverpool/startseite/verein/31",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/31.png?lm=1789459168",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 125000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 14,
      "player": {
        "id": 648195,
        "name": "Enzo Fernández",
        "link": "https://www.transfermarkt.com/enzo-fernandez/profil/spieler/648195",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/648195-1669894717.jpg?lm=4711"
      },
      "position": "Central Midfield",
      "age": 22,
      "nationalities": [
        {
          "id": 9,
          "name": "Argentina",
          "code": "ARG"
        }
      ],
      "season": {
        "id": 2022,
        "name": "22/23"
      },
      "from_club": {
        "id": 294,
        "name": "SL Benfica",
        "link": "https://www.transfermarkt.com/benfica-lissabon/startseite/verein/294",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/294.png?lm=1789459183",
        "competition": {
          "id": "PO1",
          "name": "Liga Portugal",
          "link": "https://www.transfermarkt.com/liga-nos/startseite/wettbewerb/PO1",
          "logo": null
        },
        "country": {
          "id": 136,
          "name": "Portugal",
          "code": "POR"
        }
      },
      "to_club": {
        "id": 631,
        "name": "Chelsea FC",
        "link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/631_1782931436.png?lm=1789459205",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 121000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 15,
      "player": {
        "id": 50202,
        "name": "Eden Hazard",
        "link": "https://www.transfermarkt.com/eden-hazard/profil/spieler/50202",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/50202-1665067742.jpg?lm=4711"
      },
      "position": "Left Winger",
      "age": 28,
      "nationalities": [
        {
          "id": 19,
          "name": "Belgium",
          "code": "BEL"
        }
      ],
      "season": {
        "id": 2019,
        "name": "19/20"
      },
      "from_club": {
        "id": 631,
        "name": "Chelsea FC",
        "link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/631_1782931436.png?lm=1789459205",
        "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"
        }
      },
      "to_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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 120800000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 16,
      "player": {
        "id": 125781,
        "name": "Antoine Griezmann",
        "link": "https://www.transfermarkt.com/antoine-griezmann/profil/spieler/125781",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/125781-1775233998.jpg?lm=4711"
      },
      "position": "Second Striker",
      "age": 28,
      "nationalities": [
        {
          "id": 50,
          "name": "France",
          "code": "FRA"
        }
      ],
      "season": {
        "id": 2019,
        "name": "19/20"
      },
      "from_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_1719403662.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"
        }
      },
      "to_club": {
        "id": 131,
        "name": "FC Barcelona",
        "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/131.png?lm=1789459175",
        "competition": {
          "id": "ES1",
          "name": "LaLiga",
          "link": "https://www.transfermarkt.com/laliga/startseite/wettbewerb/ES1",
          "logo": null
        },
        "country": {
          "id": 157,
          "name": "Spain",
          "code": "ESP"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 120000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 17,
      "player": {
        "id": 203460,
        "name": "Jack Grealish",
        "link": "https://www.transfermarkt.com/jack-grealish/profil/spieler/203460",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/203460-1676499047.jpg?lm=4711"
      },
      "position": "Left Winger",
      "age": 25,
      "nationalities": [
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        },
        {
          "id": 72,
          "name": "Ireland",
          "code": "IRL"
        }
      ],
      "season": {
        "id": 2021,
        "name": "21/22"
      },
      "from_club": {
        "id": 405,
        "name": "Aston Villa",
        "link": "https://www.transfermarkt.com/aston-villa/startseite/verein/405",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/405_1717155946.png?lm=1789459190",
        "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"
        }
      },
      "to_club": {
        "id": 281,
        "name": "Manchester City",
        "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/281.png?lm=1789459183",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 117500000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 18,
      "player": {
        "id": 8198,
        "name": "Cristiano Ronaldo",
        "link": "https://www.transfermarkt.com/cristiano-ronaldo/profil/spieler/8198",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/8198-1748102259.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "age": 33,
      "nationalities": [
        {
          "id": 136,
          "name": "Portugal",
          "code": "POR"
        }
      ],
      "season": {
        "id": 2018,
        "name": "18/19"
      },
      "from_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"
        }
      },
      "to_club": {
        "id": 506,
        "name": "Juventus FC",
        "link": "https://www.transfermarkt.com/juventus-turin/startseite/verein/506",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/506_1539955489.png?lm=1789459197",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 117000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 19,
      "player": {
        "id": 357662,
        "name": "Declan Rice",
        "link": "https://www.transfermarkt.com/declan-rice/profil/spieler/357662",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/357662-1687962936.jpg?lm=4711"
      },
      "position": "Central Midfield",
      "age": 24,
      "nationalities": [
        {
          "id": 189,
          "name": "England",
          "code": "ENG"
        },
        {
          "id": 72,
          "name": "Ireland",
          "code": "IRL"
        }
      ],
      "season": {
        "id": 2023,
        "name": "23/24"
      },
      "from_club": {
        "id": 379,
        "name": "West Ham United",
        "link": "https://www.transfermarkt.com/west-ham-united/startseite/verein/379",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/379.png?lm=1789459190",
        "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"
        }
      },
      "to_club": {
        "id": 11,
        "name": "Arsenal FC",
        "link": "https://www.transfermarkt.com/fc-arsenal/startseite/verein/11",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/11.png?lm=1789459167",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 116600000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 20,
      "player": {
        "id": 687626,
        "name": "Moisés Caicedo",
        "link": "https://www.transfermarkt.com/moises-caicedo/profil/spieler/687626",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/687626-1660729724.jpg?lm=4711"
      },
      "position": "Defensive Midfield",
      "age": 21,
      "nationalities": [
        {
          "id": 44,
          "name": "Ecuador",
          "code": "ECU"
        }
      ],
      "season": {
        "id": 2023,
        "name": "23/24"
      },
      "from_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"
        }
      },
      "to_club": {
        "id": 631,
        "name": "Chelsea FC",
        "link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/631_1782931436.png?lm=1789459205",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 116000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 21,
      "player": {
        "id": 96341,
        "name": "Romelu Lukaku",
        "link": "https://www.transfermarkt.com/romelu-lukaku/profil/spieler/96341",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/96341-1661780981.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "age": 28,
      "nationalities": [
        {
          "id": 19,
          "name": "Belgium",
          "code": "BEL"
        },
        {
          "id": 193,
          "name": "DR Congo",
          "code": "COD"
        }
      ],
      "season": {
        "id": 2021,
        "name": "21/22"
      },
      "from_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"
        }
      },
      "to_club": {
        "id": 631,
        "name": "Chelsea FC",
        "link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/631_1782931436.png?lm=1789459205",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 113000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 22,
      "player": {
        "id": 397033,
        "name": "Sandro Tonali",
        "link": "https://www.transfermarkt.com/sandro-tonali/profil/spieler/397033",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/397033-1688389270.jpg?lm=4711"
      },
      "position": "Defensive Midfield",
      "age": 26,
      "nationalities": [
        {
          "id": 75,
          "name": "Italy",
          "code": "ITA"
        }
      ],
      "season": {
        "id": 2026,
        "name": "26/27"
      },
      "from_club": {
        "id": 762,
        "name": "Newcastle United",
        "link": "https://www.transfermarkt.com/newcastle-united/startseite/verein/762",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/762.png?lm=1789459212",
        "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"
        }
      },
      "to_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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 108000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 23,
      "player": {
        "id": 122153,
        "name": "Paul Pogba",
        "link": "https://www.transfermarkt.com/paul-pogba/profil/spieler/122153",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/122153-1764059298.jpg?lm=4711"
      },
      "position": "Central Midfield",
      "age": 23,
      "nationalities": [
        {
          "id": 50,
          "name": "France",
          "code": "FRA"
        },
        {
          "id": 59,
          "name": "Guinea",
          "code": "GUI"
        }
      ],
      "season": {
        "id": 2016,
        "name": "16/17"
      },
      "from_club": {
        "id": 506,
        "name": "Juventus FC",
        "link": "https://www.transfermarkt.com/juventus-turin/startseite/verein/506",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/506_1498891796.png?lm=1789459197",
        "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"
        }
      },
      "to_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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 105000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 24,
      "player": {
        "id": 39381,
        "name": "Gareth Bale",
        "link": "https://www.transfermarkt.com/gareth-bale/profil/spieler/39381",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/39381-1658665343.jpg?lm=4711"
      },
      "position": "Right Winger",
      "age": 24,
      "nationalities": [
        {
          "id": 191,
          "name": "Wales",
          "code": "WAL"
        }
      ],
      "season": {
        "id": 2013,
        "name": "13/14"
      },
      "from_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_1732012045.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"
        }
      },
      "to_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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 101000000,
        "currency": "EUR",
        "type": "transfer"
      }
    },
    {
      "rank": 25,
      "player": {
        "id": 309400,
        "name": "Kai Havertz",
        "link": "https://www.transfermarkt.com/kai-havertz/profil/spieler/309400",
        "image": "https://img.a.transfermarkt.technology/portrait/medium/309400-1782889722.jpg?lm=4711"
      },
      "position": "Centre-Forward",
      "age": 21,
      "nationalities": [
        {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      ],
      "season": {
        "id": 2020,
        "name": "20/21"
      },
      "from_club": {
        "id": 15,
        "name": "Bayer 04 Leverkusen",
        "link": "https://www.transfermarkt.com/bayer-04-leverkusen/startseite/verein/15",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/15.png?lm=1788504510",
        "competition": {
          "id": "L1",
          "name": "Bundesliga",
          "link": "https://www.transfermarkt.com/bundesliga/startseite/wettbewerb/L1",
          "logo": null
        },
        "country": {
          "id": 40,
          "name": "Germany",
          "code": "GER"
        }
      },
      "to_club": {
        "id": 631,
        "name": "Chelsea FC",
        "link": "https://www.transfermarkt.com/fc-chelsea/startseite/verein/631",
        "crest": "https://img.a.transfermarkt.technology/wappen/head/631_1782931436.png?lm=1789459205",
        "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"
        }
      },
      "market_value": null,
      "fee": {
        "amount": 100000000,
        "currency": "EUR",
        "type": "transfer"
      }
    }
  ]
}