Skip to content

Extract properties information on Viva Real website - Education purpose only

License

Notifications You must be signed in to change notification settings

luiseduardobr1/VivaRealWebScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Viva Real - Web-Scraping

Extract properties information on Viva Real - Education Purpose Only

Requirements

Information Extracted

Property: Address, Neighborhood, Area, Rooms, Bathrooms, Parking spaces and Price.

The data is extracted and saved in a CSV file, and all the pages are downloaded and saved in SavedPages folder.

How to use

  1. Install all necessary libraries in Requirements.

  2. Download the compatible Chromedriver version to your system.

  3. Get the link of the first page result (from Viva Real) to sweep through the selected pages and then change the line code maintaining the same pattern:

...
# Get Link and Change page number - Edit if necessary !
    link = 'https://www.vivareal.com.br/venda/ceara/fortaleza/?pagina='+str(page)+'#onde=BR-Ceara-NULL-Fortaleza&tipos=apartamento_residencial'
...
  1. CSV File: VivaRealData.csv

  2. Pages Downloaded: SavedPages folder

Screenshot

vivaReal-web

About

Extract properties information on Viva Real website - Education purpose only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages