This project is an individual coursework developed in October 2025.
The project aims to retrieve structured, machine-readable data from a real-world website by programmatically scraping online content. Using a designated webpage from crypto.com, the task involves parsing HTML content, locating target information, and transforming raw web data into a clean and analyzable dataset. The project demonstrates practical skills in automated data acquisition, data cleaning, and structured data output.
- Scraping dynamic web content from a specified URL
- Extracting structured information from HTML elements
- Handling missing or irregular data during extraction
- Outputting clean, machine-readable datasets
- Programming Language: Python
- Libraries: Requests, BeautifulSoup, Pandas