Modular scraper for French real estate listings from major platforms like Le Figaro, SeLoger, LogicImmo, BienIci, IAD, Notaires, Vinci, and Immobilier France. Designed for data analysis.
Note: This was built in 1 day and the code quality is poor.
This scraper is designed for educational purposes only. It collects real estate listings from multiple French property platforms without overloading their servers. Do not abuse the APIs.
LeFigaroSeLogerLogicImmoBienIciIADFranceNotairesFranceVinciImmobilierImmobilierFrance
- Collects property data: type, location, price, surface, number of rooms, and seller info.
- Modular architecture for easy extension to new platforms.
- Stores listings in MongoDB for easy querying and analysis.
git clone https://github.com/Web3-Serializer/French-eState-Scrapper.git
cd French-eState-ScrapperMake sure MongoDB is running locally or provide a connection URI in the configuration.
from scrapers import LeFigaro, SeLoger, LogicImmo
# Example: scrape listings from Le Figaro
scraper = LeFigaro.LeFigaroModule()
scraper.start() # start and stores results in MongoDB
β οΈ Warning: This project is for educational purposes only. Respect the websites' terms of service.