简体   繁体   中英

Google Books API book other editions

I want to find a book (let's call it A) with a certain ISBN. Search for it with its title, only a book (B) with the same title but different ISBN shows up. I can then find the book (A) I want in the "Other Editions" section in the book details of book (B).

Example: When I want to find the book "the signal and the noise" with ISBN 9781594204111. I typed in "the signal and the noise" in Google Books search and it returned me with the book with ISBN 9781101595954.

Found someone asked the same question in 2012 but no info on whether the feature has been implemented. https://productforums.google.com/forum/#!topic/books-api/VZYH-uoGnQE

The main problem: I want to know all ISBNs of books (of different editions) with the same title. Is it possible to be done with Google Books API?

No, they don't still support this. A non-commercial solution can be found in librarything's API though:

http://blog.librarything.com/thingology/2006/06/introducing-thingisbn/

It's a free version of what OCLC offers in their paid xISBN service.

And by the way, I've found that many of the ISBN's returned in the Google API refer to out of print editions. Just try linking them by isbn_10 to Amazon....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM