Goodreads Scrapper using BeautifulSoup on Python
Background
Goodreads is the world’s largest site for readers and book recommendations. Their mission is to help people find and share books they love. Goodreads launched in January 2007.1
Goals
This project’s goals is to acquire data from Goodreads.com using BeautifulSoup on Python. The data acquired will be including but not limited to book details, user score, and book in the lists.
Link
Visit here to view the code.