Web-Scrapper--Real-Estate-Data

This project scrapes data from real estate websites, loads it into a database, and enables this data to be retrieve through a REST API.

MIT License

Stars
0

Web-Scrapper---Real-Estate-Data

  • This project scrapes data from real estate websites.
  • Store results as a .csv and load it into an S3 Bucket.
  • From the S3 Bucket, it goes into Amazon Redshift for data warehousing.
  • And finally, enables this data to be retrieved through a REST API.

Scraped Sites

  • Encuentra24
  • Mitula

Getting Started

Docker

  • Build container with:

    docker build . -t web-scrapper-real-estate
    
  • Run the containerized application with:

    docker run web-scrapper-real-estate
    

You should start seeing the following output from the processing script.

Related Projects