Skip to content

Scrapy + BeatifulSoup project to collect properties sales value.

Notifications You must be signed in to change notification settings

JuniorGunner/properties_scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏡 Scrapy + BeautifulSoup Real Estate Scraper

This project is a robust web scraper designed to collect and store property sales values and other pertinent details about properties.

🕸️ Data is scraped from Casamineira, a leading real estate website.

Developed with Python 3.x, this project makes use of powerful libraries and tools, including:

  • Scrapy 🕷️
  • BeautifulSoup 🍲

🛠️ Getting Started

These instructions will get you a copy of the project up and running on your local machine.

🔧 Prerequisites

Ensure you have Python 3.x installed on your system. You can download it here.

💻 Installation and Setup

  1. Create a Virtual Environment

    Start by creating a new virtual environment to isolate the dependencies for this project.

     $ python -m venv env
     $ source env/bin/activate
    
  2. Install dependencies:

     $ pip install -r requirements.txt
    
  3. 🚀 Running the Scraper:

     $ scrapy crawl myspider
    

This will initiate the scraper, and data will begin being collected from Casamineira!

Happy data hunting! 📊

License

MIT

About

Scrapy + BeatifulSoup project to collect properties sales value.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages