How does Querylist collect irregular table?

how does Querylist collect irregular table?

<script type="application/payload+json">...JSON...</script>

and how to collect this JSON data set?

Feb.26,2021

locate the table by td:eq (0) , and collect json.

$jsonStr = QueryList::get(url)->find('script')->html();
$json = json_decode($jsonStr,true);
Menu