Sofascore Scraper

ENDPOINTS
GET/players/media

Player Media

Latest highlight videos for the player.

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,
  "count": 3,
  "media": [
    {
      "title": "Bukayo Saka 2025/26 - Amazing Skills and Goals - HD ",
      "subtitle": "saka highlights 2025/26. Turn on the notifications so you wont miss an upload. TikTok: ...",
      "url": "https://www.youtube.com/watch?v=LsluN5280Rc",
      "thumbnail_url": "https://i.ytimg.com/vi/LsluN5280Rc/mqdefault.jpg",
      "media_type": 6,
      "do_follow": false,
      "key_highlight": false,
      "livestream": false,
      "remove_on_finish": false,
      "id": 8047926,
      "created_at": "2026-09-07T08:00:50Z",
      "source_url": "https://www.youtube.com/watch?v=LsluN5280Rc"
    },
    {
      "title": "Bukayo Saka's reaction to arsenal fans saying they'd rather keep him than win the premier league 🥲",
      "subtitle": "Subscribe to GOAL now! https://www.youtube.com/subscription_center?add_user=goal Bukayo Saka reacts to a tradoff given to ...",
      "url": "https://www.youtube.com/watch?v=mMxOKyoh71s",
      "thumbnail_url": "https://i.ytimg.com/vi/mMxOKyoh71s/mqdefault.jpg",
      "media_type": 6,
      "do_follow": false,
      "key_highlight": false,
      "livestream": false,
      "remove_on_finish": false,
      "id": 8047927,
      "created_at": "2026-09-07T08:00:50Z",
      "source_url": "https://www.youtube.com/watch?v=mMxOKyoh71s"
    },
    {
      "title": "Bukayo Saka twists & scores for Arsenal",
      "subtitle": "Bukayo Saka twists & scores for Arsenal in a Premier League match against Everton (2022/23). Premier League shorts ...",
      "url": "https://www.youtube.com/watch?v=z1WHKElaDhI",
      "thumbnail_url": "https://i.ytimg.com/vi/z1WHKElaDhI/mqdefault.jpg",
      "media_type": 6,
      "do_follow": false,
      "key_highlight": false,
      "livestream": false,
      "remove_on_finish": false,
      "id": 8047928,
      "created_at": "2026-09-07T08:00:50Z",
      "source_url": "https://www.youtube.com/watch?v=z1WHKElaDhI"
    }
  ]
}