A python script that automates the process of collecting hotel listings from Booking.com based on user-specified search criteria. It uses Playwright to navigate the site, extract relevant hotel details (such as name, price, taxes, total cost, and reviews), and saves the results in an Excel file. Users can specify city, country, check-in and check
out dates, number of guests, and output file location. The scraper ensures that all available listings are loaded and processed efficiently.