Skip to content

Scrapes the Cook County assessor's office PIN page and dumps data in a more useful format.

Notifications You must be signed in to change notification settings

stevevance/cook_county_pin_scraper

 
 

Repository files navigation

cook_county_pin_scraper

Scrapes the Cook County assessor's office PIN page and dumps data in a more useful format.

Setup and Running

# 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:stevevance/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

About

Scrapes the Cook County assessor's office PIN page and dumps data in a more useful format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%