How to get ISBN number from a book title and author programmatically?

prosseek picture prosseek · Feb 4, 2011 · Viewed 10.1k times · Source

Is there a way to get ISBN number from the title of the book and author programmatically (preferably in Python)?

Does Amazon provide web services for this? If so, how can one use it?

Answer

Foo Bah picture Foo Bah · Feb 4, 2011

http://isbndb.com/data-intro.html

Someone has already written a python wrapper: http://code.google.com/p/isbndb-py/