This project focuses on developing a web application that allows users to query and locate clinics based on service type or postal code. It utilizes various technologies including HTML, Python, petl, parser, and bottle. The data is integrated from four different sources: clinics.csv, an XML file containing location details, services.csv containing clinical service details, and a CSV file linking clinics to services. Python scripts are used for data cleaning and merging, creating a unified CSV file with attributes like service ID, service name, email, clinic ID, clinic name, suburb, and latitude/longitude. The project also demonstrates a RESTful web service that accepts clinic queries and provides relevant services, along with a mashup demo using HTML and CSS, incorporating error handling. The final output is a clinic locator system displayed using Google Maps.