public-salaries / public_salaries

Public sector employee salaries
16 stars 1 forks source link

Tennessee Public Employee Salaries #12

Closed soodoku closed 6 years ago

soodoku commented 6 years ago

URL = https://apps.tn.gov/salary/

When you click search, it gives a list of about 41k employees. pretty straightforward scraping job.

You can iterate deterministically via the URL: https://apps.tn.gov/salary-app/results?d-16544-p=2067 https://apps.tn.gov/salary-app/results?d-16544-p=2068

etc.

ChrisMuir commented 6 years ago

@soodoku The tn README contains two dead links, one to a py scraper file and one to a 7z data file. I assume those files got lost during the repo transition?

soodoku commented 6 years ago

Nope. This is just a placeholder readme. I find it useful to write a readme for myself first. I am in the process of writing the script and producing the data. Nearly done actually.

ChrisMuir commented 6 years ago

Ahh, gotcha that makes sense. Good to know, thanks!