Many of our users are doing a lot of weekly and daily updates on some publicly available contents, a good example here would be the 7 days COVID cases that is retrievable here at: https://covid.cdc.gov/covid-data-tracker/#cases_casesper100klast7days.
My question is really an intuitive one: instead of having human interference and manually clicking that 'download' button each time to get the latest case numbers as a .csv file, is there a way to download the file using some kind of SAS procedure?
While my SAS and HTML knowledge is limited, I have tried a few things such as PROC HTTP, but the webpage seems to be using some level of javascript and therefore the static methods which I researched turned out to be not as useful as they should be otherwise.
From my own experience I've utilized web scrapping tools available with python or r to handle an interactive webpage like this, but now SAS is the only tool I am having access to, which ultimately brought me to here to seek some advices on this technical miscellany. Many thanks to anyone who could leave their thoughts!