Sofascore Scraper

ENDPOINTS
GET/players/details

Player Details

Player profile: team, positions, number, height, birth date, foot, nationality, market value, contract and traits.

QUERY PARAMS

Sofascore player id or any sofascore.com player URL.

Examples:

  • ID: 934235 (Bukayo Saka)
  • URL: https://www.sofascore.com/football/player/bukayo-saka/934235
{
  "player": {
    "id": 934235,
    "name": "Bukayo Saka",
    "short_name": "B. Saka",
    "slug": "bukayo-saka",
    "first_name": "Bukayo",
    "last_name": "Saka",
    "link": "https://www.sofascore.com/football/player/bukayo-saka/934235",
    "image_link": "https://img.sofascore.com/api/v1/player/934235/image",
    "position": "F",
    "detailed_positions": [
      "RW"
    ],
    "jersey_number": 7,
    "height_cm": 178,
    "preferred_foot": "Left",
    "date_of_birth": "2001-09-05",
    "gender": "M",
    "country": {
      "name": "England",
      "alpha2": "EN",
      "alpha3": "ENG",
      "slug": "england"
    },
    "market_value": {
      "amount": 115000000,
      "currency": "EUR"
    },
    "contract_until": "2030-06-30",
    "followers_count": 220006,
    "is_deceased": false,
    "is_underage": false,
    "team": {
      "id": 42,
      "name": "Arsenal",
      "short_name": "Arsenal",
      "code": "ARS",
      "slug": "arsenal",
      "link": "https://www.sofascore.com/team/football/arsenal/42",
      "image_link": "https://img.sofascore.com/api/v1/team/42/image",
      "sport": {
        "id": 1,
        "name": "Football",
        "slug": "football"
      },
      "country": {
        "name": "England",
        "alpha2": "EN",
        "alpha3": "ENG",
        "slug": "england"
      },
      "gender": "M",
      "is_national": false,
      "colors": {
        "primary": "#cc0000",
        "secondary": "#ffffff",
        "text": "#ffffff"
      },
      "followers_count": 4194250,
      "primary_tournament": {
        "id": 17,
        "name": "Premier League",
        "slug": "premier-league",
        "link": "https://www.sofascore.com/tournament/football/england/premier-league/17",
        "image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image",
        "dark_image_link": "https://img.sofascore.com/api/v1/unique-tournament/17/image/dark",
        "colors": {
          "primary": "#3c1c5a",
          "secondary": "#f80158"
        },
        "followers_count": 1356594,
        "category": {
          "id": 1,
          "name": "England",
          "slug": "england",
          "link": "https://www.sofascore.com/football/england",
          "sport": {
            "id": 1,
            "name": "Football",
            "slug": "football"
          },
          "country": {
            "name": "England",
            "alpha2": "EN",
            "alpha3": "ENG",
            "slug": "england"
          },
          "flag_image_link": "https://img.sofascore.com/api/v1/country/EN/flag"
        }
      }
    },
    "characteristics": {
      "positive": [
        {
          "type": 26,
          "rank": 369
        },
        {
          "type": 25,
          "rank": 437
        },
        {
          "type": 7,
          "rank": 1576
        }
      ],
      "negative": [],
      "positions": [
        "RW"
      ]
    }
  }
}