Skip to content

Instantly share code, notes, and snippets.

@mcadhoc
mcadhoc / zillow.py
Last active May 27, 2020 19:21 — forked from scrapehero/zillow.py
Python 3 script to find real estate listings of properties up for sale on zillow.com
from lxml import html
import requests
import unicodecsv as csv
import argparse
import json
from urllib.request import Request, urlopen
def clean(text):
if text: