From ad13b55ea6ee9937148fe506410927f7b154db02 Mon Sep 17 00:00:00 2001 From: Zachary Hampton Date: Thu, 30 Nov 2023 11:48:48 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 8078e97..096643b 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,10 @@ **HomeHarvest** is a simple, yet comprehensive, real estate scraping library that extracts and formats data in the style of MLS listings. -[![Try with Replit](https://replit.com/badge?caption=Try%20with%20Replit)](https://replit.com/@ZacharyHampton/HomeHarvestDemo) - **Not technical?** Try out the web scraping tool on our site at [tryhomeharvest.com](https://tryhomeharvest.com). *Looking to build a data-focused software product?* **[Book a call](https://bunsly.com)** *to work with us.* -Check out another project we wrote: ***[JobSpy](https://github.com/Bunsly/JobSpy)** – a Python package for job scraping* - ## HomeHarvest Features - **Source**: Fetches properties directly from **Realtor.com**. @@ -193,7 +189,7 @@ The following exceptions may be raised when using HomeHarvest: **A:** This indicates that you have been blocked by Realtor.com for sending too many requests. We recommend: - Waiting a few seconds between requests. -- Trying a VPN or useing a proxy as a parameter to scrape_property() to change your IP address. +- Trying a VPN or using a proxy as a parameter to scrape_property() to change your IP address. ---