Skip to content

Proof-of-concept that gathers data from Apartments.com to aid in apartment hunting.

Notifications You must be signed in to change notification settings

laurlai/apartments-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Web Scraping Proof-of-Concept for Apartments.com

Apartment hunting is tough, especially when you live in a city where there are so many to choose from. I wanted to figure out a way to make this burdensome task a bit easier. 🏡 😊

Methodology

Because Apartments.com is consistently structured across all apartment buildings, I thought it would be a good site to start experimenting with collecting data.

Skills and Libraries:

  • HTML requests to grab data
  • BeautifulSoup for parsing text
  • RegEx for pattern recognition
  • pandas for organizing, processing, and storing the data in an analysis-friendly way

Future State

  • Rather than selecting URLs manually, I need to figure out a way to automatically grab buildings of interest
  • Incorporate the Zillow API so the data includes for rent by owner and relevant neighborhood metadata
    • If this works, I can start doing some cool data analysis!
  • Create a "true cost of moving" calculator that adds fees to first month's rent

About

Proof-of-concept that gathers data from Apartments.com to aid in apartment hunting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages