Real Estate Price Visualizer
Melk Map is an open-source web application that crawls apartment listings from Divar.ir and visualizes real estate prices across cities in Iran. Whether you're searching in Tehran, Mashhad, Isfahan, or smaller towns, Melk Map provides a clear, data-driven view of the housing market.
- 🗺️ Interactive map visualization of property prices
- 🏠 Real-time data crawling from Divar.ir
- 🔍 Advanced filtering options (city, size, etc.)
- 📊 Price heat map with color-coded legends
- 💻 Modern, responsive UI
- React
- TypeScript
- Vite
- TailwindCSS
- DaisyUI
- Node.js (v20 or higher)
- npm
- Clone the repository:
git clone https://github.com/nainemom/melkmap.git
cd melkmap
- Install dependencies:
npm i
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:5173
- Select your desired area using the map
- Adjust property size range and other filters as needed (optional)
- Click the Crawl button to start crawling real estate data
- View the results on the interactive map with color-coded price indicators
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b my-feature-name
) - Commit your changes (
git commit -m 'xyz'
) - Push to the branch (
git push origin my-feature-name
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.