The Music Catalog Extractor is a Python-based ETL (Extract, Transform, Load) pipeline designed to transform complex, open music metadata from the MusicBrainz API into structured, queryable formats. It extracts detailed information on artists, recordings, releases, and contributors, then cleans and organizes the data into a normalized relational schema using SQLite and a graph-based model in Neo4j. This project applies core data engineering principles to turn semi-structured metadata into insight-ready datasets suitable for analysis, visualization, and integration into downstream applications.