Help with a script to scrape html table to csv

Thanks so far.
I was fiddling with libreoffice calc and I can download the table:
Go to the Sheet tab in the menu,
click “Link to external data”
type in the URL of the webpage containing the table
at importoptions, just hit enter
Next window is select available Tables/ranges
select the first table: HTML_1 and hit enter
The table is downloaded and imported in Libreoffice Calc.

BUT, this is not going to be very useful when I need this to be done on a daily basis on a set time…

@m.traeumner where is the output of the curl command going? Should I just add a -o {timestamp}.csv or something like that?