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

Hi, I mean the football players on the right hand side in the "football field".
  • Comment on Re^2: Scrap shadow DOM website with Perl

Replies are listed 'Best First'.
Re^3: Scrap shadow DOM website with Perl
by marto (Cardinal) on Jan 20, 2021 at 14:01 UTC

    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?