Clueless-Community / scrape-up

A web-scraping-based python package that enables you to scrape data from various platforms like GitHub, Twitter, Instagram, or any useful website.

Home Page:https://pypi.org/project/scrape-up/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feat: Adding scraping module for Zillow Website

piyush-poddar opened this issue · comments

Describe the feature

As a part of GSSOC'24, I would like to add a module for zillow.com which would serve the following functionalities:

  • Fetch details of Homes For Sale based on search location:
    • Price
    • Area
    • Numbers of rooms, beds, etc.
    • Location
    • Listed by
  • Fetch details of Rental Listings based on search location:
    • Price
    • Name
    • Location

Expected Level: Level 2

@nikhil25803 Please assign me this issue and add gssoc and level2 labels. Thanks!!

Add ScreenShots

image

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSoC'24 contributor
  • I want to work on this issue

Go ahead @piyush-poddar

Note

  • Please create a separate module for this, as in the folder and project structure (if it is already created, just add your features as functions in the same module).
  • Do not use the `selenium web driver as it is incompatible with all devices and cloud platforms.
  • Before making any changes, please check whether the module you want to add exists. If yes, then you can add your functionality as a method only make a separate module and class for it.

All the best 👨‍💻