Scrapes the Cook County assessor's office PIN page and dumps data in a more useful format.
# Install scrapy (preferably in a virtual environment)
mkvirtualenv --no-site-packages cook_county_pin_scraper
pip install scrapy
# Clone the git repo
git clone git@github.com:iandees/cook_county_pin_scraper.git
# Update the list of PINs you want to scrape by changing the file on line 12 in cook_county_pin_scraper/spiders/propertyinfo.py
# Run the scraper
cd cook_county_pin_scraper
scrapy crawl propertyinfo -o properties.json -t jsonlines -L INFO
# The output will be in properties.json