AI-powered agent that monitors Polish real estate developers' websites for price transparency compliance with 2025 regulations.
# Automated PL Real Estate Developer Website Checker  ## Project Context and Purpose Starting September 11, 2025, following new regulations effective from July 2025, real estate developers in Poland will be legally required to publicly display apartment prices on their websites. This project serves as an automated tool to monitor developers' compliance with these transparency requirements. ### Core Functionality The script automatically: - Visits developer websites - Analyzes content for specific apartment prices - Distinguishes between actual prices and general price ranges - Logs results with timestamps - Generates clear responses: "Available apartment prices" or "No available apartment prices" ### Technology Stack The project leverages: - LLM (Large Language Model) for intelligent content analysis - Browser-Use for browser automation - Python for process orchestration --- # Technical Setup Guide This guide will help you set up the project using the `browser-use` package for web automation with Google's Gemini model. ## Prerequisites - Python 3.11 or higher - A Google API key for Gemini model access ## Step-by-Step Setup Guide ### 1. Create and Activate Virtual Environment ```bash # Create a new virtual environment python -m venv venv # Activate the virtual environment # On Windows: venv\Scripts\activate # On macOS/Linux: source venv/bin/activate ``` ### 2. Install Required Packages ```bash # Install browser-use and other required packages pip install browser-use google-generativeai python-dotenv # Install Playwright package pip install playwright # Install Playwright browsers (IMPORTANT: use this exact command) python -m playwright install chromium --with-deps ``` ⚠️ Common Mistake: Don't use `playwright install` directly - it won't work. Always use `python -m playwright install`. ### 3. Set Up Environment Variables
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.