goodreads_book_dataset icon indicating copy to clipboard operation
goodreads_book_dataset copied to clipboard

scrape data from www.goodreads.com and store dataset in JSON file

GoodReads

Goodreads is a social cataloging website that allows individuals to search freely its database of books, annotations, and reviews. Users can sign up and register books to generate library catalogs and reading lists. They can also create their own groups of book suggestions, surveys, polls, blogs, and discussions .

Goodreads book dataset

We decided to start collecting book information from Goodreads API to analyze the data of the world's books. Approximately 10,000,000 books are available on the site's archives, and this project is collecting them. for requesting on the API , we used Goodreads python library , The project data is updated every two days .

Instalation recommended

pip install requests 
pip install goodreads

Data Collectors