Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arv-anshul/housing-scrape
- Owner: arv-anshul
- Created: 2024-01-18T13:07:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T16:12:23.000Z (7 months ago)
- Last Synced: 2024-06-26T19:51:35.994Z (7 months ago)
- Topics: curler, fastapi, housing, python3, real-estate, web-scrapping
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrape Housing.com
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
```