Sofascore Scraper

ENDPOINTS
GET/players/attribute-overviews

Player Attributes

Attribute radar (attacking, technical, tactical, defending, creativity) per year versus the position average.

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,
  "average_attribute_overviews": [
    {
      "attacking": 61,
      "technical": 54,
      "tactical": 43,
      "defending": 32,
      "creativity": 46,
      "position": "F",
      "year_shift": 0,
      "id": 19812
    }
  ],
  "player_attribute_overviews": [
    {
      "attacking": 77,
      "technical": 72,
      "tactical": 59,
      "defending": 46,
      "creativity": 77,
      "position": "D",
      "year_shift": 0,
      "id": 50004
    },
    {
      "attacking": 82,
      "technical": 75,
      "tactical": 59,
      "defending": 36,
      "creativity": 78,
      "position": "M",
      "year_shift": 1,
      "id": 66579
    },
    {
      "attacking": 84,
      "technical": 71,
      "tactical": 59,
      "defending": 35,
      "creativity": 78,
      "position": "M",
      "year_shift": 2,
      "id": 84292
    },
    {
      "attacking": 81,
      "technical": 70,
      "tactical": 55,
      "defending": 35,
      "creativity": 72,
      "position": "M",
      "year_shift": 3,
      "id": 101776
    }
  ]
}