A simple album scraper for allmusic.com, written in node.js.
Install dependencies
npm install
Start scraping
npm start
- Add all the Album IDs to the urllist.txt file.
- Start the scraping process.
- Once scraping is complete, you can find the results in the album-info.xlsx file.
Any error during scraping will be displayed in the console and the program will move to the next Album ID.