Ask HN: Free book database?

7 points by wwortiz ↗ HN
Does anyone know of a book database that is perhaps opensource or free?

What I'm looking for is how to access book titles, authors, ISBN, et cetera ;and if possible descriptions and covers.

If there isn't any open source or free ones are there non-free options?

Thanks.

7 comments

[ 4.3 ms ] story [ 28.7 ms ] thread
Could you clarify a bit, not sure what you're looking for exactly.

On one extreme, it doesn't sound too hard to build your own db schema for this in MySQL or PostgreSQL. On the other, there's Google Books.

I'm not looking for schema but rather access to a database of books like say you had a website like amazon without the shopping part but still had all the information on all the books, I was wondering if that information was easily obtainable.

I didn't even think about google books though I will have to look and see what their api allows.

Ah, got it. Google Books and Project Gutenberg are the only two non-commercial ones I can think of off the top of my head.
I am also working on a web app involving books, and currently using Amazon to get my books data. It seems to have anything you'll need, even the book's dimension and weight.