Skip to content

Modular scraper for French real estate listings from major platforms like Le Figaro, SeLoger, LogicImmo, BienIci, IAD, Notaires, Vinci, and Immobilier France. 🏑

Notifications You must be signed in to change notification settings

Web3-Serializer/French-eState-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🏑 French-eState-Scrapper

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.

❓ About

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.

βœ… Supported Platforms

  • LeFigaro
  • SeLoger
  • LogicImmo
  • BienIci
  • IADFrance
  • NotairesFrance
  • VinciImmobilier
  • ImmobilierFrance

πŸ’« Features

  • 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.

πŸ›  Installation

git clone https://github.com/Web3-Serializer/French-eState-Scrapper.git
cd French-eState-Scrapper

Make sure MongoDB is running locally or provide a connection URI in the configuration.

πŸ“œ Usage

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.

About

Modular scraper for French real estate listings from major platforms like Le Figaro, SeLoger, LogicImmo, BienIci, IAD, Notaires, Vinci, and Immobilier France. 🏑

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages