A simple web scraping tool for collecting song metadata and lyrics from AZLyrics, using BeautifulSoup.
This project allows users to extract detailed discography information of any artist available on AZLyrics, including:
-
Release type: Album, EP, or Single
-
Album name
-
Song titles
-
Lyrics
-
Source URL
Built with BeautifulSoup, this scraper is useful for building custom music datasets, performing text analysis on lyrics, or just organizing an artist's full catalog.
-
π΅ Scrapes all songs under an artist on AZLyrics
-
π Detects release type (Album, EP, Single)
-
π Extracts lyrics for each song
-
π Provides the URL for reference or inspection
-
BeautifulSoup for HTML parsing
-
Requests for HTTP requests