I wrote up a script to take all of the voters from the MI voter rolls that are aged 95 or older (so it's just an estimate of who is fairly likely deceased), and then dumped them into a csv/google sheet.
The sheet is 2,481 entries with the first name, last name, birth year, zip code, and some other fields. The only thing I think it would lack for calling the MI ballot check is the birth month, but maybe you can save yourself some trouble by only calling their site with what you see in my CSV which has registered voters? (that way you are not making a call for every single deceased person, whether they are registered to vote or not). So basically just only call from your screen scraped entries what is also found in the voter rolls from my csv. Might save some time.
Ok. The way you worded your original comment I thought you found another source where we could scrape voter registration data. I haven't been able to find a good source for Wisconsin voter roll data yet. Wisconsin is even closer than Michigan.
I wrote up a script to take all of the voters from the MI voter rolls that are aged 95 or older (so it's just an estimate of who is fairly likely deceased), and then dumped them into a csv/google sheet.
I'm not sure if there's any overlap, or if you or anybody else can use it, but I'll paste the link here in case others could use the data: https://docs.google.com/spreadsheets/d/1qWoOOr6QT1sJ5sJpjxQswqA2slocDbt3MfMsVZqAeQo/edit?usp=sharing
The sheet is 2,481 entries with the first name, last name, birth year, zip code, and some other fields. The only thing I think it would lack for calling the MI ballot check is the birth month, but maybe you can save yourself some trouble by only calling their site with what you see in my CSV which has registered voters? (that way you are not making a call for every single deceased person, whether they are registered to vote or not). So basically just only call from your screen scraped entries what is also found in the voter rolls from my csv. Might save some time.
Where are you getting the voter rolls from? I found 2364 registered voters over 110 years old in Michigan, here's a CSV - https://gofile.io/d/KnNTij
I'm getting my registration data from here - https://michiganvoters.info/ http://69.64.83.144/~mi/download/20201012/
I am going off of the file in your second link I believe, labeled "Entire State October..> 2020-10-23 22:35 560M"
I cannot see any file for download on your CSV link. But it seems we may be working off the same data based on your source link.
Ok. The way you worded your original comment I thought you found another source where we could scrape voter registration data. I haven't been able to find a good source for Wisconsin voter roll data yet. Wisconsin is even closer than Michigan.
Wisconsin does sell its voter registration data for a whopping $12,500... https://elections.wi.gov/clerks/svrs/voter-data perhaps someone bought it and made it public?