Transfermarkt Scraper

ENDPOINTS
GET/managers/profile

Manager Details

Manager card: current or last club, licence, preferred formation, agent and the full club history.

QUERY PARAMS

Transfermarkt manager ID or any transfermarkt.com manager URL.

Examples:

  • ID: 5672
  • URL: https://www.transfermarkt.com/pep-guardiola/profil/trainer/5672
{
  "id": 5672,
  "name": "Pep Guardiola",
  "full_name": "Josep Guardiola i Sala",
  "link": "https://www.transfermarkt.com/pep-guardiola/profil/trainer/5672",
  "image": "https://img.a.transfermarkt.technology/portrait/big/5672-1701335303.jpg",
  "date_of_birth": "1971-01-18",
  "age": 55,
  "date_of_death": null,
  "place_of_birth": "Santpedor",
  "country_of_birth": {
    "id": 157,
    "name": "Spain",
    "code": "ESP"
  },
  "nationalities": [
    {
      "id": 157,
      "name": "Spain",
      "code": "ESP"
    }
  ],
  "role": "Manager",
  "current_club": null,
  "current_role": null,
  "current_competition": null,
  "appointed": null,
  "contract_until": null,
  "is_available": true,
  "last_club": {
    "id": 281,
    "name": "Manchester City",
    "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
    "crest": null
  },
  "last_role": "Manager",
  "date_left": "2026-06-30",
  "coaching_licence": "UEFA-Pro-Lizenz",
  "average_term_years": 4.5,
  "preferred_formation": "4-1-4-1",
  "agent": {
    "name": "SEG",
    "link": "https://www.transfermarkt.com/seg-sports-entertainment-group/beraterfirma/berater/586"
  },
  "former_player": {
    "id": 5950,
    "link": "https://www.transfermarkt.com/pep-guardiola/profil/spieler/5950",
    "last_club": "Dorados Sinaloa",
    "most_games_for": "Barcelona",
    "retired": "2006-07-01"
  },
  "career": [
    {
      "club": {
        "id": 281,
        "name": "Manchester City",
        "link": "https://www.transfermarkt.com/manchester-city/startseite/verein/281",
        "crest": null
      },
      "role": "Man City Manager",
      "appointed": "2016-07-01",
      "appointed_season": {
        "id": 2016,
        "name": "16/17"
      },
      "in_charge_until": "2026-06-30",
      "in_charge_until_season": {
        "id": 2025,
        "name": "25/26"
      },
      "days_in_charge": null,
      "matches": 593,
      "wins": null,
      "draws": null,
      "losses": null,
      "players_used": null,
      "average_goals": null,
      "points_per_match": 2.27
    },
    {
      "club": {
        "id": 27,
        "name": "Bayern Munich",
        "link": "https://www.transfermarkt.com/fc-bayern-munchen/startseite/verein/27",
        "crest": null
      },
      "role": "Manager",
      "appointed": "2013-07-01",
      "appointed_season": {
        "id": 2013,
        "name": "13/14"
      },
      "in_charge_until": "2016-06-30",
      "in_charge_until_season": {
        "id": 2015,
        "name": "15/16"
      },
      "days_in_charge": null,
      "matches": 161,
      "wins": null,
      "draws": null,
      "losses": null,
      "players_used": null,
      "average_goals": null,
      "points_per_match": 2.41
    },
    {
      "club": {
        "id": 131,
        "name": "FC Barcelona",
        "link": "https://www.transfermarkt.com/fc-barcelona/startseite/verein/131",
        "crest": null
      },
      "role": "Barcelona Manager",
      "appointed": "2008-07-01",
      "appointed_season": {
        "id": 2008,
        "name": "08/09"
      },
      "in_charge_until": "2012-06-30",
      "in_charge_until_season": {
        "id": 2011,
        "name": "11/12"
      },
      "days_in_charge": null,
      "matches": 247,
      "wins": null,
      "draws": null,
      "losses": null,
      "players_used": null,
      "average_goals": null,
      "points_per_match": 2.36
    },
    {
      "club": {
        "id": 2464,
        "name": "FC Barcelona B",
        "link": "https://www.transfermarkt.com/fc-barcelona-b/startseite/verein/2464",
        "crest": null
      },
      "role": "Barcelona B Manager",
      "appointed": "2007-07-01",
      "appointed_season": {
        "id": 2007,
        "name": "07/08"
      },
      "in_charge_until": "2008-06-30",
      "in_charge_until_season": {
        "id": 2007,
        "name": "07/08"
      },
      "days_in_charge": null,
      "matches": null,
      "wins": null,
      "draws": null,
      "losses": null,
      "players_used": null,
      "average_goals": null,
      "points_per_match": 0.0
    }
  ],
  "image_source": "IMAGO"
}