Is it possible to scrape arcGIS dashboard data? For example. how would I scrape the number of cases for each country in Africa from the Africa CDC COVID-19 dashboard? I was at least able to find the JSON behind the map, but I'm not sure what to do next.
Thanks!
The Dashboard is using this feature layer DailyCOVIDDashboard_5July21_1
Its FeatureServer REST URL is https://services8.arcgis.com/vWozsma9VzGndzx7/arcgis/rest/services/DailyCOVIDDashboard_5July21_1/Fea...
You may add the REST URL to ArcGIS Pro. Then you could either convert its table to Excel sheet or to a new feature class.
Alternatively, you could query in the REST API https://services8.arcgis.com/vWozsma9VzGndzx7/ArcGIS/rest/services/DailyCOVIDDashboard_5July21_1/Fea...