in reply to Re^2: Scrap shadow DOM website with Perl
in thread Scrap shadow DOM website with Perl

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.

  • Comment on Re^3: Scrap shadow DOM website with Perl

Replies are listed 'Best First'.
Re^4: Scrap shadow DOM website with Perl
by vpperl (Novice) on Jan 20, 2021 at 14:22 UTC
    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?
        Thanks, will take a look!