in reply to Re: Script to scrap data
in thread Script to scrap data

Hi again! Thank you for your answers, following them I looked at the DevTools and I think I am close of my goal.

More precisely, what I need are the code lines to perform the ajax request on <c>admin-ajax.php?action=get_wdtable&table_id=414

, including the payload data (the bunch of code starting with "draw..." that contents all the values that I have used as input in the table).

I need to insert this request in my Perl script so I have the JSON response in any human-readable format that I can store in txt, csv or whatever.

Many thanks in advance!