Skip to content

Scrape housing.com using API made with FastAPI.

Notifications You must be signed in to change notification settings

arv-anshul/housing-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape Housing.com

apis screenshot

This is a API by which you can scrape data from housing.com by specifying the name of the city.

Usage

  1. Install rye and run:

    rye sync
  2. Run the FastAPI instance using rye:

    rye run app