Flashscore Scraper

ENDPOINTS
GET/tournaments/top-scorers

Competition Top Scorers

The scoring chart: rank, player, club, nationality, goals and assists.

QUERY PARAMS

Competition URL path, or a <tournament_id>:<stage_id> pair.

Examples:

  • Current season: /football/spain/laliga/
  • Past season: /football/spain/laliga-2024-2025/
  • ID pair: QeI1Oeyi:dWdJXP6U

Get both forms from /tournaments or /resolve.

{
  "id": "QeI1Oeyi",
  "stage_id": "dWdJXP6U",
  "template_id": "QVmLl54o",
  "name": "LaLiga",
  "link": "https://www.flashscore.com/football/spain/laliga/",
  "season": "2026/2027",
  "sport": {
    "id": 1,
    "name": "Football",
    "slug": "football"
  },
  "count": 150,
  "top_scorers": [
    {
      "rank": 1,
      "player": {
        "id": "xtBsDPam",
        "name": "Raphinha",
        "link": "https://www.flashscore.com/player/raphinha/xtBsDPam/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 39,
        "name": "Brazil"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 3,
      "points": 9
    },
    {
      "rank": 2,
      "player": {
        "id": "lAt3vEub",
        "name": "Lamine Yamal",
        "link": "https://www.flashscore.com/player/lamine-yamal/lAt3vEub/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 7
    },
    {
      "rank": 2,
      "player": {
        "id": "Wn6E2SED",
        "name": "Mbappe K.",
        "link": "https://www.flashscore.com/player/mbappe-kylian/Wn6E2SED/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 77,
        "name": "France"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 7
    },
    {
      "rank": 4,
      "player": {
        "id": "fFlZRkvF",
        "name": "Camello S.",
        "link": "https://www.flashscore.com/player/camello-sergio/fFlZRkvF/",
        "image": null
      },
      "team": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 6
    },
    {
      "rank": 5,
      "player": {
        "id": "l2dekgrS",
        "name": "Fernandez Jaen R.",
        "link": "https://www.flashscore.com/player/fernandez-roberto/l2dekgrS/",
        "image": null
      },
      "team": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 6
    },
    {
      "rank": 5,
      "player": {
        "id": "CzE3mWTC",
        "name": "Zabiri Y.",
        "link": "https://www.flashscore.com/player/zabiri-yassir/CzE3mWTC/",
        "image": null
      },
      "team": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": null
      },
      "country": {
        "id": 134,
        "name": "Morocco"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 6
    },
    {
      "rank": 7,
      "player": {
        "id": "Wl4EyKZk",
        "name": "Aubameyang P.",
        "link": "https://www.flashscore.com/player/aubameyang-pierre-emerick/Wl4EyKZk/",
        "image": null
      },
      "team": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": null
      },
      "country": {
        "id": 78,
        "name": "Gabon"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 5
    },
    {
      "rank": 8,
      "player": {
        "id": "EPzCN58J",
        "name": "Nino F.",
        "link": "https://www.flashscore.com/player/nino-fer/EPzCN58J/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 5
    },
    {
      "rank": 9,
      "player": {
        "id": "2c2ipETG",
        "name": "Fermin",
        "link": "https://www.flashscore.com/player/fermin/2c2ipETG/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 2,
      "points": 4
    },
    {
      "rank": 10,
      "player": {
        "id": "bmeQTB92",
        "name": "Baena A.",
        "link": "https://www.flashscore.com/player/baena-alex/bmeQTB92/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 4
    },
    {
      "rank": 11,
      "player": {
        "id": "YiAqdTFb",
        "name": "Boye L.",
        "link": "https://www.flashscore.com/player/boye-lucas/YiAqdTFb/",
        "image": null
      },
      "team": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": null
      },
      "country": {
        "id": 22,
        "name": "Argentina"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 4
    },
    {
      "rank": 11,
      "player": {
        "id": "IeVXGQOi",
        "name": "Budimir A.",
        "link": "https://www.flashscore.com/player/budimir-ante/IeVXGQOi/",
        "image": null
      },
      "team": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": null
      },
      "country": {
        "id": 59,
        "name": "Croatia"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 4
    },
    {
      "rank": 13,
      "player": {
        "id": "OQ6UIbu1",
        "name": "Diaz M.",
        "link": "https://www.flashscore.com/player/diaz-mariano/OQ6UIbu1/",
        "image": null
      },
      "team": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": null
      },
      "country": {
        "id": 66,
        "name": "Dominican Republic"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 3,
      "points": 3
    },
    {
      "rank": 14,
      "player": {
        "id": "QNvlPm7s",
        "name": "Bellingham J.",
        "link": "https://www.flashscore.com/player/bellingham-jude/QNvlPm7s/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 198,
        "name": "England"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 2,
      "points": 3
    },
    {
      "rank": 15,
      "player": {
        "id": "pWvRJqSt",
        "name": "Brugue R.",
        "link": "https://www.flashscore.com/player/brugue-roger/pWvRJqSt/",
        "image": null
      },
      "team": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 3
    },
    {
      "rank": 15,
      "player": {
        "id": "p6rsDQvN",
        "name": "Gueye P.",
        "link": "https://www.flashscore.com/player/gueye-pape/p6rsDQvN/",
        "image": null
      },
      "team": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": null
      },
      "country": {
        "id": 166,
        "name": "Senegal"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 3
    },
    {
      "rank": 17,
      "player": {
        "id": "GvIzwgo8",
        "name": "Adeyemi K.",
        "link": "https://www.flashscore.com/player/adeyemi-karim/GvIzwgo8/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 81,
        "name": "Germany"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 2
    },
    {
      "rank": 17,
      "player": {
        "id": "OMUGUEla",
        "name": "Garcia A.",
        "link": "https://www.flashscore.com/player/garcia-alvaro/OMUGUEla/",
        "image": null
      },
      "team": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 2,
      "points": 2
    },
    {
      "rank": 19,
      "player": {
        "id": "CSvtXj2E",
        "name": "David J.",
        "link": "https://www.flashscore.com/player/david-jonathan/CSvtXj2E/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 47,
        "name": "Canada"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 2
    },
    {
      "rank": 19,
      "player": {
        "id": "YTVIJfxO",
        "name": "Lee Kang-In",
        "link": "https://www.flashscore.com/player/lee-kangin/YTVIJfxO/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 106,
        "name": "South Korea"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 2
    },
    {
      "rank": 19,
      "player": {
        "id": "IJTJu41i",
        "name": "Simeone G.",
        "link": "https://www.flashscore.com/player/simeone-giuliano/IJTJu41i/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 22,
        "name": "Argentina"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 2
    },
    {
      "rank": 22,
      "player": {
        "id": "WURwLTen",
        "name": "Espi C.",
        "link": "https://www.flashscore.com/player/espi-carlos/WURwLTen/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 2
    },
    {
      "rank": 22,
      "player": {
        "id": "Ysjxkies",
        "name": "Garcia P.",
        "link": "https://www.flashscore.com/player/garcia-pablo/Ysjxkies/",
        "image": null
      },
      "team": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 2
    },
    {
      "rank": 22,
      "player": {
        "id": "UwfDD083",
        "name": "Moreno G.",
        "link": "https://www.flashscore.com/player/moreno-gerard/UwfDD083/",
        "image": null
      },
      "team": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 2
    },
    {
      "rank": 22,
      "player": {
        "id": "6k2jV1mo",
        "name": "Navarro R.",
        "link": "https://www.flashscore.com/player/navarro-robert/6k2jV1mo/",
        "image": null
      },
      "team": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 2
    },
    {
      "rank": 22,
      "player": {
        "id": "j3Hk0qEj",
        "name": "Pepe N.",
        "link": "https://www.flashscore.com/player/pepe-nicolas/j3Hk0qEj/",
        "image": null
      },
      "team": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": null
      },
      "country": {
        "id": 58,
        "name": "Ivory Coast"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 2
    },
    {
      "rank": 22,
      "player": {
        "id": "2iQMPvBg",
        "name": "Riquelme R.",
        "link": "https://www.flashscore.com/player/riquelme-rodrigo/2iQMPvBg/",
        "image": null
      },
      "team": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 2
    },
    {
      "rank": 22,
      "player": {
        "id": "GAyp0H8N",
        "name": "Sierra M.",
        "link": "https://www.flashscore.com/player/sierra-miguel/GAyp0H8N/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 2
    },
    {
      "rank": 22,
      "player": {
        "id": "p6f9CgsE",
        "name": "Sucic L.",
        "link": "https://www.flashscore.com/player/sucic-luka/p6f9CgsE/",
        "image": null
      },
      "team": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": null
      },
      "country": {
        "id": 59,
        "name": "Croatia"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 2
    },
    {
      "rank": 30,
      "player": {
        "id": "CbwQ4Mws",
        "name": "Vinicius Junior",
        "link": "https://www.flashscore.com/player/vinicius-junior/CbwQ4Mws/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 39,
        "name": "Brazil"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 3,
      "points": 1
    },
    {
      "rank": 31,
      "player": {
        "id": "WKtYvkb7",
        "name": "Espart X.",
        "link": "https://www.flashscore.com/player/espart-xavi/WKtYvkb7/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 2,
      "points": 1
    },
    {
      "rank": 31,
      "player": {
        "id": "CUU9qDpb",
        "name": "Guler A.",
        "link": "https://www.flashscore.com/player/guler-arda/CUU9qDpb/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 191,
        "name": "Turkey"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 2,
      "points": 1
    },
    {
      "rank": 31,
      "player": {
        "id": "MTyZqUgi",
        "name": "Ochieng J.",
        "link": "https://www.flashscore.com/player/ochieng-job/MTyZqUgi/",
        "image": null
      },
      "team": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": null
      },
      "country": {
        "id": 103,
        "name": "Kenya"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "WSXgQK56",
        "name": "Bardeli E.",
        "link": "https://www.flashscore.com/player/bardeli-enzo/WSXgQK56/",
        "image": null
      },
      "team": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": null
      },
      "country": {
        "id": 77,
        "name": "France"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "zXy8vKe2",
        "name": "Cruz Luismi",
        "link": "https://www.flashscore.com/player/cruz-luismi/zXy8vKe2/",
        "image": null
      },
      "team": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "ERWaZ0KA",
        "name": "Fernandez Sanchez M.",
        "link": "https://www.flashscore.com/player/fernandez-marcos/ERWaZ0KA/",
        "image": null
      },
      "team": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "6cAIrW5Q",
        "name": "Grimaldo A.",
        "link": "https://www.flashscore.com/player/grimaldo-alex/6cAIrW5Q/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "65KF7LTO",
        "name": "Hernandez C.",
        "link": "https://www.flashscore.com/player/cucho-hernandez/65KF7LTO/",
        "image": null
      },
      "team": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": null
      },
      "country": {
        "id": 53,
        "name": "Colombia"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "QgN9t9CH",
        "name": "Mikautadze G.",
        "link": "https://www.flashscore.com/player/mikautadze-georges/QgN9t9CH/",
        "image": null
      },
      "team": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": null
      },
      "country": {
        "id": 80,
        "name": "Georgia"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "b5g6gWjn",
        "name": "Moleiro A.",
        "link": "https://www.flashscore.com/player/moleiro-alberto/b5g6gWjn/",
        "image": null
      },
      "team": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "O8nKKpaP",
        "name": "Olasagasti J. A.",
        "link": "https://www.flashscore.com/player/olasagasti-jon/O8nKKpaP/",
        "image": null
      },
      "team": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "WMZucaGH",
        "name": "Oso",
        "link": "https://www.flashscore.com/player/oso/WMZucaGH/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "K6H9Uptn",
        "name": "Parrott T.",
        "link": "https://www.flashscore.com/player/parrott-troy/K6H9Uptn/",
        "image": null
      },
      "team": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": null
      },
      "country": {
        "id": 96,
        "name": "Ireland"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "baBG8QuI",
        "name": "Pedri",
        "link": "https://www.flashscore.com/player/pedri/baBG8QuI/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 34,
      "player": {
        "id": "OK0Lcg44",
        "name": "Romero I.",
        "link": "https://www.flashscore.com/player/romero-isaac/OK0Lcg44/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "KQYMzB7t",
        "name": "Aguado M.",
        "link": "https://www.flashscore.com/player/aguado-marc/KQYMzB7t/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "rVBGggAd",
        "name": "Aspas I.",
        "link": "https://www.flashscore.com/player/aspas-iago/rVBGggAd/",
        "image": null
      },
      "team": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "KxtC5I27",
        "name": "Barja K.",
        "link": "https://www.flashscore.com/player/barja-enrique/KxtC5I27/",
        "image": null
      },
      "team": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "A3vo4Lf6",
        "name": "Barrenetxea A.",
        "link": "https://www.flashscore.com/player/barrenetxea-muguruza-ander/A3vo4Lf6/",
        "image": null
      },
      "team": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "8K4WA9Gh",
        "name": "Bartra M.",
        "link": "https://www.flashscore.com/player/bartra-marc/8K4WA9Gh/",
        "image": null
      },
      "team": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "nuQn903r",
        "name": "Berenguer A.",
        "link": "https://www.flashscore.com/player/berenguer-alejandro/nuQn903r/",
        "image": null
      },
      "team": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "Od8aJqLN",
        "name": "Buonanotte F.",
        "link": "https://www.flashscore.com/player/buonanotte-facundo/Od8aJqLN/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 22,
        "name": "Argentina"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "b13gbSqm",
        "name": "Calatrava A.",
        "link": "https://www.flashscore.com/player/calatrava-alex/b13gbSqm/",
        "image": null
      },
      "team": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "CUnZ9W5g",
        "name": "Canales S.",
        "link": "https://www.flashscore.com/player/canales-sergio/CUnZ9W5g/",
        "image": null
      },
      "team": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "dAyeWYpm",
        "name": "Cancelo J.",
        "link": "https://www.flashscore.com/player/cancelo-joao/dAyeWYpm/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 155,
        "name": "Portugal"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "xGvzc36S",
        "name": "Chupe",
        "link": "https://www.flashscore.com/player/chupe/xGvzc36S/",
        "image": null
      },
      "team": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "8plzNuNt",
        "name": "Dolan T.",
        "link": "https://www.flashscore.com/player/dolan-tyrhys/8plzNuNt/",
        "image": null
      },
      "team": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": null
      },
      "country": {
        "id": 198,
        "name": "England"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "YeImVH7d",
        "name": "Dotor C.",
        "link": "https://www.flashscore.com/player/dotor-carlos/YeImVH7d/",
        "image": null
      },
      "team": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "KA5h7A5t",
        "name": "Eddahchouri Z.",
        "link": "https://www.flashscore.com/player/eddahchouri-zakaria/KA5h7A5t/",
        "image": null
      },
      "team": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": null
      },
      "country": {
        "id": 139,
        "name": "Netherlands"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "8zvngfOe",
        "name": "Ejuke C.",
        "link": "https://www.flashscore.com/player/ejuke-chidera/8zvngfOe/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 143,
        "name": "Nigeria"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "YRiVcQ3T",
        "name": "Ezzalzouli A.",
        "link": "https://www.flashscore.com/player/ez-abde/YRiVcQ3T/",
        "image": null
      },
      "team": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": null
      },
      "country": {
        "id": 134,
        "name": "Morocco"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "ALGEzlma",
        "name": "Carreras A.",
        "link": "https://www.flashscore.com/player/carreras-alvaro/ALGEzlma/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "viMb6g9n",
        "name": "Gabriel Jesus",
        "link": "https://www.flashscore.com/player/gabriel-jesus/viMb6g9n/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 39,
        "name": "Brazil"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "6Dgp85mc",
        "name": "Gueye M.",
        "link": "https://www.flashscore.com/player/gueye-maguette/6Dgp85mc/",
        "image": null
      },
      "team": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": null
      },
      "country": {
        "id": 166,
        "name": "Senegal"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "WhV8JXPD",
        "name": "Guridi J.",
        "link": "https://www.flashscore.com/player/guridi-jon/WhV8JXPD/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "tzwJ3As6",
        "name": "Herrera Y.",
        "link": "https://www.flashscore.com/player/herrera-yangel/tzwJ3As6/",
        "image": null
      },
      "team": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": null
      },
      "country": {
        "id": 205,
        "name": "Venezuela"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "xOWXxrsi",
        "name": "Ibanez P.",
        "link": "https://www.flashscore.com/player/ibanez-pablo/xOWXxrsi/",
        "image": null
      },
      "team": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "K0bkMuVF",
        "name": "Iglesias J.",
        "link": "https://www.flashscore.com/player/iglesias-juan/K0bkMuVF/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "Wbz0q867",
        "name": "Jutgla F.",
        "link": "https://www.flashscore.com/player/jutgla-ferran/Wbz0q867/",
        "image": null
      },
      "team": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "pSPr8Em1",
        "name": "Koski V.",
        "link": "https://www.flashscore.com/player/koski-ville/pSPr8Em1/",
        "image": null
      },
      "team": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": null
      },
      "country": {
        "id": 76,
        "name": "Finland"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "8GVQFgH4",
        "name": "Le Normand R.",
        "link": "https://www.flashscore.com/player/le-normand-robin/8GVQFgH4/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "jX8PENMO",
        "name": "Lemar T.",
        "link": "https://www.flashscore.com/player/lemar-thomas/jX8PENMO/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 77,
        "name": "France"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "8QK1SO5g",
        "name": "Lookman A.",
        "link": "https://www.flashscore.com/player/lookman-ademola/8QK1SO5g/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 143,
        "name": "Nigeria"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "jm3RjZt2",
        "name": "Martin A.",
        "link": "https://www.flashscore.com/player/martin-andres/jm3RjZt2/",
        "image": null
      },
      "team": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "GQDFpVh3",
        "name": "Martinez S.",
        "link": "https://www.flashscore.com/player/martinez-sergio/GQDFpVh3/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "dpUJtnsM",
        "name": "Natan",
        "link": "https://www.flashscore.com/player/natan/dpUJtnsM/",
        "image": null
      },
      "team": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": null
      },
      "country": {
        "id": 39,
        "name": "Brazil"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "OOr4KDkI",
        "name": "Nino A.",
        "link": "https://www.flashscore.com/player/nino-adrian/OOr4KDkI/",
        "image": null
      },
      "team": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "K2gCwDJE",
        "name": "Oskarsson O.",
        "link": "https://www.flashscore.com/player/oskarsson-orri-steinn/K2gCwDJE/",
        "image": null
      },
      "team": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": null
      },
      "country": {
        "id": 92,
        "name": "Iceland"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "xW6LnP0A",
        "name": "Osorio A.",
        "link": "https://www.flashscore.com/player/osorio-abiel/xW6LnP0A/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 22,
        "name": "Argentina"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "ChK2eOCj",
        "name": "Paredes A.",
        "link": "https://www.flashscore.com/player/paredes-aitor/ChK2eOCj/",
        "image": null
      },
      "team": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "t4j4NUO8",
        "name": "Pedrosa A.",
        "link": "https://www.flashscore.com/player/pedrosa-adria/t4j4NUO8/",
        "image": null
      },
      "team": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "GOkrxtHi",
        "name": "Peque",
        "link": "https://www.flashscore.com/player/peque/GOkrxtHi/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "8EZ7QILP",
        "name": "Pubill M.",
        "link": "https://www.flashscore.com/player/pubill-pages-marc/8EZ7QILP/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "Eo8SAMoI",
        "name": "Ratiu A.",
        "link": "https://www.flashscore.com/player/ratiu-andrei/Eo8SAMoI/",
        "image": null
      },
      "team": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": null
      },
      "country": {
        "id": 157,
        "name": "Romania"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "h8cBI9v2",
        "name": "Rioja L.",
        "link": "https://www.flashscore.com/player/rioja-luis/h8cBI9v2/",
        "image": null
      },
      "team": {
        "id": "CQeaytrD",
        "name": "Valencia",
        "short_name": "VAL",
        "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "2gM7pDDS",
        "name": "Rodriguez M.",
        "link": "https://www.flashscore.com/player/rodriguez-mikel/2gM7pDDS/",
        "image": null
      },
      "team": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "lbxUqXq3",
        "name": "Romero I.",
        "link": "https://www.flashscore.com/player/romero-ivan/lbxUqXq3/",
        "image": null
      },
      "team": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "UsKF9Yzn",
        "name": "Sadiq U.",
        "link": "https://www.flashscore.com/player/sadiq-umar/UsKF9Yzn/",
        "image": null
      },
      "team": {
        "id": "CQeaytrD",
        "name": "Valencia",
        "short_name": "VAL",
        "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
        "logo": null
      },
      "country": {
        "id": 143,
        "name": "Nigeria"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "hpZLKZVC",
        "name": "Sancet O.",
        "link": "https://www.flashscore.com/player/sancet-ohian/hpZLKZVC/",
        "image": null
      },
      "team": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "OlrRMLsM",
        "name": "Buba Sangare",
        "link": "https://www.flashscore.com/player/sangare-aboubacar/OlrRMLsM/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "rmhmN1WA",
        "name": "Satriano M.",
        "link": "https://www.flashscore.com/player/satriano-martin/rmhmN1WA/",
        "image": null
      },
      "team": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": null
      },
      "country": {
        "id": 201,
        "name": "Uruguay"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "ptNHGRiJ",
        "name": "Starfelt C.",
        "link": "https://www.flashscore.com/player/starfelt-carl/ptNHGRiJ/",
        "image": null
      },
      "team": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": null
      },
      "country": {
        "id": 181,
        "name": "Sweden"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "IshwKNji",
        "name": "Stassin L.",
        "link": "https://www.flashscore.com/player/stassin-lucas/IshwKNji/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 32,
        "name": "Belgium"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "WAG63va3",
        "name": "Tenaglia N.",
        "link": "https://www.flashscore.com/player/tenaglia-nahuel/WAG63va3/",
        "image": null
      },
      "team": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": null
      },
      "country": {
        "id": 22,
        "name": "Argentina"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "rLsgetTF",
        "name": "Terrats R.",
        "link": "https://www.flashscore.com/player/terrats-ramon/rLsgetTF/",
        "image": null
      },
      "team": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "C4hNaLoU",
        "name": "Unal E.",
        "link": "https://www.flashscore.com/player/unal-enes/C4hNaLoU/",
        "image": null
      },
      "team": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": null
      },
      "country": {
        "id": 191,
        "name": "Turkey"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "Y5mwR9gL",
        "name": "Valera G.",
        "link": "https://www.flashscore.com/player/valera-german/Y5mwR9gL/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "Cp7lcVjJ",
        "name": "Williams N.",
        "link": "https://www.flashscore.com/player/williams-nico/Cp7lcVjJ/",
        "image": null
      },
      "team": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 46,
      "player": {
        "id": "O6MiTbze",
        "name": "Dela",
        "link": "https://www.flashscore.com/player/de-la-fuente-adrian/O6MiTbze/",
        "image": null
      },
      "team": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 0,
      "points": 1
    },
    {
      "rank": 100,
      "player": {
        "id": "EFo95m2P",
        "name": "Gordon A.",
        "link": "https://www.flashscore.com/player/gordon-anthony/EFo95m2P/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 198,
        "name": "England"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 4,
      "points": 0
    },
    {
      "rank": 100,
      "player": {
        "id": "8QF1BiDA",
        "name": "Hernandez J.",
        "link": "https://www.flashscore.com/player/hernandez-javier/8QF1BiDA/",
        "image": null
      },
      "team": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 4,
      "points": 0
    },
    {
      "rank": 102,
      "player": {
        "id": "dYFtDut6",
        "name": "Lopez U.",
        "link": "https://www.flashscore.com/player/lopez-unai/dYFtDut6/",
        "image": null
      },
      "team": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 3,
      "points": 0
    },
    {
      "rank": 102,
      "player": {
        "id": "2oVBOlPg",
        "name": "Olmo D.",
        "link": "https://www.flashscore.com/player/olmo-dani/2oVBOlPg/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 3,
      "points": 0
    },
    {
      "rank": 102,
      "player": {
        "id": "naR2L4Jt",
        "name": "Perez A.",
        "link": "https://www.flashscore.com/player/perez-angel/naR2L4Jt/",
        "image": null
      },
      "team": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 3,
      "points": 0
    },
    {
      "rank": 102,
      "player": {
        "id": "lUc5MiUn",
        "name": "Tete Morente",
        "link": "https://www.flashscore.com/player/tete-morente/lUc5MiUn/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 3,
      "points": 0
    },
    {
      "rank": 106,
      "player": {
        "id": "pf3IOiFD",
        "name": "Bernal M.",
        "link": "https://www.flashscore.com/player/bernal-marc/pf3IOiFD/",
        "image": null
      },
      "team": {
        "id": "SKbpVP5K",
        "name": "Barcelona",
        "short_name": "BAR",
        "link": "https://www.flashscore.com/team/barcelona/SKbpVP5K/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 2,
      "points": 0
    },
    {
      "rank": 106,
      "player": {
        "id": "hK4aqymE",
        "name": "Cepeda L.",
        "link": "https://www.flashscore.com/player/cepeda-lucas/hK4aqymE/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 51,
        "name": "Chile"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 0
    },
    {
      "rank": 106,
      "player": {
        "id": "hxZkR0j0",
        "name": "Gonzalez H.",
        "link": "https://www.flashscore.com/player/gonzalez-hugo/hxZkR0j0/",
        "image": null
      },
      "team": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 0
    },
    {
      "rank": 106,
      "player": {
        "id": "zRTnwHe5",
        "name": "Hancko D.",
        "link": "https://www.flashscore.com/player/hancko-david/zRTnwHe5/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 171,
        "name": "Slovakia"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 2,
      "points": 0
    },
    {
      "rank": 106,
      "player": {
        "id": "dQ1P695O",
        "name": "Oyarzabal M.",
        "link": "https://www.flashscore.com/player/oyarzabal-mikel/dQ1P695O/",
        "image": null
      },
      "team": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 0
    },
    {
      "rank": 106,
      "player": {
        "id": "jVHfHxGn",
        "name": "Perez A.",
        "link": "https://www.flashscore.com/player/perez-ayoze/jVHfHxGn/",
        "image": null
      },
      "team": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 0
    },
    {
      "rank": 106,
      "player": {
        "id": "ncIonLFn",
        "name": "Revivo R.",
        "link": "https://www.flashscore.com/player/revivo-roy/ncIonLFn/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 97,
        "name": "Israel"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 2,
      "points": 0
    },
    {
      "rank": 106,
      "player": {
        "id": "xj86hQ3C",
        "name": "Vicente I.",
        "link": "https://www.flashscore.com/player/vicente-inigo/xj86hQ3C/",
        "image": null
      },
      "team": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 0
    },
    {
      "rank": 106,
      "player": {
        "id": "W4HzaGVn",
        "name": "Williams I.",
        "link": "https://www.flashscore.com/player/williams-inaki/W4HzaGVn/",
        "image": null
      },
      "team": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": null
      },
      "country": {
        "id": 82,
        "name": "Ghana"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 2,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "ATAVnRY7",
        "name": "Akhomach I.",
        "link": "https://www.flashscore.com/player/akhomach-ilias/ATAVnRY7/",
        "image": null
      },
      "team": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": null
      },
      "country": {
        "id": 134,
        "name": "Morocco"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "vP5uwPQf",
        "name": "Alena C.",
        "link": "https://www.flashscore.com/player/alena-carles/vP5uwPQf/",
        "image": null
      },
      "team": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "CEVJy6Bc",
        "name": "Alexander-Arnold T.",
        "link": "https://www.flashscore.com/player/alexander-arnold-trent/CEVJy6Bc/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 198,
        "name": "England"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "nev6Da3D",
        "name": "Alvarez Y.",
        "link": "https://www.flashscore.com/player/alvarez-yeray/nev6Da3D/",
        "image": null
      },
      "team": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "4jCqyBoe",
        "name": "Amatucci L.",
        "link": "https://www.flashscore.com/player/amatucci-lorenzo/4jCqyBoe/",
        "image": null
      },
      "team": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": null
      },
      "country": {
        "id": 98,
        "name": "Italy"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "Mol2TYUm",
        "name": "Azon I.",
        "link": "https://www.flashscore.com/player/azon-ivan/Mol2TYUm/",
        "image": null
      },
      "team": {
        "id": "dboeiWOt",
        "name": "Getafe",
        "short_name": "GET",
        "link": "https://www.flashscore.com/team/getafe/dboeiWOt/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "AaZiGJ9E",
        "name": "Barrios P.",
        "link": "https://www.flashscore.com/player/barrios-pablo/AaZiGJ9E/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "jcshWJpG",
        "name": "Bauza R.",
        "link": "https://www.flashscore.com/player/bauza-rafel/jcshWJpG/",
        "image": null
      },
      "team": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "v5Xtt1xa",
        "name": "Cardoso J.",
        "link": "https://www.flashscore.com/player/johnny-cardoso/v5Xtt1xa/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 200,
        "name": "USA"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "2cLeSIk1",
        "name": "Chust V.",
        "link": "https://www.flashscore.com/player/chust-victor/2cLeSIk1/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "E5Et3VgM",
        "name": "Cruz J.",
        "link": "https://www.flashscore.com/player/cruz-juan/E5Et3VgM/",
        "image": null
      },
      "team": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "0p2ORrJi",
        "name": "Diomande Y.",
        "link": "https://www.flashscore.com/player/diomande-yan/0p2ORrJi/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 58,
        "name": "Ivory Coast"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "z9FaGS78",
        "name": "El Hilali O.",
        "link": "https://www.flashscore.com/player/el-hilali-omar/z9FaGS78/",
        "image": null
      },
      "team": {
        "id": "QFfPdh1J",
        "name": "Espanyol",
        "short_name": "ESP",
        "link": "https://www.flashscore.com/team/espanyol/QFfPdh1J/",
        "logo": null
      },
      "country": {
        "id": 134,
        "name": "Morocco"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "GCAtruQb",
        "name": "Etta Eyong K.",
        "link": "https://www.flashscore.com/player/etta-eyong/GCAtruQb/",
        "image": null
      },
      "team": {
        "id": "G8FL0ShI",
        "name": "Levante",
        "short_name": "LEV",
        "link": "https://www.flashscore.com/team/levante/G8FL0ShI/",
        "logo": null
      },
      "country": {
        "id": 46,
        "name": "Cameroon"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "tURBbW9S",
        "name": "Garcia F.",
        "link": "https://www.flashscore.com/player/fran-garcia/tURBbW9S/",
        "image": null
      },
      "team": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "2HT2pDXL",
        "name": "Garcia R.",
        "link": "https://www.flashscore.com/player/de-haro-raul/2HT2pDXL/",
        "image": null
      },
      "team": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "8b86g1el",
        "name": "Gomez M.",
        "link": "https://www.flashscore.com/player/gomez-moi/8b86g1el/",
        "image": null
      },
      "team": {
        "id": "ETdxjU8a",
        "name": "Osasuna",
        "short_name": "OSA",
        "link": "https://www.flashscore.com/team/osasuna/ETdxjU8a/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "2yyy00aj",
        "name": "Guerra J.",
        "link": "https://www.flashscore.com/player/guerra-javi/2yyy00aj/",
        "image": null
      },
      "team": {
        "id": "CQeaytrD",
        "name": "Valencia",
        "short_name": "VAL",
        "link": "https://www.flashscore.com/team/valencia/CQeaytrD/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "4zhDcXCG",
        "name": "Hernandez Y.",
        "link": "https://www.flashscore.com/player/hernandez-yeremay/4zhDcXCG/",
        "image": null
      },
      "team": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "G4s5mw5N",
        "name": "Josan",
        "link": "https://www.flashscore.com/player/josan/G4s5mw5N/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "SIemT8iq",
        "name": "Kochorashvili G.",
        "link": "https://www.flashscore.com/player/kochorashvili-giorgi/SIemT8iq/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 80,
        "name": "Georgia"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "z3D5zvbD",
        "name": "Llorente M.",
        "link": "https://www.flashscore.com/player/llorente-marcos/z3D5zvbD/",
        "image": null
      },
      "team": {
        "id": "jaarqpLQ",
        "name": "Atl. Madrid",
        "short_name": "ATM",
        "link": "https://www.flashscore.com/team/atl-madrid/jaarqpLQ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "UqPEcOA0",
        "name": "Martinez P.",
        "link": "https://www.flashscore.com/player/martinez-pablo/UqPEcOA0/",
        "image": null
      },
      "team": {
        "id": "25tIqYiJ",
        "name": "Malaga",
        "short_name": "MAL",
        "link": "https://www.flashscore.com/team/malaga/25tIqYiJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "0SJZRycC",
        "name": "Roca M.",
        "link": "https://www.flashscore.com/player/roca-marc/0SJZRycC/",
        "image": null
      },
      "team": {
        "id": "vJbTeCGP",
        "name": "Betis",
        "short_name": "BET",
        "link": "https://www.flashscore.com/team/betis/vJbTeCGP/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "nDfFLIJk",
        "name": "Roman M.",
        "link": "https://www.flashscore.com/player/roman-miguel/nDfFLIJk/",
        "image": null
      },
      "team": {
        "id": "8pvUZFhf",
        "name": "Celta Vigo",
        "short_name": "CEL",
        "link": "https://www.flashscore.com/team/celta-vigo/8pvUZFhf/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "AqAnv17H",
        "name": "Ruiz de Galarreta I.",
        "link": "https://www.flashscore.com/player/inigo-ruiz/AqAnv17H/",
        "image": null
      },
      "team": {
        "id": "IP5zl0cJ",
        "name": "Ath Bilbao",
        "short_name": "BIL",
        "link": "https://www.flashscore.com/team/ath-bilbao/IP5zl0cJ/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "hCp3VZOF",
        "name": "Salinas J.",
        "link": "https://www.flashscore.com/player/salinas-jorge/hCp3VZOF/",
        "image": null
      },
      "team": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "lMLBCMLN",
        "name": "Sivera A.",
        "link": "https://www.flashscore.com/player/sivera-antonio/lMLBCMLN/",
        "image": null
      },
      "team": {
        "id": "hxt57t2q",
        "name": "Alaves",
        "short_name": "ALA",
        "link": "https://www.flashscore.com/team/alaves/hxt57t2q/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Goalkeeper",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "tSYxgDUI",
        "name": "Soler C.",
        "link": "https://www.flashscore.com/player/soler-carlos/tSYxgDUI/",
        "image": null
      },
      "team": {
        "id": "jNvak2f3",
        "name": "Real Sociedad",
        "short_name": "RSO",
        "link": "https://www.flashscore.com/team/real-sociedad/jNvak2f3/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "pEIRfpB9",
        "name": "Soriano M.",
        "link": "https://www.flashscore.com/player/soriano-m/pEIRfpB9/",
        "image": null
      },
      "team": {
        "id": "Q51ZzMS6",
        "name": "Dep. A Coruna",
        "short_name": "DEP",
        "link": "https://www.flashscore.com/team/dep-a-coruna/Q51ZzMS6/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "nwv3yIFM",
        "name": "Ure R.",
        "link": "https://www.flashscore.com/player/ure-robbie/nwv3yIFM/",
        "image": null
      },
      "team": {
        "id": "h8oAv4Ts",
        "name": "Sevilla",
        "short_name": "SEV",
        "link": "https://www.flashscore.com/team/sevilla/h8oAv4Ts/",
        "logo": null
      },
      "country": {
        "id": 199,
        "name": "Scotland"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "nscfER6B",
        "name": "Valverde F.",
        "link": "https://www.flashscore.com/player/valverde-federico/nscfER6B/",
        "image": null
      },
      "team": {
        "id": "W8mj7MDD",
        "name": "Real Madrid",
        "short_name": "RMA",
        "link": "https://www.flashscore.com/team/real-madrid/W8mj7MDD/",
        "logo": null
      },
      "country": {
        "id": 201,
        "name": "Uruguay"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "r1cX4e0d",
        "name": "Veiga R.",
        "link": "https://www.flashscore.com/player/veiga-renato/r1cX4e0d/",
        "image": null
      },
      "team": {
        "id": "lUatW5jE",
        "name": "Villarreal",
        "short_name": "VIL",
        "link": "https://www.flashscore.com/team/villarreal/lUatW5jE/",
        "logo": null
      },
      "country": {
        "id": 155,
        "name": "Portugal"
      },
      "position": "Defender",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "C4Qtc3iO",
        "name": "Villalibre A.",
        "link": "https://www.flashscore.com/player/villalibre-asier/C4Qtc3iO/",
        "image": null
      },
      "team": {
        "id": "nVpEwOrl",
        "name": "Racing Santander",
        "short_name": "RAC",
        "link": "https://www.flashscore.com/team/racing-santander/nVpEwOrl/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "QZtXmJ94",
        "name": "Villar G.",
        "link": "https://www.flashscore.com/player/villar-gonzalo/QZtXmJ94/",
        "image": null
      },
      "team": {
        "id": "4jl02tPF",
        "name": "Elche",
        "short_name": "ELC",
        "link": "https://www.flashscore.com/team/elche/4jl02tPF/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Midfielder",
      "goals": 3,
      "assists": 1,
      "points": 0
    },
    {
      "rank": 115,
      "player": {
        "id": "UiH85aKC",
        "name": "de Frutos J.",
        "link": "https://www.flashscore.com/player/de-frutos-jorge/UiH85aKC/",
        "image": null
      },
      "team": {
        "id": "8bcjFy6O",
        "name": "Rayo Vallecano",
        "short_name": "RAY",
        "link": "https://www.flashscore.com/team/rayo-vallecano/8bcjFy6O/",
        "logo": null
      },
      "country": {
        "id": 176,
        "name": "Spain"
      },
      "position": "Forward",
      "goals": 3,
      "assists": 1,
      "points": 0
    }
  ]
}