Goodreads Developers discussion

47 views
bugs > must be logged in for search.books complete results?

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

message 1: by Manuel (new)

Manuel (manuelpersico) | 7 comments If I call this API link when I'm logged in I get results complete of publisher, num.pages and other infos

http://www.goodreads.com/search/index...

If I call without being logged i get only few informations.

Why?


message 2: by Ettore (new)

Ettore Pasquini Hmm, I don't see this issue. E.g.:

http://www.goodreads.com/search/index...

gives me num_pages and publisher for most books. Maybe it's book related? Can you paste your exact search query?


message 3: by Manuel (new)

Manuel (manuelpersico) | 7 comments If I am logged in I get the publisher but if I make the same request via PHP cURL I can't get those infos


message 4: by Manuel (new)

Manuel (manuelpersico) | 7 comments I just figured out that missing info like description and publisher are under the tag instead of being of public domain :(


message 5: by Michael (new)

Michael Economy (michaeleconomy) hmmmm..... sounds like a bug.


message 6: by Manuel (last edited Dec 22, 2011 04:13PM) (new)

Manuel (manuelpersico) | 7 comments To get those info I need to use the API to "Get the reviews for a book given a Goodreads book id"

This sounds like not well designed mode to give books info. Why I have to do 2 queries to get *only the book's metadata* but I'm not interested about the reviews?

:\


message 7: by Michael (new)

Michael Economy (michaeleconomy) It's not a common use case unfortunately. We'll work at improving, but perhaps you should check out Amazon's data api? That might fit your needs a bit better.


We've got a lot of data from amazon and barnes and noble that we're not allowed to reditribute. We're trying to source as much data directly from the publishers, but thats not a fast process.


message 8: by Michael (new)

Michael Economy (michaeleconomy) Google books also has a public api!


message 9: by Manuel (new)

Manuel (manuelpersico) | 7 comments thanks for reply.
i'm already using google books api, but i would like to interface my app with goodreads functions too, the smartest way possible


message 10: by Michael (new)

Michael Economy (michaeleconomy) Ok, Just as a heads up, it's likely gonna be a few weeks before we can look into this issue a little more deeply.


back to top