Currently, I am utilizing Kimono labs to generate an API for scraping data from the table on this specific website. However, the website only displays the initial 10 rows of the table by default, limiting my API output to just 10 rows. Is there a method to extract all the table rows?
-- Additionally, this pertains to one of the CSS selectors for the columns
div.dataTables_wrapper > table.display.dataTable > tbody > tr > td:nth-child(2).table_number