Skip to content

Python Real-World Application: Scraping real estate property data using BeautifulSoup and Requests libraries

License

Notifications You must be signed in to change notification settings

jiveshs98/Python-Scraping-Real-Estate-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Scraping-Real-Estate-Data

Python Real-World Application: Scraping real estate property data from the Internet using BeautifulSoup and Requests libraries.

I have used the Century21 website for web scraping. Century21 is a real-estate property website that displays the information related to different properties. I have used a cached version of the website because its design has changed while writing the code. Also, I have extracted the data of all the properties in Rock Springs, Wyoming only. Other properties can also be extracted by tinkering with the url.

Snapshot of the Website

website



The output is stored in Output.csv file after running the code. The output should look something like this.

Snapshot of Output

output

About

Python Real-World Application: Scraping real estate property data using BeautifulSoup and Requests libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published