/allmusic-scraper

A simple album scraper for allmusic.com, written in node.js.

Primary LanguageJavaScriptThe UnlicenseUnlicense

Allmusic-Scraper

A simple album scraper for allmusic.com, written in node.js.

Useful commands

Install dependencies

npm install

Start scraping

npm start

How to use

  1. Add all the Album IDs to the urllist.txt file.
  2. Start the scraping process.
  3. 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.