Goodreads Developers discussion

33 views
questions > Only getting few reviews not all the reviews.

Comments Showing 1-8 of 8 (8 new)    post a comment »
dateUp arrow    newest »

message 1: by Harshil (new)

Harshil | 4 comments i want to get all review of a book.
When i write "http://www.goodreads.com/review/show...." ........ and changing the page values still getting the same xml file each time. am i doing something wrong?


message 2: by Michael (new)

Michael Economy (michaeleconomy) thats getting review with id 0143417231

the page parameter in this context refers to the comments.


i think the api endpoint you want is:
http://www.goodreads.com/api#book.sho...


It's worth mentioning: we don't give out full reviews in our api however.

So i can recommend better, what sort of integration are you building?


message 3: by Harshil (last edited Apr 11, 2013 09:42PM) (new)

Harshil | 4 comments @michael Thanks for the help.. actually i am building a automated reviewing system as an undergrad project that will fetch reviews from your api and analyze them and give polarity between 0-6 , so user will have better understanding and also if they want they can rad the reviews too.... and using the method you showed i am able get the iframe but i actully need the comments to analyze...plz help me...


message 4: by Michael (new)

Michael Economy (michaeleconomy) You're trying to fetch the comments on the reviews?


message 5: by Harshil (new)

Harshil | 4 comments no.... i mean i need to fetch the reviews (200+ preferable).....


message 6: by Michael (new)

Michael Economy (michaeleconomy) I'm pretty sure that we only show the first 140 characters of each review. Unfortunately we're not giving out full reviews right now.


message 7: by Harshil (new)

Harshil | 4 comments ohk,,, thats fine .. but how many reviews i can fetch at max for a specific book? and are you planning to provide full review in future?


message 8: by Michael (new)

Michael Economy (michaeleconomy) i think you can pass a few paramaters:

per_page=100 (100 is the max)
page=2 (you can page through the first 100 pages typically)


We might in the future provide full text on a case by case basis.


back to top