Skip to content

Hardikmirani/Web_Scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web_Scraper

It scrape data from magicbricks.com using BeautifulSoup and selenium WebDriver and store it in JSON format. Selenium web-driver package take the control of the browser and mimic the given actions to trigger desired events. BeautifulSoup is used to extract the particular element from the response.

Datapoints extracted

  • Name and ID
  • Description
  • URL
  • Price
  • Location Details ( City Name, Address, Latitude, Longitude)
  • Flat Details (Number of Rooms, Furnishing Status, Floor No.)
  • Agent Details(Agent Name, Masked Mobile Number)

About

Scrapper for magicbricks.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 59.9%
  • Python 40.1%