Transfermarkt Scraper

ENDPOINTS
GET/players/profile

Player Details

Full player card in one call: club, contract, agent, nationalities, position, current and highest market value.

QUERY PARAMS

Transfermarkt player ID or any transfermarkt.com player URL.

Examples:

  • ID: 28003
  • URL: https://www.transfermarkt.com/lionel-messi/profil/spieler/28003
{
  "id": 28003,
  "name": "Lionel Messi",
  "short_name": "L. Messi",
  "full_name": "Lionel Andrés Messi Cuccitini",
  "link": "https://www.transfermarkt.com/lionel-messi/profil/spieler/28003",
  "image": "https://img.a.transfermarkt.technology/portrait/big/28003-1771694720.jpg",
  "date_of_birth": "1987-06-24",
  "age": 39,
  "date_of_death": null,
  "place_of_birth": "Rosario",
  "country_of_birth": {
    "id": 9,
    "name": "Argentina",
    "code": "ARG"
  },
  "nationalities": [
    {
      "id": 9,
      "name": "Argentina",
      "code": "ARG"
    },
    {
      "id": 157,
      "name": "Spain",
      "code": "ESP"
    }
  ],
  "height_m": 1.7,
  "preferred_foot": "left",
  "position": {
    "id": 12,
    "name": "Right Winger",
    "short_name": "RW",
    "group": "Striker"
  },
  "position_group": "Striker",
  "side_positions": [
    {
      "id": 14,
      "name": "Centre-Forward",
      "short_name": "CF",
      "group": "Striker"
    },
    {
      "id": 13,
      "name": "Second Striker",
      "short_name": "SS",
      "group": "Striker"
    }
  ],
  "shirt_number": 10,
  "current_club": {
    "id": 69261,
    "name": "Inter Miami CF",
    "short_name": "Miami",
    "link": "https://www.transfermarkt.com/inter-miami-cf/startseite/verein/69261",
    "crest": "https://img.a.transfermarkt.technology/wappen/big/69261.png?lm=1789463707",
    "country": {
      "id": 184,
      "name": "United States",
      "code": "USA"
    },
    "is_national_team": false,
    "shirt_number": 10,
    "is_captain": true,
    "joined": "2023-07-15",
    "debut": "2023-07-22"
  },
  "on_loan_from": null,
  "loan_contract_until": null,
  "national_team": {
    "id": 3437,
    "name": "Argentina",
    "link": "https://www.transfermarkt.com/argentinien/startseite/verein/3437",
    "is_current": true
  },
  "caps": 207,
  "international_goals": 125,
  "contract_until": "2028-12-31",
  "contract_option": null,
  "last_contract_extension": "2025-10-23",
  "status": "active",
  "is_retired": false,
  "retired_since": null,
  "market_value": {
    "current": {
      "amount": 15000000,
      "currency": "EUR",
      "updated_at": "2026-06-02"
    },
    "previous": {
      "amount": 15000000,
      "currency": "EUR",
      "updated_at": "2025-12-11"
    },
    "highest": {
      "amount": 180000000,
      "currency": "EUR",
      "updated_at": "2018-05-30"
    },
    "change": {
      "direction": "unchanged",
      "amount": 0,
      "percent": 0.0
    }
  },
  "agent": {
    "id": 1207,
    "name": "Relatives",
    "link": null,
    "is_verified": false
  },
  "outfitter": "adidas",
  "youth_clubs": "Grandoli FC (1992-1995), Newell's Old Boys (1995-2000)",
  "social_links": [
    {
      "name": "Facebook",
      "link": "http://www.facebook.com/LeoMessi"
    },
    {
      "name": "Instagram",
      "link": "http://instagram.com/leomessi"
    },
    {
      "name": null,
      "link": "http://www.leomessi.com"
    }
  ],
  "notes": "Lionel Messi is the cousin of Maximiliano Biancucchi (Retired). Lionel Messi is the cousin of Emanuel Biancucchi (Retired). Lionel Messi is the brother of Matías Messi (Agent).",
  "image_source": "Major League Soccer"
}