in reply to Scrap shadow DOM website with Perl

Do you mean player names as in the people playing the sport or those listed as playing the Fantasy game listed in the 'Names' column on the bottom left hand side?

Replies are listed 'Best First'.
Re^2: Scrap shadow DOM website with Perl
by vpperl (Novice) on Jan 20, 2021 at 13:49 UTC
    Hi, I mean the football players on the right hand side in the "football field".

      Using your browsers developer tools, refresh the page and do a search for one of the player surnames, it reveals how their API calls work and how the data is returned.

        OK, this is something also new for me, but lets say I find the API. In this case which modules allows me to remotely invoke this API from my script?