See https://dev.socrata.com/foundry/data.cityofnewyork.us/4qxi-jgbe and https://data.cityofnewyork.us/City-Government/Citywide-Payroll-Data-Fiscal-Year-/k397-673e
This payroll data is updated in one place so if you write applications that use the data you will see that your application will always have the latest data.
This avoids the need to constantly download data or even worse extract data from PDF files, etc.
For example see: https://docs.google.com/spreadsheets/d/17eGj0ag7UtXRM8GAcmZbKiSi5RdUepSmEBvDhCbw-v8/edit?usp=sharing
This is a sample of the New York City Superintendents salaries.
Notice that there is a misspelling: "SUPERINTENDENT" is sometimes spelled "SUPERTINDENT"
curl 'https://data.cityofnewyork.us/resource/4qxi-jgbe.csv?$where=title_description%20like%20%27%25COMMUNITY%20SUPER%25%27' >nyc_superintendent_salaries.csv
using a link:

