Skip to content

Scrape for condo with specific filter using Truila website

Notifications You must be signed in to change notification settings

gitexel/trulia_scraper-

Repository files navigation

Trulia_scraper

Scrape Truila for homes(House, Condo, Townhome, Multi-Family, Land, Mobile/Manufactured) and will give you a csv file sorted by date.

Usage

usage: trulia [-h] [-s STATE] [-c CITY] [-b] [-min MIN] [-max MAX] [-o OUT]

optional arguments:
  -h, --help            show this help message and exit
  -s STATE, --state STATE
                        state name. e.g. NY
  -c CITY, --city CITY  city or borough name. e.g. Manhattan
  -b, --beds            beds number, to increase -bbbb = 4 beds
  -min MIN              minimum price 100
  -max MAX              max price 100000
  -o OUT, --out OUT     file name

Install requirements and Run

pip install -r requirements.txt

python main.py -s NY -c Manhattan -bbb -min 15000 -max 1900000

imgae

Authors

About

Scrape for condo with specific filter using Truila website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages