Zachary Hampton 29897b8fbe Update README.md
2023-09-18 08:38:56 -07:00
2023-09-15 13:06:14 -07:00
2023-09-18 08:37:07 -07:00
2023-09-18 08:16:59 -07:00
2023-09-17 18:30:37 -05:00
2023-09-17 18:30:37 -05:00
2023-09-16 10:39:36 -07:00
2023-09-17 18:30:37 -05:00
2023-09-17 18:30:37 -05:00
2023-09-18 08:38:56 -07:00

HomeHarvest

HomeHarvest aims to be the top Python real estate scraping library.

Under Consideration: We're looking into the possibility of an Excel plugin to cater to a broader audience.

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)

Site Name Options

  • zillow
  • redfin
  • realtor.com

Listing Types

  • for_rent
  • for_sale
  • sold
Languages
Python 100%