mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 19:44:29 -08:00
54af03c86a62ebfee9581daaf6f46e23e249eaa8
HomeHarvest
HomeHarvest aims to be the top Python real estate scraping library.
RoadMap
- Supported Sites: Currently, we support scraping from sites such as
ZillowandRedFin. - Output: Provides the option to return the scraped data as a Pandas dataframe.
- Under Consideration: We're looking into the possibility of an Excel plugin to cater to a broader audience.
Site Name Options
zillowredfinrealtor.com
Listing Types
for_rentfor_salesold
Installation
pip install --upgrade homeharvest
Example Usage
from homeharvest import scrape_property
properties = scrape_property(
location="85281", site_name="zillow", listing_type="for_rent"
)
print(properties)
Description
[MIRROR] Python package for scraping real estate property data
datafinancemlspropertiesproptechreal-estaterealtorredfinredfin-scraperscraperscrapingwebscrapingzillowzillow-scraper
Readme
MIT
971 KiB
Languages
Python
100%