Skip to main content

Real estate scraping library

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

homeharvest-0.1.3.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

homeharvest-0.1.3-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page