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/FeatureServer/0
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/FeatureServer/0/query
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.