Skip to content

Instantly share code, notes, and snippets.

@zyocum
zyocum / scrape_assist2sell.py
Last active February 10, 2018 16:58 — forked from theriley106/housingScrape.py
Scraping Valid Addresses from all US ZipCodes
#!/usr/bin/env python3
"""Scrape first 10 address results for each U.S. Zip Code from assist2sell.com"""
import json
import sys
from itertools import chain
import zipcode as zc