VinylFox / baltimorevacants

Web Site for Baltimore Vacant Housing Listings
http://www.baltimorevacants.org
12 stars 7 forks source link

Gather ownership information on properties #7

Open VinylFox opened 11 years ago

VinylFox commented 11 years ago

I would like to be able to display ownership information on each property, such as the name and address of the person who owned the property before the city took it. Preferably these owners could be linked together.

This data is currently available, but would need to be HTML scraped from the states web site.

http://sdatcert3.resiusa.org/rp_rewrite/

An example of searching for block 3554 and lot 023 would look like this:

http://sdatcert3.resiusa.org/rp_rewrite/details.aspx?County=03&SearchType=MAP&AccountNumber=13%2001%203554%20%20023

Scraping the data, we could get all owner information, along with sale prices, etc. and store this in our mysql database for easy access.