Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arv-anshul/housing-scrape

Scrape housing.com using API made with FastAPI.
https://github.com/arv-anshul/housing-scrape

curler fastapi housing python3 real-estate web-scrapping

Last synced: 26 days ago
JSON representation

Scrape housing.com using API made with FastAPI.

Awesome Lists containing this project

README

        

# Scrape Housing.com


apis screenshot

This is a API by which you can scrape data from [housing.com](https://www.housing.com) by specifying the name of the city.

## Usage

1. Install [`rye`](https://rye-up.com) and run:

```bash
rye sync
```

2. Run the FastAPI instance using `rye`:

```bash
rye run app
```