Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocesar/apify-covid19-brazil
Get Coronavirus epidemilogy data for Brazil in CSV
https://github.com/pocesar/apify-covid19-brazil
apify apify-sdk brazil coronavirus covid-19 covid19 scraper
Last synced: 3 months ago
JSON representation
Get Coronavirus epidemilogy data for Brazil in CSV
- Host: GitHub
- URL: https://github.com/pocesar/apify-covid19-brazil
- Owner: pocesar
- Created: 2020-03-14T19:43:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:22:05.000Z (about 2 years ago)
- Last Synced: 2024-10-18T06:28:30.754Z (3 months ago)
- Topics: apify, apify-sdk, brazil, coronavirus, covid-19, covid19, scraper
- Language: JavaScript
- Homepage: https://apify.com/pocesar/covid-brazil
- Size: 278 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coronavirus (COVID-19) Brazil Data
Grabs information from https://covid.saude.gov.br/ and exports as JSON data
The latest information can be found in https://api.apify.com/v2/key-value-stores/TyToNta7jGKkpszMZ/records/LATEST?disableRedirect=true and historical information on https://api.apify.com/v2/datasets/3S2T1ZBxB9zhRJTBB/items?format=json&clean=1
Actor ready-to-use on the Apify platform is available in https://apify.com/pocesar/covid-brazil
URL is being actualized every 30 minutes (not 5 minutes like other COVID actors).
## BREAKING CHANGE 2.0:
The government took the page with official statistics down, on http://plataforma.saude.gov.br/novocoronavirus/. The old data had suspicious cases and not infected data. The new version of the data have only infected and deaths. The following fields are gone: `suspiciousCases`, `testedNotInfected`, `suspiciousCasesByRegion`, `testedNotInfectedByRegion`. There's a new field called `version` that is effectively a tag for the version of the data. If it changes, the version will change.