I am a current University of Arizona student and I am doing an academic project where I am trying to predict NYTimes Best seller list based on goodreads ratings.
I can get average ratings using an API, however my aim is to get individual rating and the date associated with it. I need top 1000 ratings(maximum limit) with dates for each book.
I can get average ratings using an API, however my aim is to get individual rating and the date associated with it. I need top 1000 ratings(maximum limit) with dates for each book.
Is it something which is possible and how?