I'm working on a rails app that allows people to track books they're interested in reading and see what their friends are reading. I thought it would be really great if a user could just enter a book's title and have the app include any relevant information (cover shots, publish date, etc.) but I can't seem to find a service that allows me to do that.

What I'm looking for is a fairly comprehensive book database with a public API that my app can interact with. Does anyone know of something like this?

link|improve this question

feedback

4 Answers

up vote 3 down vote accepted

ISBN http://isbndb.com/

google released one years ago: http://code.google.com/apis/books/

link|improve this answer
3  
I'm impressed, isbndb had my Ora make book listed. I figured it'd be too old to be on newfangled databases. :) – sarnold Nov 18 '11 at 4:16
1  
The Google one looks perfect, thanks for the help! – FrogBot Nov 18 '11 at 4:29
feedback

Check out Open Library, it has a series of APIs (including books, covers, read, search inside) that would give you access to this data.

link|improve this answer
feedback

Umm Amazon does it pretty well, you could try them. I've always seen services that scrap their API for ISBN, title, author etc;

link|improve this answer
feedback

I think LibraryThing also has web services API outlined at: http://www.librarything.com/services/webservices.php

I expect that to use the API might require a membership, but it is a good service.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.