Data Scraping of Dynamic Table

Can you help me what is the best way of scraping dynamic live data table and filter the values?

What I have done is while loop that always true and inside of the loop is the Data Scraping. However, I noticed that im getting duplicates and also the link was not capture when data scraping.

Here is the site link roobet(.)com you can see below the live data.

I want to achieve is to get the new entry data that show in the dynamic table, filter and save to csv.

Thank you.