This document provides a summary of a mini project report on developing a web scraper in PHP. It introduces web scraping as a technique to extract unstructured data from websites and store it in a structured format. The project was developed by a team of 3 students and uses PHP, Apache, and MySQL. It works by downloading a website's HTML response and using regular expressions to extract specific tags and elements like titles, links, and metadata. The project aims to demonstrate how search engines index websites. It has potential uses for research, businesses, and marketing. While web scraping may violate some website terms of use, U.S. courts have ruled that duplicating factual information is allowable.