https://github.com/gabrielmazzotta/web-scrapping-real-state
Web scrapping repo for Real State business, including Cloudflare handling.
https://github.com/gabrielmazzotta/web-scrapping-real-state
cloudflare cloudscraper crawling-python real-state scrapy scrapy-playwright web-scraping
Last synced: 4 months ago
JSON representation
Web scrapping repo for Real State business, including Cloudflare handling.
- Host: GitHub
- URL: https://github.com/gabrielmazzotta/web-scrapping-real-state
- Owner: GabrielMazzotta
- Created: 2024-11-05T16:31:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T16:54:49.000Z (7 months ago)
- Last Synced: 2025-02-26T07:16:28.606Z (4 months ago)
- Topics: cloudflare, cloudscraper, crawling-python, real-state, scrapy, scrapy-playwright, web-scraping
- Language: Jupyter Notebook
- Homepage: https://www.zonaprop.com.ar/casas-ph-terrenos-venta-capital-federal-mas-400-m2-menos-300000-dolar.html
- Size: 832 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Scraping for Real State Business
This repository performs web scraping on real state investment opportunities from the renowned property site ZonaProp, including CloudFlare detection handling.
### Website
https://www.zonaprop.com.ar/casas-ph-terrenos-venta-capital-federal-mas-400-m2-menos-300000-dolar.html
The following filters have been applied as an example, which can be easily modified:
- City: Capital Federal
- Price: Up to 300,000
- Property type: House, Land, Horizontal Property
- Total square meters: from 400
The extracted data is saved in a .JSON file and then processed for the final version in Excel format.
### Performance
452 sites were scraped in 283 seconds.
### Execution
To run the spider, execute in the console:
*scrapy crawl zonaprop -O zonaprop_data_total.json*