The Sreality Scraper is designed to extract comprehensive real estate data from the Sreality.cz website. It provides structured information for property listings, making it valuable for market research, real estate analysis, and business applications. The dataset contains diverse fields capturing property details, location, agent information, and more.
- 📊 Sample Data
- 🔎 Field Details
- 📌 Setup
- 🔄 Updates
- 🛠 Issues & Contributions
- 📜 License
- 💬 Inquiries and Support
- ⭐ Show Your Support!
- 🚀 License and Disclaimer
A sample dataset containing 20 rows is provided in this repository for demonstration purposes. It showcases the structure and quality of the extracted data.
The detailed descriptions of all dataset fields are provided in the file field_description.csv. This document includes explanations of fixed values, derived fields, and scraped data fields.
Follow these steps to set up and run the bot.
1️⃣ Clone the Repository
git clone https://github.com/Anzywiz/sreality-scraper.git
cd sreality-scraper2️⃣ Create and Activate a Virtual Environment
Windows:
python -m venv venv
venv\Scripts\activateLinux/Mac:
python3 -m venv venv
source venv/bin/activate3️⃣ Install Dependencies
pip install -r requirements.txt4️⃣ Run the Bot
python main.pyWhen prompted, enter the number corresponding to the property type you want to scrape. The scraped data would be in the data directory
(Refer to the image below for guidance on selecting property types.)
Stay tuned for updates and improvements!
If you encounter any issues, please report them in the Issues section of the repository.
💡 Want to improve the bot? Fork the repository, make your changes, and submit a pull request (PR)! Contributions are always welcome.
This project is licensed under the MIT License.
For inquiries or support, feel free to reach out:
- Telegram Group: Join the chat
- Email: ifeanyi.webapp@gmail.com
If you find this project useful, please star the repository! Your support helps keep the project growing. 😊
This scraper is for educational and research purposes only. Ensure compliance with the Sreality.cz Terms of Service when using this scraper. Data usage is subject to licensing terms.
Thank you for exploring the Sreality Scraper!

