Goodreads Developers discussion
bugs
>
must be logged in for search.books complete results?
date
newest »
newest »
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?
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
I just figured out that missing info like description and publisher are under the tag instead of being of public domain :(
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?
:\
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.
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


http://www.goodreads.com/search/index...
If I call without being logged i get only few informations.
Why?