-1

i trying to get data from this URL ( https://covid.saude.gov.br/ ).

I looking for the data series, not the data in table and charts.

This website have a button for download .csv, this .csv was enought for me, but i dont know how get it automatically in my javascript code.

Thank you

  • Please read the tags you are using. [tag:api] says you shouldn't use it, and [tag:web-scraping] says that it is something used when an API is not available! – Quentin Apr 19 '20 at 15:46

1 Answers1

0
<script type="text/javascript">
        $(document).ready(function () {
            var button = document.getElementById("<%= abc.ClientID %>");
            button.click();
        });
    </script>
Athish Murugan
  • 331
  • 1
  • 7