How to tell if a site is arcgis or opendata
The arcgis scraper should work for most websites that run on arcgis.
- Open any website that uses arcgis
- Note: not all arcgis sites say arcgis in the URL
 
 - Click on the search bar and then click "Data"

 - Click on any of the results, then click on "I want to use this" in the bottom left corner once the map shows up

 - Click on "View Data Source," then click on the "View" button next to GeoJSON

 - At the top, click Home and copy the URL
 - Download arcgis-scraper.py from releases and run it

 - Input the city name and the URL when asked
- Input the city name as city_st (e.g. las_vegas_nv)
 
 
The opendata scraper should work for most websites that use the Open Data Network (typically the URL would start with data e.g. data.oaklandca.gov)
- Download opendata-scraper.py from releases

 - Copy the URL excluding https:// and any slashes (i.e. only copy data.example.com, not https://data.example.com/pages)
 - Run the program and input the city name and URL when asked
- Input the city name as city_st (e.g. las_vegas_nv)
 
 
Click on the search field. If the word "Data" appears underneath, then the site likely uses arcgis.
This site uses arcgis because the word "Data" appears.