Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Adding scraping module for Zillow Website #1066

Closed
3 tasks done
piyush-poddar opened this issue May 26, 2024 · 1 comment
Closed
3 tasks done

Feat: Adding scraping module for Zillow Website #1066

piyush-poddar opened this issue May 26, 2024 · 1 comment
Assignees
Labels
gssoc GSSoC 2024

Comments

@piyush-poddar
Copy link

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
@piyush-poddar piyush-poddar changed the title Feat: Adding scraping module for Zillow Feat: Adding scraping module for Zillow Website May 26, 2024
@nikhil25803
Copy link
Member

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 👨‍💻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC 2024
Projects
None yet
Development

No branches or pull requests

2 participants