The objective of the project is to extract the rental properties data of a particular location.
Apartment hunting is tough, especially when you live in a city where there are a lot to options from where we want to figure out a way to make this burdensome task a bit easier.
We have chosen https://www.apartments.com as it is one the leading online apartment website, offering renters access to information on more than 1,000,000 available units for rent.
- Python3.0 or above
- Beautifulsoup
- Juypter Lab
- Pandas
- Regular Expresssion (RegEx) Library
- property name
- property street
- property city
- property state
- property zipcode
- Studio
- 1 Bedroom
- 2 Bedrooms
- 3 Bedrooms
- Latitude
- Longitude
- URL
- property name - string
- property street - string
- property city - string
- property state - string
- property zipcode - integer
- Studio - string
- 1 Bedroom - string
- 2 Bedrooms - string
- 3 Bedrooms - string
- Latitude - float
- Longitude - float
- URL - string
In the generated CSV, we have each property details and also provided URL as well. This URL can be used to check the property details in website.